mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
i2p: django: Add i2p homepage to description
freedombox-team/plinth#1428 Request: I2P support Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
23b4d33b3b
commit
4e7fc70192
2
TODO.md
2
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
|
||||
|
||||
@ -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 '
|
||||
'<a href="/i2p/">/i2p</a>.'),
|
||||
_('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 '
|
||||
'<a href="https://geti2p.net" target="_blank">homepage</a>.')
|
||||
]
|
||||
|
||||
clients = clients
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user