Merge pull request #248 from owncloud/infoxml_new_elements

added new 'documentation' and 'website' element to documentation
This commit is contained in:
Frank Karlitschek
2014-01-20 05:33:42 -08:00

View File

@@ -25,6 +25,13 @@ The :file:`appinfo/info.xml` contains metadata about the app:
<file id="caldav">appinfo/caldav.php</file>
</remote>
<documentation>
<user>http://doc.owncloud.org</user>
<admin>http://doc.owncloud.org</admin>
</documentation>
<website>http://www.owncloud.org</website>
<public>
<file id="caldav">appinfo/caldav.php</file>
</public>
@@ -96,6 +103,14 @@ Same as public but requires login. The id is appended to the URL **/owncloud/ind
Also take a look at :doc:`externalapi`.
documentation
-------------
link to 'admin' and 'user' documentation
website
-------
link to project webpage
standalone
----------
Can be set to true to indicate that this app is a webapp. This can be used to tell GNOME Web for instance to treat this like a native application.