mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
Add README
This commit is contained in:
parent
4a72f5b502
commit
2610c41b4e
5 changed files with 12 additions and 3 deletions
BIN
doc/.DS_Store
vendored
Normal file
BIN
doc/.DS_Store
vendored
Normal file
Binary file not shown.
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1 @@
|
|||
HumHub is an open source social network platform with a wide variety of use cases as social intranet, community or collaboration platform. HumHub consists of a core application, which can be extended through additional modules and adjusted to your needs by many configuration options.
|
1
doc/DESCRIPTION_fr.md
Normal file
1
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1 @@
|
|||
HumHub est une plate-forme de réseau social open source avec une grande variété de cas d'utilisation en tant qu'intranet social, plate-forme de communauté ou de collaboration. HumHub se compose d'une application principale, qui peut être étendue grâce à des modules supplémentaires et ajustée à vos besoins par de nombreuses options de configuration.
|
BIN
doc/screenshots/app_small.png
Normal file
BIN
doc/screenshots/app_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 309 KiB |
|
@ -3,16 +3,23 @@
|
|||
"id": "humhub",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Enterprise Social Network.",
|
||||
"fr": "Réseau Social d'Entreprise."
|
||||
"en": "Enterprise Social Network",
|
||||
"fr": "Réseau Social d'Entreprise"
|
||||
},
|
||||
"version": "1.11.1~ynh1",
|
||||
"url": "https://www.humhub.org",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
"website": "https://www.humhub.org",
|
||||
"demo": "https://www.humhub.com/en",
|
||||
"admindoc": "https://docs.humhub.org",
|
||||
"code": "https://github.com/humhub/humhub"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "Nils Van Zuijlen",
|
||||
"url": "https://github.com/nils-van-zuijlen"
|
||||
},
|
||||
"version": "1.11.1~ynh1",
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue