Convert git.repo.i2p, don't convert forum.i2p

This commit is contained in:
str4d
2013-08-30 06:51:02 +00:00
parent f20c5e76f9
commit 6a9a10669c
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ or type <tt>java -version</tt> at your command prompt.
</div>
<div class="details">
{% 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',
i2pversion=ver() -%}
Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>

View File

@@ -7,7 +7,7 @@ INPROXY = '.us'
I2P_TO_CLEAR = {
'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',
'mail.i2p': 'i2pmail.org',
}