diff --git a/README.md b/README.md index 36bc8a7..2b0d4b7 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. +### Features +- Multi-Factor Authentication +- Dark & Light Modes +- LDAP Authentication +- Optional Markdown Editor +- Multi-Lingual -**Shipped version:** 21.12.4~ynh2 + +**Shipped version:** 21.12.5~ynh1 **Demo:** https://demo.bookstackapp.com @@ -35,12 +42,11 @@ BookStack uses LDAP authentication by default. You can switch to standard authentication in the webadmin -> bookstack -> config panel setting For the first time Login with standard authentication, use the default credentials `admin@admin.com` and `password`. You should change these details immediately after logging in for the first time. -* How to configure this app: From an admin panel, a plain file with SSH, or config panel. - ## Documentation and resources * Official app website: https://www.bookstackapp.com -* Official admin documentation: https://www.bookstackapp.com/docs +* Official user documentation: https://www.bookstackapp.com/docs/user/ +* Official admin documentation: https://www.bookstackapp.com/docs/admin/ * Upstream app code repository: https://github.com/BookStackApp/BookStack * YunoHost documentation for this app: https://yunohost.org/app_bookstack * Report a bug: https://github.com/YunoHost-Apps/bookstack_ynh/issues diff --git a/README_fr.md b/README_fr.md index 0a9be43..032801c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,8 +13,15 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. +### Features +- Multi-Factor Authentication +- Dark & Light Modes +- LDAP Authentication +- Optional Markdown Editor +- Multi-Lingual -**Version incluse :** 21.12.4~ynh2 + +**Version incluse :** 21.12.5~ynh1 **Démo :** https://demo.bookstackapp.com @@ -29,7 +36,8 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out ## Documentations et ressources * Site officiel de l'app : https://www.bookstackapp.com -* Documentation officielle de l'admin : https://www.bookstackapp.com/docs +* Documentation officielle utilisateur : https://www.bookstackapp.com/docs/user/ +* Documentation officielle de l'admin : https://www.bookstackapp.com/docs/admin/ * Dépôt de code officiel de l'app : https://github.com/BookStackApp/BookStack * Documentation YunoHost pour cette app : https://yunohost.org/app_bookstack * Signaler un bug : https://github.com/YunoHost-Apps/bookstack_ynh/issues diff --git a/conf/app.src b/conf/app.src index 61b5b8c..bc18688 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.12.4.tar.gz -SOURCE_SUM=3af6ee1dbcdcd519dc2e42b277c845678162154f7f15d37457d62e6e8f7eea5a +SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.12.5.tar.gz +SOURCE_SUM=ca2213ebfd453db4b7692edffdbdf38fd6e116f2aa97cc23bbecac2c94745b9c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 4683449..df0b2ca 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,8 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. + +### Features +- Multi-Factor Authentication +- Dark & Light Modes +- LDAP Authentication +- Optional Markdown Editor +- Multi-Lingual diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index feca101..672bf5e 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -4,5 +4,3 @@ BookStack uses LDAP authentication by default. You can switch to standard authentication in the webadmin -> bookstack -> config panel setting For the first time Login with standard authentication, use the default credentials `admin@admin.com` and `password`. You should change these details immediately after logging in for the first time. - -* How to configure this app: From an admin panel, a plain file with SSH, or config panel. diff --git a/manifest.json b/manifest.json index a1dca7d..d0eac65 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,14 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki" }, - "version": "21.12.4~ynh2", + "version": "21.12.5~ynh1", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT", "website": "https://www.bookstackapp.com", "demo": "https://demo.bookstackapp.com", - "admindoc": "https://www.bookstackapp.com/docs", + "admindoc": "https://www.bookstackapp.com/docs/admin/", + "userdoc": "https://www.bookstackapp.com/docs/user/", "code": "https://github.com/BookStackApp/BookStack" }, "license": "MIT", @@ -51,7 +52,7 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["de", "en", "es", "fr", "it", "nl", "pt"], + "choices": ["de", "en", "es_ES", "fa", "fr", "it", "lt", "nl", "pl", "pt_PT", "uk", "zh_CN"], "default": "en" }, {