mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Merge branch 'testing' into testing
This commit is contained in:
commit
484d0aa5e8
3 changed files with 25 additions and 17 deletions
12
README.md
12
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Outline for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/outline)  
|
||||
[](https://dash.yunohost.org/appci/app/outline)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=outline)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -25,8 +26,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich,
|
|||
- Using Yunohost's built-in SMTP server for notifications
|
||||
|
||||
|
||||
**Shipped version:** 0.66.0~ynh1
|
||||
|
||||
**Shipped version:** 0.67.2~ynh1
|
||||
|
||||
**Demo:** https://app.getoutline.com/create
|
||||
|
||||
|
@ -56,9 +56,13 @@ The Outline version shipped with this package (v0.65.2) will be released under A
|
|||
The first user to login will automatically be granted admin rights
|
||||
You can then change the user rights by default and/or change the admin user afterwards from the Outline settings page
|
||||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <www.getoutline.com>
|
||||
* Official app website: <https://www.getoutline.com>
|
||||
* Official user documentation: <https://www.getoutline.com/about>
|
||||
* Official admin documentation: <https://www.getoutline.com/developers>
|
||||
* Upstream app code repository: <https://github.com/outline/outline>
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Outline pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/outline)  
|
||||
[](https://dash.yunohost.org/appci/app/outline)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=outline)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Outline rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Outline rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, and markdown compatible.
|
||||
|
||||
|
@ -25,14 +26,13 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich,
|
|||
- Using Yunohost's built-in SMTP server for notifications
|
||||
|
||||
|
||||
**Version incluse :** 0.66.0~ynh1
|
||||
|
||||
**Version incluse :** 0.67.2~ynh1
|
||||
|
||||
**Démo :** https://app.getoutline.com/create
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -56,12 +56,16 @@ The Outline version shipped with this package (v0.65.2) will be released under A
|
|||
The first user to login will automatically be granted admin rights
|
||||
You can then change the user rights by default and/or change the admin user afterwards from the Outline settings page
|
||||
|
||||
## :red_circle: Fonctions indésirables
|
||||
|
||||
- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <www.getoutline.com>
|
||||
* Site officiel de l’app : <https://www.getoutline.com>
|
||||
* Documentation officielle utilisateur : <https://www.getoutline.com/about>
|
||||
* Documentation officielle de l'admin : <https://www.getoutline.com/developers>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/outline/outline>
|
||||
* Documentation officielle de l’admin : <https://www.getoutline.com/developers>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/outline/outline>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_outline>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/outline_ynh/issues>
|
||||
|
||||
|
@ -77,4 +81,4 @@ ou
|
|||
sudo yunohost app upgrade outline -u https://github.com/YunoHost-Apps/outline_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -10,7 +10,7 @@
|
|||
"url": "www.getoutline.com",
|
||||
"upstream": {
|
||||
"license": "BUSL-1.1",
|
||||
"website": "www.getoutline.com",
|
||||
"website": "https://www.getoutline.com",
|
||||
"demo": "https://app.getoutline.com/create",
|
||||
"admindoc": "https://www.getoutline.com/developers",
|
||||
"userdoc": "https://www.getoutline.com/about",
|
||||
|
|
Loading…
Add table
Reference in a new issue