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