mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
ttrss: update client apps
- Add new F-Droid app - Remove TT-RSS Reader which no longer works with the current version of TT-RSS server. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
fa812abce4
commit
eaa6d4ea62
@ -19,9 +19,16 @@ from django.utils.translation import ugettext_lazy as _
|
|||||||
|
|
||||||
from plinth.clients import store_url, validate
|
from plinth.clients import store_url, validate
|
||||||
|
|
||||||
_package_id = 'org.ttrssreader'
|
|
||||||
|
|
||||||
clients = validate([{
|
clients = validate([{
|
||||||
|
'name':
|
||||||
|
_('Tiny Tiny RSS (Fork)'),
|
||||||
|
'platforms': [{
|
||||||
|
'type': 'store',
|
||||||
|
'os': 'android',
|
||||||
|
'store_name': 'f-droid',
|
||||||
|
'url': store_url('f-droid', 'org.fox.tttrss')
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
'name':
|
'name':
|
||||||
_('Tiny Tiny RSS'),
|
_('Tiny Tiny RSS'),
|
||||||
'platforms': [{
|
'platforms': [{
|
||||||
@ -33,18 +40,4 @@ clients = validate([{
|
|||||||
'type': 'web',
|
'type': 'web',
|
||||||
'url': '/tt-rss'
|
'url': '/tt-rss'
|
||||||
}]
|
}]
|
||||||
}, {
|
|
||||||
'name':
|
|
||||||
_('TT-RSS Reader'),
|
|
||||||
'platforms': [{
|
|
||||||
'type': 'store',
|
|
||||||
'os': 'android',
|
|
||||||
'store_name': 'google-play',
|
|
||||||
'url': store_url('google-play', _package_id),
|
|
||||||
}, {
|
|
||||||
'type': 'store',
|
|
||||||
'os': 'android',
|
|
||||||
'store_name': 'f-droid',
|
|
||||||
'url': store_url('f-droid', _package_id),
|
|
||||||
}]
|
|
||||||
}])
|
}])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user