diff options
author | Mario <mario@mariovavti.com> | 2021-08-26 10:28:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-26 10:28:38 +0000 |
commit | a68b5f9de4a17ac247c726cebcdf1a3ec52b7de1 (patch) | |
tree | f12cb0d5abe944d7dae437d481f3834e63b30423 /app | |
parent | d5bf42faf08e8017d7e98c7ee7d23f898e8f9ff4 (diff) | |
download | volse-hubzilla-a68b5f9de4a17ac247c726cebcdf1a3ec52b7de1.tar.gz volse-hubzilla-a68b5f9de4a17ac247c726cebcdf1a3ec52b7de1.tar.bz2 volse-hubzilla-a68b5f9de4a17ac247c726cebcdf1a3ec52b7de1.zip |
more app descriptions
Diffstat (limited to 'app')
-rw-r--r-- | app/bugreport.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 |
6 files changed, 12 insertions, 6 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/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. |