mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
commit
a60ef397fd
4 changed files with 11 additions and 8 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
XWiki is an Open Source wiki engine (LGPLv2) suitable for use by workgroups (associations, companies, etc.). The software allows the rapid creation of small applications to meet different information management needs.
|
XWiki is an Open Source wiki engine (LGPLv2) suitable for use by workgroups (associations, companies, etc.). The software allows the rapid creation of small applications to meet different information management needs.
|
||||||
|
|
||||||
**Shipped version:** 15.10~ynh1
|
**Shipped version:** 15.10.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://playground.xwiki.org/xwiki/bin/view/Main/WebHome
|
**Demo:** https://playground.xwiki.org/xwiki/bin/view/Main/WebHome
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
XWiki est un moteur de wiki Open Source (LGPLv2) adapté à un usage pour des groupes de travail (associations, entreprises…). Le logiciel permet la création rapide de petites applications pour répondre à différents besoins de gestion de l'information.
|
XWiki est un moteur de wiki Open Source (LGPLv2) adapté à un usage pour des groupes de travail (associations, entreprises…). Le logiciel permet la création rapide de petites applications pour répondre à différents besoins de gestion de l'information.
|
||||||
|
|
||||||
**Version incluse :** 15.10~ynh1
|
**Version incluse :** 15.10.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://playground.xwiki.org/xwiki/bin/view/Main/WebHome
|
**Démo :** https://playground.xwiki.org/xwiki/bin/view/Main/WebHome
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "xWiki"
|
||||||
description.en = "Collaboration tool based on the wiki principle"
|
description.en = "Collaboration tool based on the wiki principle"
|
||||||
description.fr = "Outil de collaboration basé sur le principe du wiki"
|
description.fr = "Outil de collaboration basé sur le principe du wiki"
|
||||||
|
|
||||||
version = "15.10~ynh1"
|
version = "15.10.1~ynh1"
|
||||||
|
|
||||||
maintainers = [""]
|
maintainers = [""]
|
||||||
|
|
||||||
|
@ -18,11 +18,14 @@ userdoc = "https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/"
|
||||||
code = "https://github.com/xwiki/xwiki-platform"
|
code = "https://github.com/xwiki/xwiki-platform"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "500M"
|
disk = "500M"
|
||||||
ram.build = "0M"
|
ram.build = "0M"
|
||||||
ram.runtime = "1G"
|
ram.runtime = "1G"
|
||||||
|
@ -58,8 +61,8 @@ ram.runtime = "1G"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-jetty-hsqldb/15.10/xwiki-platform-distribution-jetty-hsqldb-15.10.zip"
|
url = "https://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-jetty-hsqldb/15.10.1/xwiki-platform-distribution-jetty-hsqldb-15.10.1.zip"
|
||||||
sha256 = "ca8f7f17ed93470c2776e85815f84eab4433f18c6bccb53a705ce2b8a73771e7"
|
sha256 = "76efd6e1c58b8557034a3e25271963392b8b5e125af97d932210823510586e9f"
|
||||||
format = "zip"
|
format = "zip"
|
||||||
|
|
||||||
[resources.sources.jdbc]
|
[resources.sources.jdbc]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
super_admin_config='#'
|
super_admin_config='#'
|
||||||
systemd_match_start_line='oxtjl.NotifyListener:main: ----------------------------------'
|
systemd_match_start_line='oxtjl.NotifyListener:main: ----------------------------------'
|
||||||
flavor_version='15.10'
|
flavor_version='15.10.1'
|
||||||
ldap_version='9.12.0'
|
ldap_version='9.12.0'
|
||||||
|
|
||||||
if [ $install_standard_flavor -eq 1 ]; then
|
if [ $install_standard_flavor -eq 1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue