From 0624f46e67ababc8975c2f50229004351a6eae53 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 20 Jan 2014 15:52:14 +0000 Subject: [PATCH] * Console: Change www.i2p2.i2p links to i2p-projekt.i2p * Reseed: Remove netdb.i2p2.de --- .../java/src/net/i2p/router/web/HomeHelper.java | 6 +++--- apps/routerconsole/jsp/help-legal.jsi | 8 ++++---- apps/routerconsole/jsp/help.jsi | 6 +++--- apps/routerconsole/jsp/help_ar.jsp | 12 ++++++------ apps/routerconsole/jsp/help_fr.jsp | 14 +++++++------- apps/routerconsole/jsp/help_nl.jsp | 12 ++++++------ apps/routerconsole/jsp/help_ru.jsp | 8 ++++---- apps/susidns/src/jsp/index.jsp | 2 +- history.txt | 4 ++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- .../net/i2p/router/networkdb/reseed/Reseeder.java | 4 ++-- 11 files changed, 41 insertions(+), 37 deletions(-) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java index 15c88883b..aa9bd4f98 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java @@ -41,7 +41,7 @@ public class HomeHelper extends HelperBase { _x("Dev Forum") + S + _x("Development forum") + S + "http://zzz.i2p/" + S + I + "group_gear.png" + S + _x("diftracker") + S + _x("Bittorrent tracker") + S + "http://diftracker.i2p/" + S + I + "magnet.png" + S + "echelon.i2p" + S + _x("I2P Applications") + S + "http://echelon.i2p/" + S + I + "box_open.png" + S + - _x("FAQ") + S + _x("Frequently Asked Questions") + S + "http://www.i2p2.i2p/faq" + S + I + "question.png" + S + + _x("FAQ") + S + _x("Frequently Asked Questions") + S + "http://i2p-projekt.i2p/faq" + S + I + "question.png" + S + _x("Forum") + S + _x("Community forum") + S + "http://forum.i2p/" + S + I + "group.png" + S + _x("Anonymous Git Hosting") + S + _x("A public anonymous Git hosting site - supports pulling via Git and HTTP and pushing via SSH") + S + "http://git.repo.i2p/" + S + I + "git-logo.png" + S + "Ident " + _x("Microblog") + S + _x("Your premier microblogging service on I2P") + S + "http://id3nt.i2p/" + S + I + "ident_icon_blue.png" + S + @@ -54,10 +54,10 @@ public class HomeHelper extends HelperBase { "Planet I2P" + S + _x("I2P News") + S + "http://planet.i2p/" + S + I + "world.png" + S + _x("Plugins") + S + _x("Add-on directory") + S + "http://plugins.i2p/" + S + I + "plugin.png" + S + _x("Postman's Tracker") + S + _x("Bittorrent tracker") + S + "http://tracker2.postman.i2p/" + S + I + "magnet.png" + S + - _x("Project Website") + S + _x("I2P home page") + S + "http://www.i2p2.i2p/" + S + I + "info_rhombus.png" + S + + _x("Project Website") + S + _x("I2P home page") + S + "http://i2p-projekt.i2p/" + S + I + "info_rhombus.png" + S + "Salt" + S + "salt.i2p" + S + "http://salt.i2p/" + S + I + "salt_console.png" + S + "stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_line.png" + S + - _x("Technical Docs") + S + _x("Technical documentation") + S + "http://www.i2p2.i2p/how" + S + I + "education.png" + S + + _x("Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S + _x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "billiard_marker.png" + S + _x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "billiard_marker.png" + S + _x("Sponge's main site") + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "user_astronaut.png" + S + diff --git a/apps/routerconsole/jsp/help-legal.jsi b/apps/routerconsole/jsp/help-legal.jsi index 45c160cf8..c2b31bd68 100644 --- a/apps/routerconsole/jsp/help-legal.jsi +++ b/apps/routerconsole/jsp/help-legal.jsi @@ -19,7 +19,7 @@ Apache's javax.servlet (javax.servlet.jar) implementation. This product includes software developed by the Apache Software Foundation (http://www.apache.org/).

-

Another application you can see on this webpage is I2PTunnel +

Another application you can see on this webpage is I2PTunnel (your web interface) - a GPL'ed application written by mihi that lets you tunnel normal TCP/IP traffic over I2P (such as the eepproxy and the irc proxy). There is also a susimail web based mail client available on @@ -27,12 +27,12 @@ the console, which is a GPL'ed application written by susi23. The addressbook a Ragnarok helps maintain your hosts.txt files (see ./addressbook/ for more information).

-

The router by default also includes human's public domain SAM bridge, +

The router by default also includes human's public domain SAM bridge, which other client applications (such the bittorrent port) can use. There is also an optimized library for doing large number calculations - jbigi - which in turn uses the LGPL licensed GMP library, tuned for various PC architectures. Launchers for windows users are built with Launch4J, and the installer is built with IzPack. For details on other applications available, as well as their licenses, please see the -license policy. Source for the I2P code and most bundled -client applications can be found on our download page.

+license policy. Source for the I2P code and most bundled +client applications can be found on our download page.

diff --git a/apps/routerconsole/jsp/help.jsi b/apps/routerconsole/jsp/help.jsi index d1fbccf8b..c6be7c3cb 100644 --- a/apps/routerconsole/jsp/help.jsi +++ b/apps/routerconsole/jsp/help.jsi @@ -1,9 +1,9 @@ If you'd like to help improve or translate the documentation, or help with other aspects of the project, please see the documentation for -volunteers. +volunteers.

Further assistance is available here:

+
  • FAQ on i2p-projekt.i2p
  • +
  • Deutsch FAQ.

  • You may also try the I2P forum or IRC. diff --git a/apps/routerconsole/jsp/help_ar.jsp b/apps/routerconsole/jsp/help_ar.jsp index 99887edb3..249d58f21 100644 --- a/apps/routerconsole/jsp/help_ar.jsp +++ b/apps/routerconsole/jsp/help_ar.jsp @@ -17,10 +17,10 @@

    اذا رغبت في المساعدة أو ترجمة الوثائق، أو المساعدة في أشياء أخرى، انظر اسفله -تطوع +تطوع

    المزيد من المساعدة هنا: @@ -151,7 +151,7 @@ Apache's javax.servlet (javax.servlet.jar) implementation. This product includes software developed by the Apache Software Foundation (http://www.apache.org/).

    -

    Another application you can see on this webpage is I2PTunnel +

    Another application you can see on this webpage is I2PTunnel (your web interface) - a GPL'ed application written by mihi that lets you tunnel normal TCP/IP traffic over I2P (such as the eepproxy and the irc proxy). There is also a susimail web based mail client available on @@ -159,15 +159,15 @@ the console, which is a GPL'ed application written by susi23. The addressbook a Ragnarok helps maintain your hosts.txt files (see ./addressbook/ for more information).

    -

    The router by default also includes human's public domain SAM bridge, +

    The router by default also includes human's public domain SAM bridge, which other client applications (such the bittorrent port) can use. There is also an optimized library for doing large number calculations - jbigi - which in turn uses the LGPL licensed GMP library, tuned for various PC architectures. Launchers for windows users are built with Launch4J, and the installer is built with IzPack. For details on other applications available, as well as their licenses, please see the -license policy. Source for the I2P code and most bundled -client applications can be found on our download page. +license policy. Source for the I2P code and most bundled +client applications can be found on our download page. .

    Change Log

    diff --git a/apps/routerconsole/jsp/help_fr.jsp b/apps/routerconsole/jsp/help_fr.jsp index f8f235eaf..67be14165 100644 --- a/apps/routerconsole/jsp/help_fr.jsp +++ b/apps/routerconsole/jsp/help_fr.jsp @@ -17,11 +17,11 @@ Traduction de mars 2011 (magma@mail.i2p)

    Aide et assistance du routeur I2P

    Si vous souhaitez améliorer ou traduire la documentation ou d'autres versants du projet, merci de vous reporter à -la page consacrée aux volontaires. +la page consacrée aux volontaires.

    D'autres détails sont disponibles ici: +
  • FAQ en anglais sur i2p-projekt.i2p
  • +
  • les FAQ en français.

  • Il y a aussi le forum I2P et l'IRC. @@ -131,22 +131,22 @@ configuration), vous permettant de déployer dans votre routeur des applications Jetty fait usage de l'implémentation javax.servlet d'Apache. Ce dispositif inclus du logiciel développé par la fondation Apache Software (http://www.apache.org/).

    -

    Une autre application visible sur cette page: I2PTunnel +

    Une autre application visible sur cette page: I2PTunnel (votre interface web) sous licence GPL écrite par mihi qui vous permet de mettre en tunnels le trafic normal TCP/IP sur I2P (comme les proxy eep et le proxy irc). Il y a aussi un client webmail susimail disponible dans la console, qui est sous licence GPL et écrit par susi23. L'application carnet d'adresses, écrite par Ragnarok gère votre fichier hosts.txt (voir ./addressbook/ pour plus de détails).

    -

    Le routeur inclu aussi par défaut le pont SAM du domaine public de l'humanité, +

    Le routeur inclu aussi par défaut le pont SAM du domaine public de l'humanité, que les autres applications clientes (comme le portage bittorrent) peuvent à leur tour utiliser. Il y a aussi une bibliothèque optimisée pour les calculs sur les grand nombres - jbigi - qui de son côté utilise la bibliothèque sous licence LGPL GMP, adaptée à diverses architectures PC. Les lanceurs pour Windows sont faits avec Launch4J, et l'installeur avec IzPack. Les détails sur les autres applications disponibles comme sur -leurs licences respectives, référez-vous à notre politique de licences. +leurs licences respectives, référez-vous à notre politique de licences. Les sources du code I2P et de la plupart des applications jointes est sur notre page de -téléchargements. +téléchargements. .

    Historique des évolutions

    diff --git a/apps/routerconsole/jsp/help_nl.jsp b/apps/routerconsole/jsp/help_nl.jsp index 67587bca4..4eea3e9e1 100644 --- a/apps/routerconsole/jsp/help_nl.jsp +++ b/apps/routerconsole/jsp/help_nl.jsp @@ -17,10 +17,10 @@

    Als je wilt helpen om de documentatie te verbeteren of vertalen, of wilt helpen met andere aspecten van het project, zie dan de documentatie voor -vrijwilligers. +vrijwilligers.

    Verdere ondersteuning is hier beschikbaar:
    Je kunt ook het I2P forum of IRC proberen. @@ -168,7 +168,7 @@ Dit product bevat software ontwikkeld door de Apache Software Foundation (http://www.apache.org/).

    Een andere applicatie op deze webpagina is I2PTunnel (je I2PTunnel (je web interface) - een GPL applicatie geschreven door mihi die normaal TCP/IP verkeer over I2P laat tunnelen (zoals de eepproxy en de irc proxy). Er is ook een susimail web based mail @@ -178,7 +178,7 @@ GPL applicatie geschreven door susi23. De adresboek applicatie, geschreven door hosts.txt bestanden (zie ./addressbook/ voor meer informatie).

    De router bevat ook standaard human's public domain SAM brug, welke andere client applicaties +href="http://i2p-projekt.i2p/sam">SAM brug, welke andere client applicaties (zoals de bittorrent port) kan gebruiken. Er is ook een geoptimaliseerde library voor het uitvoeren van berekeningen met grote getallen - jbigi - deze gebruikt de LGPL licensed Launch4J, en de installer is gemaakt met IzPack. Voor details over andere beschikbare applicaties, en hun licenties, zie het licentie beleid. Broncode voor I2P en +href="http://i2p-projekt.i2p/licenses">licentie beleid. Broncode voor I2P en de meeste gebundelde client applicaties kan gevonden worden op onze download pagina.

    +href="http://i2p-projekt.i2p/download">download pagina.

    Release geschiedenis

    diff --git a/apps/routerconsole/jsp/help_ru.jsp b/apps/routerconsole/jsp/help_ru.jsp index 9234c2c5b..888aa1333 100644 --- a/apps/routerconsole/jsp/help_ru.jsp +++ b/apps/routerconsole/jsp/help_ru.jsp @@ -19,9 +19,9 @@

    Если Вы хотите помочь в улучшении или переводе документации, если у Вас есть идеи, как еще помочь проекту, пожалуйста, загляните в раздел документации -как стать участником.

    +как стать участником.

    -

    Дальнейшие инструкции доступны в FAQ на www.i2p2.i2p +

    Дальнейшие инструкции доступны в FAQ на i2p-projekt.i2p
    Также, имеет смысл зайти на форум I2P и IRC-каналы проекта.

    @@ -161,9 +161,9 @@

    Поверх I2P маршрутизатора работают различные приложения-клиенты, каждое со своим набором лицензий и зависимостей. Например, эта страница входит в приложение консоли маршрутизатора, которое сделано из усеченной версии Jetty (в сборку не включены демонстрационные приложения и прочие дополнения, настройки упрощены). Jetty позволяет запускать в составе маршрутизатора стандартные JSP/сервлеты. Jetty использует javax.servlet.jar разработанный в составе проекта Apache (http://www.apache.org/).

    -

    Ещё одно приложение на этой странице — I2PTunnel (а тут его вебинтерфейс). Автор mihi, лицензия GPL. I2PTunnel занимается туннелированнием обычного TCP/IP трафика через I2P (может применяться для eepproxy и irc-прокси). susimail — почтовый клиент с вебинтерфейсом, автор susi23, лицензия GPL. Адресная книга помогает управлять содержимым Ваших hosts.txt файлов (подробнее см. ./addressbook/), автор Ragnarok.

    +

    Ещё одно приложение на этой странице — I2PTunnel (а тут его вебинтерфейс). Автор mihi, лицензия GPL. I2PTunnel занимается туннелированнием обычного TCP/IP трафика через I2P (может применяться для eepproxy и irc-прокси). susimail — почтовый клиент с вебинтерфейсом, автор susi23, лицензия GPL. Адресная книга помогает управлять содержимым Ваших hosts.txt файлов (подробнее см. ./addressbook/), автор Ragnarok.

    -

    В поставку маршрутизатора включен SAM интерфейс, автор human, приложение в общественном достоянии. SAM предназначен для использования приложениями-клиентами, такими как bittorrent-клиенты. Маршрутизатором используется оптимизированная под разные PC-архитектуры библиотека для вычислений с большими числами – jbigi, которая в свою очередь использует библиотеку GMP (LGPL лицензия). Вспомогательные приложения для Windows созданы с использованием Launch4J, а инсталлятор собран при помощи IzPack. Подробнее о других доступных приложениях и их лицензиях смотрите на странице I2P Software Licenses. Исходный код I2P маршрутизатора и идущих в комплекте приложений можно найти на нашей странице загрузки.

    +

    В поставку маршрутизатора включен SAM интерфейс, автор human, приложение в общественном достоянии. SAM предназначен для использования приложениями-клиентами, такими как bittorrent-клиенты. Маршрутизатором используется оптимизированная под разные PC-архитектуры библиотека для вычислений с большими числами – jbigi, которая в свою очередь использует библиотеку GMP (LGPL лицензия). Вспомогательные приложения для Windows созданы с использованием Launch4J, а инсталлятор собран при помощи IzPack. Подробнее о других доступных приложениях и их лицензиях смотрите на странице I2P Software Licenses. Исходный код I2P маршрутизатора и идущих в комплекте приложений можно найти на нашей странице загрузки.

    История версий

    diff --git a/apps/susidns/src/jsp/index.jsp b/apps/susidns/src/jsp/index.jsp index f42b43534..2b10abe9e 100644 --- a/apps/susidns/src/jsp/index.jsp +++ b/apps/susidns/src/jsp/index.jsp @@ -74,7 +74,7 @@ <%=intl._("Subscribing to additional sites is easy, just add them to your subscriptions file.")%>

    -<%=intl._("For more information on naming in I2P, see the overview on www.i2p2.i2p.")%> +<%=intl._("For more information on naming in I2P, see the overview.")%>

    <%=intl._("How does the addressbook application work?")%>

    diff --git a/history.txt b/history.txt index bfaf76d24..277885a6c 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,7 @@ +2014-01-20 zzz + * Console: Change www.i2p2.i2p links to i2p-projekt.i2p + * Reseed: Remove netdb.i2p2.de + 2014-01-12 zzz * NetDB: Fix handling of DSRM and DSM down client tunnels diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 7ca1a3ec2..5a58b19bc 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 10; + public final static long BUILD = 11; /** for example "-test" */ public final static String EXTRA = ""; diff --git a/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java b/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java index b696fa845..c6dadafc3 100644 --- a/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java +++ b/router/java/src/net/i2p/router/networkdb/reseed/Reseeder.java @@ -61,7 +61,7 @@ public class Reseeder { * URLs are constructed, and because SSLEepGet doesn't follow redirects. */ public static final String DEFAULT_SEED_URL = - "http://netdb.i2p2.de/" + "," + + //http://netdb.i2p2.de/" + "," + "http://reseed.i2p-projekt.de/" + "," + //"http://euve5653.vserver.de/netDb/" + "," + "http://cowpuncher.drollette.com/netdb/" + "," + @@ -76,7 +76,7 @@ public class Reseeder { /** @since 0.8.2 */ public static final String DEFAULT_SSL_SEED_URL = - "https://netdb.i2p2.de/" + "," + + //"https://netdb.i2p2.de/" + "," + "https://reseed.i2p-projekt.de/" + "," + //"https://euve5653.vserver.de/netDb/" + "," + "https://cowpuncher.drollette.com/netdb/" + "," +