mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Auto-update README
This commit is contained in:
parent
fdf20e5ad9
commit
85b36b289d
2 changed files with 17 additions and 19 deletions
17
README.md
17
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -27,8 +27,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
|||
- Simple web interface for those who don't want to use a command line app.
|
||||
- Where possible, by default shiori will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page.
|
||||
|
||||
|
||||
**Shipped version:** 1.5.5~ynh4
|
||||
**Shipped version:** 1.6.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -36,11 +35,11 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official user documentation: <https://github.com/go-shiori/shiori/wiki/Usage>
|
||||
* Official admin documentation: <https://github.com/go-shiori/shiori/wiki>
|
||||
* Upstream app code repository: <https://github.com/go-shiori/shiori>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/shiori>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/shiori_ynh/issues>
|
||||
- Official user documentation: <https://github.com/go-shiori/shiori/wiki/Usage>
|
||||
- Official admin documentation: <https://github.com/go-shiori/shiori/wiki>
|
||||
- Upstream app code repository: <https://github.com/go-shiori/shiori>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/shiori>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/shiori_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -48,7 +47,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/shiori_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade shiori -u https://github.com/YunoHost-Apps/shiori_ynh/tree/testing --debug
|
||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -27,8 +27,7 @@ Shiori est un simple gestionnaire de signets écrit en langage Go. Conçu comme
|
|||
- Interface Web simple pour ceux qui ne veulent pas utiliser une application en ligne de commande.
|
||||
- Dans la mesure du possible, shiori téléchargera par défaut une copie statique de la page Web au format texte simple et HTML, qui pourra ensuite être utilisée comme archive hors ligne pour cette page.
|
||||
|
||||
|
||||
**Version incluse :** 1.5.5~ynh4
|
||||
**Version incluse :** 1.6.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -36,11 +35,11 @@ Shiori est un simple gestionnaire de signets écrit en langage Go. Conçu comme
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation officielle utilisateur : <https://github.com/go-shiori/shiori/wiki/Usage>
|
||||
* Documentation officielle de l’admin : <https://github.com/go-shiori/shiori/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/go-shiori/shiori>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/shiori>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/shiori_ynh/issues>
|
||||
- Documentation officielle utilisateur : <https://github.com/go-shiori/shiori/wiki/Usage>
|
||||
- Documentation officielle de l’admin : <https://github.com/go-shiori/shiori/wiki>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/go-shiori/shiori>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/shiori>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/shiori_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -48,10 +47,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/shiori_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade shiori -u https://github.com/YunoHost-Apps/shiori_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>
|
||||
|
|
Loading…
Reference in a new issue