* News: XML fixes (ticket #350)
This commit is contained in:
@ -8,7 +8,6 @@ Deploy the Jetty archive, a clean checkout lacks it
|
||||
|
||||
Change revision in:
|
||||
history.txt
|
||||
installer/resources/initialNews.xml
|
||||
installer/install.xml
|
||||
installer/resources/news.xml
|
||||
router/java/src/net/i2p/router/RouterVersion.java
|
||||
@ -21,7 +20,7 @@ Review the complete diff from the last release:
|
||||
|
||||
Verify that no untrusted revisions were inadvertently
|
||||
blessed by a trusted party:
|
||||
mtn log --brief --no-graph --to t:i2p-0.7.(xx-1) | cut -d ' ' -f 2- | sort
|
||||
mtn log --brief --no-graph --to t:i2p-0.8.(xx-1) | cut -d ' ' -f 2 | sort | uniq -c
|
||||
|
||||
NOTE: Most tasks below here are now automated by 'ant release'
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div lang="en">
|
||||
<h4><ul><li>Congratulations on getting I2P installed!</li></ul></h4>
|
||||
<h3>Congratulations on getting I2P installed!</h3>
|
||||
<p>
|
||||
<b>Welcome to I2P!</b>
|
||||
Please <b>have patience</b> as I2P boots up and finds peers.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div lang="de">
|
||||
<h4><ul><li>Wir gratulieren zur erfolgreichen Installation von I2P!</li></ul></h4>
|
||||
<h3>Wir gratulieren zur erfolgreichen Installation von I2P!</h3>
|
||||
<p>
|
||||
<b>Willkommen im I2P!</b>
|
||||
Hab noch <b>etwas Geduld</b>, während I2P startet und weitere I2P-Router findet.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div lang="es">
|
||||
<h4><ul><li>¡Felicidades!, has instalado el enrutador I2P con éxito.</li></ul></h4>
|
||||
<h3>¡Felicidades!, has instalado el enrutador I2P con éxito.</h3>
|
||||
<p>
|
||||
<b>¡Bienvenido a I2P!</b><br>
|
||||
¡Ten todavía <b>paciencia</b> mientras I2P esté arrancando y encontrando otros enrutadores I2P!
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div lang="nl">
|
||||
<h4><ul><li>Gefeliciteerd met de installatie van I2P!</li></ul></h4>
|
||||
<h3>Gefeliciteerd met de installatie van I2P!</h3>
|
||||
<p>
|
||||
<b>Welkom bij I2P!</b>
|
||||
Heb <b>wat geduld</b> terwijl I2P opstart en peers zoekt.
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div lang="pt">
|
||||
<h4><ul><li>Parabéns, você instalou o roteador I2P com êxito!</li></ul></h4>
|
||||
<h3>Parabéns, você instalou o roteador I2P com êxito!</h3>
|
||||
<p>
|
||||
<b>Bem-vindo ao I2P!</b><br>
|
||||
Seja <b>paciente</b> enquanto I2P ainda está iniciando-se e enquanto continuam sendo encontrados outros roteadores I2P!
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div lang="ru">
|
||||
<h4><ul><li>Поздравляем с успешным завершением установки I2P!</li></ul></h4>
|
||||
<h3>Поздравляем с успешным завершением установки I2P!</h3>
|
||||
<p>
|
||||
<b>Добро пожаловать в I2P!</b> Немного терпения! I2P-маршрутизатору потребуется пара минут для запуска модулей и первого подключения к сети I2P.
|
||||
</p>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<i2p.release version="0.8.1" date="2010/11/15" minVersion="0.6" />
|
||||
-->
|
||||
<div lang="en">
|
||||
<h4><ul><li>2010-11-15: <b>0.8.1 <a href="http://www.i2p2.i2p/release-0.8.1.html">Released</a></b></li></ul></h4>
|
||||
<h3>2010-11-15: <b>0.8.1 <a href="http://www.i2p2.i2p/release-0.8.1.html">Released</a></b></h3>
|
||||
<p>
|
||||
The 0.8.1 release contains the usual collection of bug fixes,
|
||||
and a newly colorful i2psnark theme by dr|zed.
|
||||
|
Reference in New Issue
Block a user