wekan.github.io to wekan.fi, and blog.wekan.team to wekan.fi/blog

This commit is contained in:
Lauri Ojansivu 2025-06-28 14:08:57 +03:00
parent c5e5bb613e
commit 89480b61ce
59 changed files with 134 additions and 134 deletions

View file

@ -5,8 +5,8 @@ Right to click your username / All Boards / Add Board / Import / From CSV/TSV
[CSV import was added at PR 3081](https://github.com/wekan/wekan/pull/3081)
Here's a copy of the CSV and TSV to test out the functionality:
- [board-import.csv](https://wekan.github.io/csv/board-import.csv)
- [board-import.tsv](https://wekan.github.io/csv/board-import.tsv)
- [board-import.csv](https://wekan.fi/csv/board-import.csv)
- [board-import.tsv](https://wekan.fi/csv/board-import.tsv)
Frontend:
- [Import CSV code](https://github.com/wekan/wekan/tree/main/client/components/import)

View file

@ -1,7 +1,7 @@
## 1) Move board to Archive
<img src="https://wekan.github.io/boards/delete-board-part1.png" width="60%" alt="Move board to Archive" />
<img src="https://wekan.fi/boards/delete-board-part1.png" width="60%" alt="Move board to Archive" />
## 2) All Boards => Archive => Delete Board
<img src="https://wekan.github.io/boards/delete-board-part2.png" width="60%" alt="Delete Board from Archive" />
<img src="https://wekan.fi/boards/delete-board-part2.png" width="60%" alt="Delete Board from Archive" />

View file

@ -189,7 +189,7 @@ Undo from activities | No | No | Yes
Features | Wekan | Trello | Restyaboard
------------ | ------------- | ------------- | -------------
API explorer | No | No | Yes
OpenAPI | [Yes](https://github.com/wekan/wekan/tree/main/openapi) [here](https://wekan.github.io/api/) | ? | ?
OpenAPI | [Yes](https://github.com/wekan/wekan/tree/main/openapi) [here](https://wekan.fi/api/) | ? | ?
Developer applications | Yes, using REST API | Yes | Yes
Authorized OAuth applications | No, REST API [login as admin to get Bearer token](REST-API#example-call---as-form-data) | Yes | Yes
Webhooks | Yes, per board or global at Admin Panel | Yes | Yes