merge of '4be12c91831cc6b24ef6fcf16af9cbb9fa32069d'

and 'c578a1847c62244cfc8308021014c94afef01606'
This commit is contained in:
z3d
2010-12-11 18:06:01 +00:00
39 changed files with 451 additions and 334 deletions

View File

@@ -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'

View File

@@ -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.

View File

@@ -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&auml;hrend I2P startet und weitere I2P-Router findet.

View File

@@ -1,5 +1,5 @@
<div lang="es">
<h4><ul><li>&iexcl;Felicidades!, has instalado el enrutador I2P con &eacute;xito.</li></ul></h4>
<h3>&iexcl;Felicidades!, has instalado el enrutador I2P con &eacute;xito.</h3>
<p>
<b>&iexcl;Bienvenido a I2P!</b><br>
&iexcl;Ten todav&iacute;a <b>paciencia</b> mientras I2P est&eacute; arrancando y encontrando otros enrutadores I2P!

View File

@@ -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.

View File

@@ -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!

View File

@@ -1,5 +1,5 @@
<div lang="ru">
<h4><ul><li>Поздравляем с успешным завершением установки I2P!</li></ul></h4>
<h3>Поздравляем с успешным завершением установки I2P!</h3>
<p>
<b>Добро пожаловать в I2P!</b> Немного терпения! I2P-маршрутизатору потребуется пара минут для запуска модулей и первого подключения к сети I2P.
</p>

View File

@@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -155,7 +155,6 @@ th {
border-bottom: 1px inset #101;
color: #ddd;
whitespace: nowrap;
font-variant: small-caps !important;
letter-spacing: 0.05em;
}
@@ -238,6 +237,10 @@ td:first-child {
font-size: 9.5pt;
}
.center {
text-align: center !important;
}
.snarkTorrentName {
text-shadow:1px 1px #550000;
padding: 2px 0 0;
@@ -268,7 +271,6 @@ td:first-child {
}
.snarkTorrentEven {
background: #545;
font-size: 8pt;
background: #202;
}
@@ -323,7 +325,6 @@ td:first-child {
}
.snarkTorrentOdd {
background: #656;
background: #351933;
font-size: 8pt;
border: 0px inset #101 !important;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -139,7 +139,6 @@ tr {
}
thead, tfoot {
text-shadow: 0px 1px 1px #707;
background: url("images/bling2.png") repeat-x scroll center center #867;
font-weight: bold;
color: #503;
@@ -161,7 +160,6 @@ th {
border-top: 1px outset #604;
border-bottom: 1px inset #604;
whitespace: nowrap;
font-variant: small-caps !important;
letter-spacing: 0.05em;
}
@@ -244,6 +242,10 @@ td:first-child {
font-size: 9.5pt;
}
.center {
text-align: center !important;
}
.snarkTorrentName {
/* text-shadow:1px 1px #540;*/
padding: 3px 0 0;
@@ -270,7 +272,6 @@ td:first-child {
}
.snarkTorrentEven {
background: #fef;
font-size: 8pt;
background: #feb;
}
@@ -328,7 +329,6 @@ td:first-child {
}
.snarkTorrentOdd {
background: #656;
background: #fed;
font-size: 8pt;
border: 0px inset #fff !important;
@@ -490,7 +490,6 @@ input {
input.r {
text-align: right;
background: /*url('/themes/snark/ubergine/images/graytile.png')*/;
}
input[type=submit] {
@@ -524,7 +523,7 @@ input[type=image] {
border-radius: 0px;
border: medium none;
margin: 0 2px;
opacity: 0.9 !important;
opacity: 0.8 !important;
}
input[type=image]:hover {
@@ -561,7 +560,7 @@ select:hover, textarea:hover {
}
textarea {
background: #fff; /*/*url('/themes/snark/ubergine/images/graytile.png')*/;*/
background: #fff; /*url('/themes/snark/ubergine/images/graytile.png');*/
color: #f60;
font-weight: bold;
padding: 1px 4px 0px;