mirror of
https://github.com/YunoHost-Apps/pmwiki_ynh.git
synced 2024-09-03 20:06:40 +02:00
commit
4ddfb5b341
3 changed files with 11 additions and 8 deletions
|
@ -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.
|
||||
-->
|
||||
|
||||
|
@ -24,7 +24,7 @@ PmWiki is a wiki-based content-management system (CMS) for collaborative creatio
|
|||
- Access control
|
||||
- Customization and plugin architecture
|
||||
|
||||
**Shipped version:** 2.3.25~ynh3
|
||||
**Shipped version:** 2.3.25~ynh4
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -50,4 +50,4 @@ or
|
|||
sudo yunohost app upgrade pmwiki -u https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -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.
|
||||
-->
|
||||
|
||||
|
@ -24,7 +24,7 @@ PmWiki est un système de type wiki pour la création et l'entretien collectif d
|
|||
- Contrôle d'accès
|
||||
- Personnalisation et modules
|
||||
|
||||
**Version incluse :** 2.3.25~ynh3
|
||||
**Version incluse :** 2.3.25~ynh4
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ name = "PmWiki"
|
|||
description.en = "Wiki-based CMS for collaborative creation and maintenance of websites"
|
||||
description.fr = "Wiki pour la création et l'entretien collectif de sites Internet"
|
||||
|
||||
version = "2.3.25~ynh3"
|
||||
version = "2.3.25~ynh4"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
maintainers = [ ]
|
||||
|
||||
[upstream]
|
||||
license = "GPL-2.0-only"
|
||||
|
@ -19,8 +19,11 @@ userdoc = "https://www.pmwiki.org/wiki/PmWikiFr/PmWikiUsers"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -48,7 +51,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources.fr]
|
||||
url = "http://www.pmwiki.org/pub/pmwiki/i18n/i18n-fr.zip"
|
||||
sha256 = "f9900fd96e79fcf3ed99edfbe9cbe6f7b8dc0174bae044594e6985c23abb629f"
|
||||
sha256 = "073747e7e7ab8e9e609d011029a6f201704c21d77fa2c2940e9230daafde1ee0"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue