mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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
|
+ local interfaces
|
||||||
+ 0.0.0.0 (with warning)
|
+ 0.0.0.0 (with warning)
|
||||||
- [ ] add TorBrowser with I2P addon in clients
|
- [ ] 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
|
- [ ] add more pages to the favorites at setup to router.config
|
||||||
- Torrent tracker: http://tracker2.postman.i2p
|
- Torrent tracker: http://tracker2.postman.i2p
|
||||||
- Searx instance: http://ransack.i2p
|
- Searx instance: http://ransack.i2p
|
||||||
|
|||||||
@ -41,10 +41,12 @@ short_description = _('Anonymity Network')
|
|||||||
description = [
|
description = [
|
||||||
_('I2P is an anonymous overlay network - a network within a network. '
|
_('I2P is an anonymous overlay network - a network within a network. '
|
||||||
'It is intended to protect communication from dragnet surveillance '
|
'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 '
|
_('When enabled, I2P\'s web interface will be available from '
|
||||||
'<a href="/i2p/">/i2p</a>.'),
|
'<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
|
clients = clients
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user