mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
Auto-update README
This commit is contained in:
parent
a2ba8b62d4
commit
472b80cf4c
2 changed files with 45 additions and 59 deletions
53
README.md
53
README.md
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# TiddlyWiki for YunoHost
|
# TiddlyWiki for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/tiddlywiki)  
|
[](https://dash.yunohost.org/appci/app/tiddlywiki)  
|
||||||
|
@ -5,45 +10,33 @@
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install TiddlyWiki quickly and simply on a YunoHost server.
|
> *This package allows you to install TiddlyWiki quickly and simply on a YunoHost server.
|
||||||
If you don’t have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
TiddlyWiki is a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.
|
|
||||||
TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
|
|
||||||
|
|
||||||
**Shipped version:** 5.1.23
|
A non-linear personal web notebook
|
||||||
|
|
||||||
|
**Shipped version:** 5.1.23~ynh3
|
||||||
|
|
||||||
|
**Demo:** https://tiddlywiki.com/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## Demo
|
## Documentation and resources
|
||||||
|
|
||||||
* [Official demo](https://tiddlywiki.com/)
|
* Official app website: https://tiddlywiki.com/
|
||||||
|
* Official admin documentation: https://tiddlywiki.com/
|
||||||
|
* Upstream app code repository: https://github.com/Jermolene/TiddlyWiki5
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_tiddlywiki
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/tiddlywiki_ynh/issues
|
||||||
|
|
||||||
## Documentation
|
## Developer info
|
||||||
|
|
||||||
* Official documentation: Link to the official documentation of this app
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing).
|
||||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/tiddlywiki/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/tiddlywiki/)
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/tiddlywiki_ynh/issues
|
|
||||||
* App website: https://tiddlywiki.com/
|
|
||||||
* Upstream app repository: https://github.com/Jermolene/TiddlyWiki5
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developers info
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
|
@ -51,3 +44,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/t
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade tiddlywiki -u https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing --debug
|
sudo yunohost app upgrade tiddlywiki -u https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
51
README_fr.md
51
README_fr.md
|
@ -1,45 +1,34 @@
|
||||||
# TiddlyWiki pour YunoHost
|
# TiddlyWiki pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/tiddlywiki)  
|
[](https://dash.yunohost.org/appci/app/tiddlywiki)  
|
||||||
[](https://install-app.yunohost.org/?app=tiddlywiki)
|
[](https://install-app.yunohost.org/?app=tiddlywiki)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer TiddlyWiki rapidement et simplement sur un serveur YunoHost.
|
> *This package allows you to install TiddlyWiki quickly and simply on a YunoHost server.
|
||||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d'ensemble
|
||||||
TiddlyWiki est un cahier Web personnel non linéaire que tout le monde peut utiliser et conserver pour toujours, indépendamment de toute entreprise.
|
|
||||||
TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé comme un seul fichier HTML dans le navigateur ou comme une puissante application Node.js.
|
|
||||||
|
|
||||||
**Shipped version:** 5.1.23
|
Un carnet Web personnel non linéaire
|
||||||
|
|
||||||
## Captures d’écran
|
**Version incluse:** 5.1.23~ynh3
|
||||||
|
|
||||||

|
**Démo :** https://tiddlywiki.com/
|
||||||
|
|
||||||
## Démo
|
## Captures d'écran
|
||||||
|
|
||||||
* [Démo officielle](https://tiddlywiki.com/)
|

|
||||||
|

|
||||||
|
|
||||||
## Documentation
|
## Documentations et ressources
|
||||||
|
|
||||||
* Documentation officielle : https://tiddlywiki.com/languages/fr-FR/index.html
|
* Site officiel de l'app : https://tiddlywiki.com/
|
||||||
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
|
* Documentation officielle de l'admin : https://tiddlywiki.com/
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/Jermolene/TiddlyWiki5
|
||||||
#### Architectures supportées
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_tiddlywiki
|
||||||
|
* Signaler un bug: https://github.com/YunoHost-Apps/tiddlywiki_ynh/issues
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/tiddlywiki/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/tiddlywiki/)
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/tiddlywiki_ynh/issues
|
|
||||||
* Site de l'application : https://tiddlywiki.com/
|
|
||||||
* Dépôt de l’application principale : https://github.com/Jermolene/TiddlyWiki5
|
|
||||||
* Site web YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -48,6 +37,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing --debug
|
||||||
ou
|
or
|
||||||
sudo yunohost app upgrade tiddlywiki -u https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing --debug
|
sudo yunohost app upgrade tiddlywiki -u https://github.com/YunoHost-Apps/tiddlywiki_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue