From 6eb84a3d9a9e09a12a7c30cf45844af809e8a9a3 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 21 Aug 2021 08:25:15 +0000 Subject: restructure apps to make space for app descritions --- app/hq.apd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/hq.apd b/app/hq.apd index b9e9f806f..07f82653f 100644 --- a/app/hq.apd +++ b/app/hq.apd @@ -1,6 +1,7 @@ -version: 1 +version: 2 url: $baseurl/hq requires: local_channel name: HQ photo: icon:user-circle-o categories: nav_pinned_app +desc: The default landing page after login. It provides a quick overview over recent posts and direct messages. -- cgit v1.2.3 From 3bb71a6ba88c42744652d793ae767cf0c79388bd Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 22 Aug 2021 09:20:40 +0000 Subject: infrastructure to provide an app install widget for modules and make the bookmark app use it --- app/bookmarks.apd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/bookmarks.apd b/app/bookmarks.apd index fc1b68d50..a12650498 100644 --- a/app/bookmarks.apd +++ b/app/bookmarks.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/bookmarks requires: local_channel name: Bookmarks photo: icon:bookmark categories: Productivity +desc: This app enables you to bookmark links from posts or comments and provides a simple management interface -- cgit v1.2.3 From 2bd4f7384e3693c4f1f1886216ec0feedd23021e Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 22 Aug 2021 18:56:04 +0000 Subject: more app descriptions --- app/articles.apd | 3 ++- app/calendar.apd | 3 ++- app/carddav.apd | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app') 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 -- cgit v1.2.3 From 824894baf0f11e85552c283ee948febd8bac5e06 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 23 Aug 2021 07:59:37 +0000 Subject: more app descriptions and return to the app if installed from the module itself --- app/cards.apd | 3 ++- app/channel.apd | 3 ++- app/chat.apd | 3 ++- app/sources.apd | 3 ++- app/uexport.apd | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/cards.apd b/app/cards.apd index 780f71e75..00cfa05a8 100644 --- a/app/cards.apd +++ b/app/cards.apd @@ -1,6 +1,7 @@ -version: 2 +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/channel.apd b/app/channel.apd index d48266c95..db453d6f1 100644 --- a/app/channel.apd +++ b/app/channel.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/channel/$nick, $baseurl/settings/channel_home requires: local_channel name: Channel Home photo: icon:home categories: nav_featured_app, Personal +desc: Your channel homepage featuring your personal posts. diff --git a/app/chat.apd b/app/chat.apd index 627c62d12..cac192ab2 100644 --- a/app/chat.apd +++ b/app/chat.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/chat/$nick requires: local_channel name: Chatrooms photo: icon:comments-o categories: Productivity +desc: Access controlled personal chatrooms. diff --git a/app/sources.apd b/app/sources.apd index deeeae0a2..d3a43dd04 100644 --- a/app/sources.apd +++ b/app/sources.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/sources requires: local_channel name: Channel Sources photo: icon:commenting-o categories: Networking +desc: Import channel content from other channels or feeds. diff --git a/app/uexport.apd b/app/uexport.apd index 773d74429..25cd91549 100644 --- a/app/uexport.apd +++ b/app/uexport.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/uexport requires: local_channel name: Channel Export photo: icon:download categories: Personal, System +desc: Export your channel. -- cgit v1.2.3 From b129d74a38e5f611dce9118ed8b6d676fdabaf44 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 23 Aug 2021 11:42:53 +0000 Subject: affinity needs a version bump to pick up the description --- app/affinity.apd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/affinity.apd b/app/affinity.apd index 3860581aa..7821a2a6f 100644 --- a/app/affinity.apd +++ b/app/affinity.apd @@ -1,4 +1,4 @@ -version: 1 +version: 2 url: $baseurl/affinity requires: local_channel name: Affinity Tool -- cgit v1.2.3 From f39952805557b33f612a3d1769057bcefffeb438 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 24 Aug 2021 18:50:19 +0000 Subject: more app descriptions and change the image counter to display % of images loaded instead of loaded images count --- app/connections.apd | 3 ++- app/defperm.apd | 3 ++- app/directory.apd | 3 ++- app/help.apd | 3 ++- app/invite.apd | 3 ++- app/lang.apd | 3 ++- app/mood.apd | 3 ++- app/notes.apd | 3 ++- app/storage.apd | 3 ++- app/tokens.apd | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) (limited to 'app') diff --git a/app/connections.apd b/app/connections.apd index 0e4c7d670..006d2cde2 100644 --- a/app/connections.apd +++ b/app/connections.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/connections, $baseurl/settings/connections requires: local_channel name: Connections photo: icon:users categories: nav_featured_app, Networking +desc: Manage your connections. diff --git a/app/defperm.apd b/app/defperm.apd index 2b241ee7f..18259c7b1 100644 --- a/app/defperm.apd +++ b/app/defperm.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/defperms requires: local_channel, custom_role name: Default Permissions photo: icon:unlock-alt categories: Access Control +desc: Set custom default permissions for new connections. diff --git a/app/directory.apd b/app/directory.apd index 887c31e30..10d9054ff 100644 --- a/app/directory.apd +++ b/app/directory.apd @@ -1,5 +1,6 @@ -version: 2 +version: 3 url: $baseurl/directory, $baseurl/settings/directory name: Directory photo: icon:sitemap categories: nav_featured_app, Networking +desc: Members directory of the Zot network. diff --git a/app/help.apd b/app/help.apd index a0e6a491b..41f9cb6a0 100644 --- a/app/help.apd +++ b/app/help.apd @@ -1,5 +1,6 @@ -version: 2 +version: 3 url: $baseurl/help name: Help photo: icon:question categories: nav_featured_app, System +desc: The Hubzilla help pages. diff --git a/app/invite.apd b/app/invite.apd index 5c0e8d09f..8506408a6 100644 --- a/app/invite.apd +++ b/app/invite.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/invite requires: local_channel name: Invite photo: icon:user-plus categories: Networking +desc: Send invite emails with an invite token. This app only works if your hub is configured to allow invites. diff --git a/app/lang.apd b/app/lang.apd index 1856336ef..27e2d7c84 100644 --- a/app/lang.apd +++ b/app/lang.apd @@ -1,5 +1,6 @@ -version: 5.6 +version: 3 url: $baseurl/lang name: Language photo: icon:language categories: System +desc: A simple language selector. diff --git a/app/mood.apd b/app/mood.apd index dd4e51cec..81b53a2ce 100644 --- a/app/mood.apd +++ b/app/mood.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/mood requires: local_channel name: Mood photo: icon:smile-o categories: Social +desc: Set your current mood and tell your friends. diff --git a/app/notes.apd b/app/notes.apd index 01f94c60a..20794ebb4 100644 --- a/app/notes.apd +++ b/app/notes.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/notes requires: local_channel name: Notes photo: icon:sticky-note-o categories: Personal, Productivity +desc: A simple notes app. It provides a dedicated notes app and a widget which can be added to other pages. diff --git a/app/storage.apd b/app/storage.apd index ea15a2ef2..a81af9c52 100644 --- a/app/storage.apd +++ b/app/storage.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/cloud/$nick requires: local_channel name: Files photo: icon:folder-open categories: nav_featured_app, Productivity +desc: A mighty tool to manage your files and folders. diff --git a/app/tokens.apd b/app/tokens.apd index f271dc56c..95506f11c 100644 --- a/app/tokens.apd +++ b/app/tokens.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/tokens requires: local_channel name: Guest Access photo: icon:user-secret categories: Access Control +desc: Create and manage guest access tokens. Those tokens are useful to share private content with people outside the Zot network. -- cgit v1.2.3 From 0081bafab2898074a8293b0ab691add4f7f02544 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Aug 2021 08:56:34 +0000 Subject: more app descriptions --- app/group.apd | 3 ++- app/oauth.apd | 3 ++- app/oauth2.apd | 3 ++- app/pdledit.apd | 3 ++- app/permcats.apd | 3 ++- app/photos.apd | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) (limited to 'app') diff --git a/app/group.apd b/app/group.apd index da0b31407..d026ed23d 100644 --- a/app/group.apd +++ b/app/group.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/group requires: local_channel name: Privacy Groups photo: icon:users categories: Networking +desc: A tool to create and manage privacy groups. diff --git a/app/oauth.apd b/app/oauth.apd index 5e69e4401..32a0f6d11 100644 --- a/app/oauth.apd +++ b/app/oauth.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/oauth requires: local_channel name: OAuth Apps Manager photo: icon:chevron-circle-up categories: Access Control +desc: Manage OAuth authentication tokens for mobile and remote apps. diff --git a/app/oauth2.apd b/app/oauth2.apd index 86828bf24..c1422e505 100644 --- a/app/oauth2.apd +++ b/app/oauth2.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/oauth2 requires: local_channel name: OAuth2 Apps Manager photo: icon:chevron-circle-up categories: Access Control +desc: Manage OAuth2 authentication tokens for mobile and remote apps. diff --git a/app/pdledit.apd b/app/pdledit.apd index fbc643296..e13c04cb5 100644 --- a/app/pdledit.apd +++ b/app/pdledit.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/pdledit requires: local_channel name: PDL Editor photo: icon:object-group categories: Appearance +desc: An editor for system page layouts. diff --git a/app/permcats.apd b/app/permcats.apd index e9fd6e56f..dd7b36b92 100644 --- a/app/permcats.apd +++ b/app/permcats.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/permcats requires: local_channel name: Permission Categories photo: icon:unlock-alt categories: Access Control +desc: Create and manage custom connection permission limits. diff --git a/app/photos.apd b/app/photos.apd index b28b315cd..e861747cb 100644 --- a/app/photos.apd +++ b/app/photos.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/photos/$nick, $baseurl/settings/photos requires: local_channel name: Photos photo: icon:photo categories: nav_featured_app, Multimedia +desc: A simple tool to view and manage your photos. -- cgit v1.2.3 From a68b5f9de4a17ac247c726cebcdf1a3ec52b7de1 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Aug 2021 10:28:38 +0000 Subject: more app descriptions --- app/bugreport.apd | 3 ++- app/poke.apd | 3 ++- app/post.apd | 3 ++- app/probe.apd | 3 ++- app/pubstream.apd | 3 ++- app/randprof.apd | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) (limited to 'app') 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. -- cgit v1.2.3 From 5eaabbdb18b392478b6782fb580f22b3a1e666f2 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 27 Aug 2021 18:41:52 +0000 Subject: slightly improve push notification handling for HQ and some app descriptions --- app/network.apd | 3 ++- app/search.apd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app') 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/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. -- cgit v1.2.3 From ed277dbda931c31ac209561784af2a7f1e360d49 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 28 Aug 2021 17:57:06 +0000 Subject: more app descriptions and remove some unused images --- app/bookmarks.png | Bin 5716 -> 0 bytes app/bugreport.png | Bin 4478 -> 0 bytes app/chat.png | Bin 2544 -> 0 bytes app/connections.png | Bin 9387 -> 0 bytes app/directory.png | Bin 4895 -> 0 bytes app/firefoxshare.png | Bin 3170 -> 0 bytes app/help.png | Bin 6697 -> 0 bytes app/home.png | Bin 6347 -> 0 bytes app/invite.png | Bin 6227 -> 0 bytes app/lang.png | Bin 6559 -> 0 bytes app/login.png | Bin 5847 -> 0 bytes app/mood.png | Bin 6384 -> 0 bytes app/photos.png | Bin 4080 -> 0 bytes app/poke.png | Bin 2610 -> 0 bytes app/post.png | Bin 4394 -> 0 bytes app/pphoto.png | Bin 5498 -> 0 bytes app/probe.png | Bin 7584 -> 0 bytes app/randprof.png | Bin 5268 -> 0 bytes app/search.png | Bin 8354 -> 0 bytes app/storage.png | Bin 3194 -> 0 bytes app/suggest.apd | 3 ++- app/suggest.png | Bin 7225 -> 0 bytes app/webpages.apd | 3 ++- app/webpages.png | Bin 9092 -> 0 bytes app/wiki.apd | 3 ++- app/wiki.png | Bin 10668 -> 0 bytes 26 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 app/bookmarks.png delete mode 100644 app/bugreport.png delete mode 100644 app/chat.png delete mode 100644 app/connections.png delete mode 100644 app/directory.png delete mode 100644 app/firefoxshare.png delete mode 100644 app/help.png delete mode 100644 app/home.png delete mode 100644 app/invite.png delete mode 100644 app/lang.png delete mode 100644 app/login.png delete mode 100644 app/mood.png delete mode 100644 app/photos.png delete mode 100644 app/poke.png delete mode 100644 app/post.png delete mode 100644 app/pphoto.png delete mode 100644 app/probe.png delete mode 100644 app/randprof.png delete mode 100644 app/search.png delete mode 100644 app/storage.png delete mode 100644 app/suggest.png delete mode 100644 app/webpages.png delete mode 100644 app/wiki.png (limited to 'app') diff --git a/app/bookmarks.png b/app/bookmarks.png deleted file mode 100644 index fffad3329..000000000 Binary files a/app/bookmarks.png and /dev/null differ diff --git a/app/bugreport.png b/app/bugreport.png deleted file mode 100644 index 4b59da185..000000000 Binary files a/app/bugreport.png and /dev/null differ diff --git a/app/chat.png b/app/chat.png deleted file mode 100644 index 9d3fdebd7..000000000 Binary files a/app/chat.png and /dev/null differ diff --git a/app/connections.png b/app/connections.png deleted file mode 100644 index 6f6100761..000000000 Binary files a/app/connections.png and /dev/null differ diff --git a/app/directory.png b/app/directory.png deleted file mode 100644 index 659f69051..000000000 Binary files a/app/directory.png and /dev/null differ diff --git a/app/firefoxshare.png b/app/firefoxshare.png deleted file mode 100644 index 755952284..000000000 Binary files a/app/firefoxshare.png and /dev/null differ diff --git a/app/help.png b/app/help.png deleted file mode 100644 index 6b9b1ccb6..000000000 Binary files a/app/help.png and /dev/null differ diff --git a/app/home.png b/app/home.png deleted file mode 100644 index 4b45f2a7a..000000000 Binary files a/app/home.png and /dev/null differ diff --git a/app/invite.png b/app/invite.png deleted file mode 100644 index dbc2cbbfa..000000000 Binary files a/app/invite.png and /dev/null differ diff --git a/app/lang.png b/app/lang.png deleted file mode 100644 index 89a61c26a..000000000 Binary files a/app/lang.png and /dev/null differ diff --git a/app/login.png b/app/login.png deleted file mode 100644 index 4e5625ee7..000000000 Binary files a/app/login.png and /dev/null differ diff --git a/app/mood.png b/app/mood.png deleted file mode 100644 index 2a5c1aca6..000000000 Binary files a/app/mood.png and /dev/null differ diff --git a/app/photos.png b/app/photos.png deleted file mode 100644 index 59b038288..000000000 Binary files a/app/photos.png and /dev/null differ diff --git a/app/poke.png b/app/poke.png deleted file mode 100644 index 9655d54ff..000000000 Binary files a/app/poke.png and /dev/null differ diff --git a/app/post.png b/app/post.png deleted file mode 100644 index 4a4355581..000000000 Binary files a/app/post.png and /dev/null differ diff --git a/app/pphoto.png b/app/pphoto.png deleted file mode 100644 index 041ff1e0c..000000000 Binary files a/app/pphoto.png and /dev/null differ diff --git a/app/probe.png b/app/probe.png deleted file mode 100644 index 21bd85cd9..000000000 Binary files a/app/probe.png and /dev/null differ diff --git a/app/randprof.png b/app/randprof.png deleted file mode 100644 index 7bb438dcd..000000000 Binary files a/app/randprof.png and /dev/null differ diff --git a/app/search.png b/app/search.png deleted file mode 100644 index 505d93c3f..000000000 Binary files a/app/search.png and /dev/null differ diff --git a/app/storage.png b/app/storage.png deleted file mode 100644 index ad8b89f6a..000000000 Binary files a/app/storage.png and /dev/null differ diff --git a/app/suggest.apd b/app/suggest.apd index 0fdd8a399..56bced0dc 100644 --- a/app/suggest.apd +++ b/app/suggest.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/suggest requires: local_channel name: Suggest Channels photo: icon:lightbulb-o categories: Networking +desc: Suggestions for channels in the network you might be interested in. diff --git a/app/suggest.png b/app/suggest.png deleted file mode 100644 index ca9180528..000000000 Binary files a/app/suggest.png and /dev/null differ diff --git a/app/webpages.apd b/app/webpages.apd index 1c215512f..e72b8586b 100644 --- a/app/webpages.apd +++ b/app/webpages.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/webpages/$nick requires: local_channel name: Webpages photo: icon:newspaper-o categories: nav_featured_app, Productivity +desc: Create and manage web pages for your channel. diff --git a/app/webpages.png b/app/webpages.png deleted file mode 100644 index 72a091831..000000000 Binary files a/app/webpages.png and /dev/null differ diff --git a/app/wiki.apd b/app/wiki.apd index e2fbe77e1..d59bdd8a4 100644 --- a/app/wiki.apd +++ b/app/wiki.apd @@ -1,6 +1,7 @@ -version: 2 +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. diff --git a/app/wiki.png b/app/wiki.png deleted file mode 100644 index 31d981679..000000000 Binary files a/app/wiki.png and /dev/null differ -- cgit v1.2.3