From 4e7fc70192abe7b68526ab0be259b1bdc87d60d7 Mon Sep 17 00:00:00 2001 From: LoveIsGrief Date: Sat, 2 Mar 2019 16:55:47 +0100 Subject: [PATCH] i2p: django: Add i2p homepage to description freedombox-team/plinth#1428 Request: I2P support Reviewed-by: Sunil Mohan Adapa --- TODO.md | 2 +- plinth/modules/i2p/__init__.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index f814521e0..cf4b97590 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,7 @@ + local interfaces + 0.0.0.0 (with warning) - [ ] add TorBrowser with I2P addon in clients - - [ ] add wiki in description + - [x] add homepage in description - [ ] add more pages to the favorites at setup to router.config - Torrent tracker: http://tracker2.postman.i2p - Searx instance: http://ransack.i2p diff --git a/plinth/modules/i2p/__init__.py b/plinth/modules/i2p/__init__.py index 6b1d2a8e0..77e11b464 100644 --- a/plinth/modules/i2p/__init__.py +++ b/plinth/modules/i2p/__init__.py @@ -41,10 +41,12 @@ short_description = _('Anonymity Network') description = [ _('I2P is an anonymous overlay network - a network within a network. ' 'It is intended to protect communication from dragnet surveillance ' - 'and monitoring by third parties such as ISPs. '), + 'and monitoring by third parties such as ISPs.'), _('When enabled, I2P\'s web interface will be available from ' '/i2p.'), - _('The first visit will initiate the configuration process, which can also be skippped') + _('The first visit will initiate the configuration process, which can also be skippped'), + _('You can find more information about I2P one can peruse their ' + 'homepage.') ] clients = clients