diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/articles.apd | 3 | ||||
-rw-r--r-- | app/calendar.apd | 3 | ||||
-rw-r--r-- | app/carddav.apd | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app/articles.apd b/app/articles.apd index 525d0443e..5ef849dfb 100644 --- a/app/articles.apd +++ b/app/articles.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/articles/$nick name: Articles requires: local_channel photo: icon:file-text-o categories: nav_featured_app, Productivity +desc: Create interactive articles diff --git a/app/calendar.apd b/app/calendar.apd index 8de046e48..9398e6aa9 100644 --- a/app/calendar.apd +++ b/app/calendar.apd @@ -1,6 +1,7 @@ -version: 1 +version: 2 url: $baseurl/cdav/calendar, $baseurl/settings/calendar requires: local_channel name: Calendar photo: icon:calendar categories: Productivity, nav_featured_app +desc: DAV capable calendar diff --git a/app/carddav.apd b/app/carddav.apd index d32e636b4..c06407d97 100644 --- a/app/carddav.apd +++ b/app/carddav.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/cdav/addressbook requires: local_channel name: CardDAV photo: icon:vcard-o categories: Productivity, Personal +desc: DAV capable addressbook |