From 019021a705b059e0f3b4bd6aaee49974d9c1a2d7 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 20 Jan 2014 12:41:52 +0100 Subject: [PATCH] added new 'documentation' and 'website' element to documentation --- developer_manual/app/app/info.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/developer_manual/app/app/info.rst b/developer_manual/app/app/info.rst index a10d36718..54970261c 100644 --- a/developer_manual/app/app/info.rst +++ b/developer_manual/app/app/info.rst @@ -25,6 +25,13 @@ The :file:`appinfo/info.xml` contains metadata about the app: appinfo/caldav.php + + http://doc.owncloud.org + http://doc.owncloud.org + + + http://www.owncloud.org + appinfo/caldav.php @@ -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.