forked from I2P_Developers/i2p.www
Convert git.repo.i2p, don't convert forum.i2p
This commit is contained in:
@@ -141,7 +141,7 @@ or type <tt>java -version</tt> at your command prompt.
|
|||||||
</div>
|
</div>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
|
{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
|
||||||
gitrepo='http://git.repo.i2p/w/i2p.i2p.git',
|
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
|
||||||
github='https://github.com/i2p/i2p.i2p',
|
github='https://github.com/i2p/i2p.i2p',
|
||||||
i2pversion=ver() -%}
|
i2pversion=ver() -%}
|
||||||
Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
|
Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
|
||||||
|
@@ -7,7 +7,7 @@ INPROXY = '.us'
|
|||||||
|
|
||||||
I2P_TO_CLEAR = {
|
I2P_TO_CLEAR = {
|
||||||
'www.i2p2.i2p': 'www.i2p2.de',
|
'www.i2p2.i2p': 'www.i2p2.de',
|
||||||
#'forum.i2p': 'forum.i2p2.de',
|
'forum.i2p': 'forum.i2p', # Don't convert forum.i2p, it is not accessible outside I2P
|
||||||
'trac.i2p2.i2p': 'trac.i2p2.de',
|
'trac.i2p2.i2p': 'trac.i2p2.de',
|
||||||
'mail.i2p': 'i2pmail.org',
|
'mail.i2p': 'i2pmail.org',
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user