clients: Add and correct Client Apps

- Correction to the package name of Plumble

- Add official Tiny Tiny RSS Android app

- Remove deluge Debian package
The deluge Debian package is wrongly mentioned as a client. It's
standalone application and doesn't talk to the FreedomBox's deluge
server.

- Correction to display text for GNU/Linux

- Update desktop clients for Minetest

- Add Thunderbird to Radicale clients
  - Also added F-Droid client for DAVDroid

- ejabberd: more download links and sorting
  - Added more download links for packages.
  - Sorted packages alphabetically.

- Indicate gobby is available for GNU/Linux

- Add more client links for quassel-client

- bugfix: Homebrew package names aren't displayed in UI
  - Correction homebrew -> brew

- Add GNU/Linux Mumble desktop client

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-02-16 14:44:27 +05:30 committed by James Valleroy
parent c3167dac64
commit bb6cac5f71
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
9 changed files with 138 additions and 50 deletions

View File

@ -20,16 +20,10 @@ from django.utils.translation import ugettext_lazy as _
from plinth.clients import validate from plinth.clients import validate
clients = validate([{ clients = validate([{
'name': 'name': _('Deluge'),
_('Deluge'), 'description': _('Bittorrent client written in Python/PyGTK'),
'description':
_('Bittorrent client written in Python/PyGTK'),
'platforms': [{ 'platforms': [{
'type': 'web', 'type': 'web',
'url': '/deluge' 'url': '/deluge'
}, {
'type': 'package',
'format': 'deb',
'name': 'deluge',
}] }]
}]) }])

View File

@ -17,30 +17,54 @@
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_lazy as _
from plinth.modules.jsxc import manifest as jsxc_manifest
from plinth.clients import store_url, validate from plinth.clients import store_url, validate
from plinth.modules.jsxc import manifest as jsxc_manifest
_clients = validate([{ _clients = validate([{
'name': 'name':
_('yaxim'), _('Conversations'),
'platforms': [{ 'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'eu.siacs.conversations')
}, {
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'eu.siacs.conversations')
}]
}, {
'name':
_('Xabber'),
'description':
_('Open source Jabber (XMPP) client with multi-account support '
'and clean and simple interface. '),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'com.xabber.androiddev')
}, {
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'com.xabber.android')
}]
}, {
'name':
_('Yaxim'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'org.yaxim.androidclient'),
}, {
'type': 'store', 'type': 'store',
'os': 'android', 'os': 'android',
'store_name': 'google-play', 'store_name': 'google-play',
'url': store_url('google-play', 'org.yaxim.androidclient'), 'url': store_url('google-play', 'org.yaxim.androidclient'),
}] }]
}, {
'name':
_('Bruno'),
'description':
_('Bruno is a themed version of the open source '
'yaxim app.'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'org.yaxim.bruno')
}]
}, { }, {
'name': 'name':
_('ChatSecure'), _('ChatSecure'),
@ -59,15 +83,6 @@ _clients = validate([{
'url': 'https://itunes.apple.com/us/app/chatsecure' 'url': 'https://itunes.apple.com/us/app/chatsecure'
'/id464200063' '/id464200063'
}] }]
}, {
'name':
_('Conversations'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'eu.siacs.conversations')
}]
}, { }, {
'name': 'name':
_('Dino'), _('Dino'),
@ -75,6 +90,10 @@ _clients = validate([{
'type': 'download', 'type': 'download',
'os': 'gnu-linux', 'os': 'gnu-linux',
'url': 'https://github.com/dino/dino/wiki/Distribution-Packages', 'url': 'https://github.com/dino/dino/wiki/Distribution-Packages',
}, {
'type': 'package',
'format': 'deb',
'name': 'dino-im'
}] }]
}, { }, {
'name': 'name':
@ -83,6 +102,14 @@ _clients = validate([{
'type': 'package', 'type': 'package',
'format': 'deb', 'format': 'deb',
'name': 'gajim' 'name': 'gajim'
}, {
'type': 'download',
'os': 'gnu-linux',
'url': 'https://gajim.org/downloads.php'
}, {
'type': 'download',
'os': 'macos',
'url': 'https://gajim.org/downloads.php'
}, { }, {
'type': 'download', 'type': 'download',
'os': 'windows', 'os': 'windows',

View File

@ -29,9 +29,13 @@ clients = validate([{
'usage': 'usage':
format_lazy( format_lazy(
_('Start Gobby and select "Connect to Server" and ' _('Start Gobby and select "Connect to Server" and '
'enter your {box_name}\'s domain name.'), 'enter your {box_name}\'s domain name.'), box_name=_(
box_name=_(cfg.box_name)), cfg.box_name)),
'platforms': [{ 'platforms': [{
'type': 'download',
'os': 'gnu-linux',
'url': 'https://github.com/gobby/gobby/wiki/Download'
}, {
'type': 'download', 'type': 'download',
'os': 'windows', 'os': 'windows',
'url': 'https://github.com/gobby/gobby/wiki/Download' 'url': 'https://github.com/gobby/gobby/wiki/Download'

View File

@ -24,18 +24,26 @@ clients = validate([{
_('Minetest'), _('Minetest'),
'platforms': [{ 'platforms': [{
'type': 'download', 'type': 'download',
'os': 'windows', 'os': 'gnu-linux',
'url': 'https://github.com/minetest/minetest/releases' 'url': 'https://www.minetest.net/downloads/'
}, { }, {
'type': 'store', 'type': 'download',
'os': 'android', 'os': 'macos',
'store_name': 'google-play', 'url': 'https://www.minetest.net/downloads/'
'url': store_url('google-play', 'net.minetest.minetest') }, {
'type': 'download',
'os': 'windows',
'url': 'https://www.minetest.net/downloads/'
}, { }, {
'type': 'store', 'type': 'store',
'os': 'android', 'os': 'android',
'store_name': 'f-droid', 'store_name': 'f-droid',
'url': store_url('f-droid', 'net.minetest.minetest') 'url': store_url('f-droid', 'net.minetest.minetest')
}, {
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'net.minetest.minetest')
}, { }, {
'type': 'package', 'type': 'package',
'format': 'deb', 'format': 'deb',

View File

@ -19,19 +19,23 @@ from django.utils.translation import ugettext_lazy as _
from plinth.clients import store_url, validate from plinth.clients import store_url, validate
_plumble_package_id = 'com.morlunk.mumbleclient.free' _plumble_package_id = 'com.morlunk.mumbleclient'
clients = validate([{ clients = validate([{
'name': 'name':
_('Mumble'), _('Mumble'),
'platforms': [{ 'platforms': [{
'type': 'download', 'type': 'download',
'os': 'windows', 'os': 'gnu-linux',
'url': 'https://wiki.mumble.info/wiki/Main_Page' 'url': 'https://wiki.mumble.info/wiki/Main_Page'
}, { }, {
'type': 'download', 'type': 'download',
'os': 'macos', 'os': 'macos',
'url': 'https://wiki.mumble.info/wiki/Main_Page' 'url': 'https://wiki.mumble.info/wiki/Main_Page'
}, {
'type': 'download',
'os': 'windows',
'url': 'https://wiki.mumble.info/wiki/Main_Page'
}, { }, {
'type': 'package', 'type': 'package',
'format': 'deb', 'format': 'deb',
@ -48,13 +52,13 @@ clients = validate([{
'platforms': [{ 'platforms': [{
'type': 'store', 'type': 'store',
'os': 'android', 'os': 'android',
'store_name': 'google-play', 'store_name': 'f-droid',
'url': store_url('google-play', _plumble_package_id) 'url': store_url('f-droid', _plumble_package_id)
}, { }, {
'type': 'store', 'type': 'store',
'os': 'android', 'os': 'android',
'store_name': 'f-droid', 'store_name': 'google-play',
'url': store_url('f-droid', _plumble_package_id) 'url': store_url('google-play', _plumble_package_id)
}] }]
}, { }, {
'name': 'name':

View File

@ -23,18 +23,35 @@ clients = validate([{
'name': 'name':
_('Quassel'), _('Quassel'),
'platforms': [{ 'platforms': [{
'type': 'download',
'os': 'gnu-linux',
'url': 'http://quassel-irc.org/downloads'
}, {
'type': 'download', 'type': 'download',
'os': 'macos', 'os': 'macos',
'url': 'http://quassel-irc.org/downloads' 'url': 'http://quassel-irc.org/downloads'
}, {
'type': 'download',
'os': 'windows',
'url': 'http://quassel-irc.org/downloads'
}, { }, {
'type': 'package', 'type': 'package',
'format': 'deb', 'format': 'deb',
'name': 'quassel-client', 'name': 'quassel-client',
}, {
'type': 'package',
'format': 'brew',
'name': 'quassel-client',
}] }]
}, { }, {
'name': 'name':
_('Quasseldroid'), _('Quasseldroid'),
'platforms': [{ 'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'com.iskrembilen.quasseldroid'),
}, {
'type': 'store', 'type': 'store',
'os': 'android', 'os': 'android',
'store_name': 'google-play', 'store_name': 'google-play',

View File

@ -28,6 +28,11 @@ clients = validate([{
'show all existing calendars and address books and you can ' 'show all existing calendars and address books and you can '
'create new.'), 'create new.'),
'platforms': [{ 'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'f-droid',
'url': store_url('f-droid', 'at.bitfire.davdroid'),
}, {
'type': 'store', 'type': 'store',
'os': 'android', 'os': 'android',
'store_name': 'google-play', 'store_name': 'google-play',
@ -41,6 +46,26 @@ clients = validate([{
'format': 'deb', 'format': 'deb',
'name': 'gnome-calendar' 'name': 'gnome-calendar'
}] }]
}, {
'name':
_('Mozilla Thunderbird'),
'platforms': [{
'type': 'package',
'format': 'deb',
'name': 'thunderbird'
}, {
'type': 'download',
'os': 'gnu-linux',
'url': 'https://www.mozilla.org/thunderbird/'
}, {
'type': 'download',
'os': 'macos',
'url': 'https://www.mozilla.org/thunderbird/'
}, {
'type': 'download',
'os': 'windows',
'url': 'https://www.mozilla.org/thunderbird/'
}]
}, { }, {
'name': 'name':
_('Evolution'), _('Evolution'),

View File

@ -22,6 +22,18 @@ from plinth.clients import store_url, validate
_package_id = 'org.ttrssreader' _package_id = 'org.ttrssreader'
clients = validate([{ clients = validate([{
'name':
_('Tiny Tiny RSS'),
'platforms': [{
'type': 'store',
'os': 'android',
'store_name': 'google-play',
'url': store_url('google-play', 'org.fox.ttrss')
}, {
'type': 'web',
'url': '/tt-rss'
}]
}, {
'name': 'name':
_('TT-RSS Reader'), _('TT-RSS Reader'),
'platforms': [{ 'platforms': [{
@ -34,8 +46,5 @@ clients = validate([{
'os': 'android', 'os': 'android',
'store_name': 'f-droid', 'store_name': 'f-droid',
'url': store_url('f-droid', _package_id), 'url': store_url('f-droid', _package_id),
}, {
'type': 'web',
'url': '/tt-rss'
}] }]
}]) }])

View File

@ -68,7 +68,7 @@
{% with 'theme/icons/'|add:platform.os|add:'.png' as icon %} {% with 'theme/icons/'|add:platform.os|add:'.png' as icon %}
<img class="client-icon" src="{% static icon %}" /> <img class="client-icon" src="{% static icon %}" />
{% if platform.os == 'gnu-linux' %} {% if platform.os == 'gnu-linux' %}
{% trans 'Play Store' %} {% trans 'GNU/Linux' %}
{% elif platform.os == 'windows' %} {% elif platform.os == 'windows' %}
{% trans 'Windows' %} {% trans 'Windows' %}
{% elif platform.os == 'macos' %} {% elif platform.os == 'macos' %}
@ -127,7 +127,7 @@
{% if platform.format == 'deb' %} {% if platform.format == 'deb' %}
<li><strong>{% trans "Debian:" %}</strong> {{ platform.name }}</li> <li><strong>{% trans "Debian:" %}</strong> {{ platform.name }}</li>
{% endif %} {% endif %}
{% if platform.format == 'homebrew' %} {% if platform.format == 'brew' %}
<li><strong>{% trans "Homebrew:" %}</strong> {{ platform.name }}</li> <li><strong>{% trans "Homebrew:" %}</strong> {{ platform.name }}</li>
{% endif %} {% endif %}
{% if platform.format == 'rpm' %} {% if platform.format == 'rpm' %}