From 234e13c9aacc7b2cde947fee1ae70481efdafc63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Wed, 31 Oct 2012 15:36:15 +0100 Subject: [PATCH] added a page for apps development with a basic first description of possible app types, defined in the info.xml --- developer_manual/apps.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 developer_manual/apps.rst diff --git a/developer_manual/apps.rst b/developer_manual/apps.rst new file mode 100644 index 000000000..9b8dd511e --- /dev/null +++ b/developer_manual/apps.rst @@ -0,0 +1,19 @@ +Apps Development +================ + +Supported App Types +------------------- + +ownCloud allows to specify three kind of "types" in the info.xml of a app. The +type doesn't have to be specified if the app doesn't match any of them. + +Currently supported "types": + +**filesystem** +apps which provides filesystem functionality (e.g. files sharing app) + +**authentication** +apps which provided authentication backends + +**logging** +apps which implement a logging system