mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
mldonkey: Add some more clients to the module page
Signed-off-by: J. Carlos Romero <juancarlos.romero@gmail.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
18309d7cb8
commit
59e41927bf
@ -20,7 +20,7 @@ Application manifest for mldonkey.
|
|||||||
|
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
|
|
||||||
from plinth.clients import validate
|
from plinth.clients import store_url, validate
|
||||||
from plinth.modules.backups.api import validate as validate_backup
|
from plinth.modules.backups.api import validate as validate_backup
|
||||||
|
|
||||||
clients = validate([{
|
clients = validate([{
|
||||||
@ -29,6 +29,27 @@ clients = validate([{
|
|||||||
'type': 'web',
|
'type': 'web',
|
||||||
'url': '/mldonkey/'
|
'url': '/mldonkey/'
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
'name':
|
||||||
|
_('KMLDonkey'),
|
||||||
|
'platforms': [{
|
||||||
|
'type': 'download',
|
||||||
|
'os': 'gnu-linux',
|
||||||
|
'url': 'https://www.kde.org/applications/internet/kmldonkey/'
|
||||||
|
}, {
|
||||||
|
'type': 'package',
|
||||||
|
'format': 'deb',
|
||||||
|
'name': 'kmldonkey',
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
'name':
|
||||||
|
_('AMLDonkey'),
|
||||||
|
'platforms': [{
|
||||||
|
'type': 'store',
|
||||||
|
'os': 'android',
|
||||||
|
'store_name': 'google-play',
|
||||||
|
'url': store_url('google-play', 'com.devwom.amldonkey'),
|
||||||
|
}]
|
||||||
}])
|
}])
|
||||||
|
|
||||||
backup = validate_backup({
|
backup = validate_backup({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user