mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
parent
9de1fdc3db
commit
66f3e42e5d
5 changed files with 88 additions and 33 deletions
5
ALL_README.md
Normal file
5
ALL_README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
28
README.md
28
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.
|
||||
-->
|
||||
|
||||
|
@ -9,19 +9,19 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=pluxml)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install PluXml quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
> *This package allows you to install PluXml quickly and simply on a YunoHost server.*
|
||||
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
Blog or CMS storing data in XML flat files.
|
||||
|
||||
|
||||
**Shipped version:** 5.8.9~ynh2
|
||||
**Shipped version:** 5.8.12~ynh1
|
||||
|
||||
**Demo:** https://demo.pluxml.org/
|
||||
**Demo:** <https://demo.pluxml.org/>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -29,19 +29,19 @@ Blog or CMS storing data in XML flat files.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://www.pluxml.org/>
|
||||
* Official admin documentation: <https://wiki.pluxml.org/>
|
||||
* Upstream app code repository: <https://github.com/pluxml/PluXml>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_pluxml>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/pluxml_ynh/issues>
|
||||
- Official app website: <https://www.pluxml.org/>
|
||||
- Official admin documentation: <https://wiki.pluxml.org/>
|
||||
- Upstream app code repository: <https://github.com/pluxml/PluXml>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/pluxml>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/pluxml_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
|
||||
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
To try the `testing` branch, please proceed like that:
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade pluxml -u https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
|
||||
|
|
50
README_eu.md
Normal file
50
README_eu.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# PluXml YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/pluxml)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=pluxml)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek PluXml YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
Blog or CMS storing data in XML flat files.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 5.8.12~ynh1
|
||||
|
||||
**Demoa:** <https://demo.pluxml.org/>
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||

|
||||
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://www.pluxml.org/>
|
||||
- Administratzaileen dokumentazio ofiziala: <https://wiki.pluxml.org/>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/pluxml/PluXml>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/pluxml>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/pluxml_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade pluxml -u https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
32
README_fr.md
32
README_fr.md
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
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.
|
||||
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Il NE doit PAS être modifié à la main.
|
||||
-->
|
||||
|
||||
# PluXml pour YunoHost
|
||||
|
@ -9,19 +9,19 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=pluxml)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
|
||||
> *Ce package vous permet d’installer PluXml 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 PluXml rapidement et simplement sur un serveur YunoHost.*
|
||||
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d’ensemble
|
||||
|
||||
Blog ou CMS stockant ses données dans des fichiers XML plats.
|
||||
|
||||
|
||||
**Version incluse :** 5.8.9~ynh2
|
||||
**Version incluse :** 5.8.12~ynh1
|
||||
|
||||
**Démo :** https://demo.pluxml.org/
|
||||
**Démo :** <https://demo.pluxml.org/>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -29,22 +29,22 @@ Blog ou CMS stockant ses données dans des fichiers XML plats.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://www.pluxml.org/>
|
||||
* Documentation officielle de l’admin : <https://wiki.pluxml.org/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/pluxml/PluXml>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_pluxml>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/pluxml_ynh/issues>
|
||||
- Site officiel de l’app : <https://www.pluxml.org/>
|
||||
- Documentation officielle de l’admin : <https://wiki.pluxml.org/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/pluxml/PluXml>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/pluxml>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/pluxml_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
Pour essayer la branche `testing`, procédez comme suit :
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pluxml_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade pluxml -u https://github.com/YunoHost-Apps/pluxml_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>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "PluXml"
|
|||
description.en = "Blog or CMS storing data in XML flat files."
|
||||
description.fr = "Blog ou CMS stockant ses données dans des fichiers XML plats."
|
||||
|
||||
version = "5.8.9~ynh2"
|
||||
version = "5.8.12~ynh1"
|
||||
|
||||
maintainers = ["Antoine"]
|
||||
|
||||
|
@ -53,8 +53,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/pluxml/PluXml/releases/download/5.8.9/pluxml-5.8.9.zip"
|
||||
sha256 = "e910d61041c56ce97085c0251f617ee2230ee7b7557e7af1c7cb513ce2d8b060"
|
||||
url = "https://github.com/pluxml/PluXml/archive/refs/tags/v5.8.12.tar.gz"
|
||||
sha256 = "08dd06dafc16e41d69211acade98ce3535e8812445c40f16e6339bcbcf873515"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue