diff options
author | Mario <mario@mariovavti.com> | 2022-06-01 07:00:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-06-01 07:00:21 +0000 |
commit | e63f0438415bb364f3085286ca2f199e83ab187b (patch) | |
tree | b107429276ebfc92dc9b4f78e302a4967e5bf0a6 /app | |
parent | c5f33baf27d80e2a7ad7307eacd3137609eeb089 (diff) | |
parent | 33dd0c83e377b8adf00559337d13784ec136cecb (diff) | |
download | volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.tar.gz volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.tar.bz2 volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.zip |
Merge branch '7.4RC'7.4
Diffstat (limited to 'app')
-rw-r--r-- | app/articles.apd | 7 | ||||
-rw-r--r-- | app/cards.apd | 7 | ||||
-rw-r--r-- | app/wiki.apd | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app/articles.apd b/app/articles.apd deleted file mode 100644 index 5ef849dfb..000000000 --- a/app/articles.apd +++ /dev/null @@ -1,7 +0,0 @@ -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/cards.apd b/app/cards.apd deleted file mode 100644 index 00cfa05a8..000000000 --- a/app/cards.apd +++ /dev/null @@ -1,7 +0,0 @@ -version: 3 -url: $baseurl/cards/$nick -name: Cards -requires: local_channel -photo: icon:list -categories: nav_featured_app, Productivity -desc: Create interactive personal planning cards. diff --git a/app/wiki.apd b/app/wiki.apd deleted file mode 100644 index d59bdd8a4..000000000 --- a/app/wiki.apd +++ /dev/null @@ -1,7 +0,0 @@ -version: 3 -url: $baseurl/wiki/$nick -requires: local_channel -name: Wiki -photo: icon:pencil-square-o -categories: nav_featured_app, Productivity -desc: A simple yet powerful wiki for your channel. |