diff options
author | nobody <nobody@zotlabs.com> | 2021-08-28 01:09:11 -0700 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2021-08-28 01:09:11 -0700 |
commit | 2866c0b1737f571c77731eabb0d60d6660caee3b (patch) | |
tree | ef72556613187c611f6b131210621cc4a11a108a /app | |
parent | 05152ac8c88711a74e61f75feae2c0a43dd40cc4 (diff) | |
parent | 5eaabbdb18b392478b6782fb580f22b3a1e666f2 (diff) | |
download | volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.gz volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.bz2 volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'app')
-rw-r--r-- | app/bugreport.apd | 3 | ||||
-rw-r--r-- | app/network.apd | 3 | ||||
-rw-r--r-- | app/poke.apd | 3 | ||||
-rw-r--r-- | app/post.apd | 3 | ||||
-rw-r--r-- | app/probe.apd | 3 | ||||
-rw-r--r-- | app/pubstream.apd | 3 | ||||
-rw-r--r-- | app/randprof.apd | 3 | ||||
-rw-r--r-- | app/search.apd | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/app/bugreport.apd b/app/bugreport.apd index f1f328013..52a2ba19c 100644 --- a/app/bugreport.apd +++ b/app/bugreport.apd @@ -1,5 +1,6 @@ -version: 2 +version: 3 url: https://framagit.org/hubzilla/core/issues name: Report Bug photo: icon:bug categories: System +desc: Provides a link to the Hubzilla bug tracker. diff --git a/app/network.apd b/app/network.apd index f67b48ffe..cbce18153 100644 --- a/app/network.apd +++ b/app/network.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/network, $baseurl/settings/network requires: local_channel name: Network photo: icon:th categories: nav_featured_app, Networking +desc: Your network activity in a traditional timeline view. diff --git a/app/poke.apd b/app/poke.apd index cf23c29b4..490f98740 100644 --- a/app/poke.apd +++ b/app/poke.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/poke requires: local_channel name: Poke photo: icon:hand-o-right categories: Social +desc: Poke somebody in your addressbook. diff --git a/app/post.apd b/app/post.apd index d3ce88454..d5ea7ce88 100644 --- a/app/post.apd +++ b/app/post.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/rpost?f=&body= requires: observer name: Post photo: icon:pencil-square categories: Productivity +desc: A separate post editor. diff --git a/app/probe.apd b/app/probe.apd index 1cc8bd991..9a78f4cde 100644 --- a/app/probe.apd +++ b/app/probe.apd @@ -1,6 +1,7 @@ -version: 3 +version: 4 url: $baseurl/zot_probe requires: local_channel name: Remote Diagnostics photo: icon:user-md categories: Developer +desc: A diagnose tool useful for developers. diff --git a/app/pubstream.apd b/app/pubstream.apd index 4447ca750..9631a19fd 100644 --- a/app/pubstream.apd +++ b/app/pubstream.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/pubstream requires: public_stream name: Public Stream photo: icon:globe categories: Social, nav_featured_app +desc: View the unmoderated public content known to this hub. diff --git a/app/randprof.apd b/app/randprof.apd index 60281d909..4979a15c1 100644 --- a/app/randprof.apd +++ b/app/randprof.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/randprof name: Random Channel target: randprof photo: icon:random categories: Networking +desc: Visit a random channel in the network. diff --git a/app/search.apd b/app/search.apd index 462561f33..6cf51f11f 100644 --- a/app/search.apd +++ b/app/search.apd @@ -1,4 +1,5 @@ -version: 2 +version: 3 url: $baseurl/search name: Search photo: icon:search +desc: A separate search app to look up content, channels, tags, documentation or remote content depending on the search string prefix. |