summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 10:45:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 10:45:11 +0200
commit261572a9804dac790f658b7508d8b8485951f871 (patch)
tree042216c5fa4de5d8114a3f9234451bb584b9fa18 /appinfo
parent89504e78059c7760d3d74cd45c24a966f448c572 (diff)
less xml, since its an insane format
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml49
2 files changed, 2 insertions, 49 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index 732ede811..5170e980d 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -26,6 +26,8 @@
},
"navigation": {},
"documentation": {
+ "user": "https://github.com/owncloud/news/wiki#user-documentation",
+ "admin": "https://github.com/owncloud/news#readme",
"developer": "https://github.com/owncloud/news/wiki"
},
"jobs": ["OCA\\News\\Cron\\Updater"],
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 66cbbaba8..6e36fcb2d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,53 +7,4 @@
<version>3.405</version>
<require>7.0.3</require>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
-
- <authors>
- <author>
- <name>Bernhard Posselt</name>
- <email>dev@bernhard-posselt.com</email>
- </author>
- <author>
- <name>Alessandro Cosentino</name>
- <email>cosenal@gmail.com</email>
- </author>
- <author>
- <name>Jan-Christoph Borchardt</name>
- <email>hey@jancborchardt.net</email>
- </author>
- </authors>
-
- <homepage>https://github.com/owncloud/news</homepage>
- <bugs>https://github.com/owncloud/news/issues</bugs>
- <documentation>
- <admin>https://github.com/owncloud/news#readme</admin>
- <user>https://github.com/owncloud/news/wiki#user-documentation</user>
- <developer>https://github.com/owncloud/news/wiki#developer-documentation</developer>
- </documentation>
- <repositories>
- <repository type="git">https://github.com/owncloud/news.git</repository>
- </repositories>
-
- <navigation />
-
- <jobs>
- <job>OCA\News\Cron\Updater</job>
- </jobs>
-
- <hooks>
- <hook listen="OC_User::pre_deleteUser">OCA\News\Hooks\User::deleteUser</hook>
- </hooks>
-
- <categories>
- <category>Multimedia</category>
- </categories>
-
- <dependencies>
- <databases>
- <database>sqlite3</database>
- <database>pgsql</database>
- <database>mysql</database>
- </databases>
- <php>5.4</php>
- </dependencies>
</info>