replace basically every small image, icon, or indicator with one from a consistent source, minus personal/community sites and plugns, see licenses/LICENSE-fontawesome for more details
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 842 B After Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 882 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 445 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 525 B |
@ -90,7 +90,6 @@ public class HomeHelper extends HelperBase {
|
|||||||
_x("Project Website") + S + _x("I2P home page") + S + "http://i2p-projekt.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 +
|
||||||
//_x("lenta news [ru]") + S + _x("Russian News Feed") + S + "http://lenta.i2p/" + S + I + "lenta_main_logo.png" + S +
|
//_x("lenta news [ru]") + S + _x("Russian News Feed") + S + "http://lenta.i2p/" + S + I + "lenta_main_logo.png" + S +
|
||||||
//"Salt" + S + "salt.i2p" + S + "http://salt.i2p/" + S + I + "salt_console.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("The Tin Hat") + S + _x("Privacy guides and tutorials") + S + "http://secure.thetinhat.i2p/" + S + I + "thetinhat.png" + S +
|
_x("The Tin Hat") + S + _x("Privacy guides and tutorials") + S + "http://secure.thetinhat.i2p/" + S + I + "thetinhat.png" + S +
|
||||||
//_x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "billiard_marker.png" + S +
|
//_x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "billiard_marker.png" + S +
|
||||||
//"sponge.i2p" + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "user_astronaut.png" + S +
|
//"sponge.i2p" + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "user_astronaut.png" + S +
|
||||||
@ -104,6 +103,7 @@ public class HomeHelper extends HelperBase {
|
|||||||
_x("I2P Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S +
|
_x("I2P 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("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "billiard_marker.png" + S +
|
||||||
_x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://trac.i2p2.i2p/report/1" + S + I + "bug.png" + S +
|
_x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://trac.i2p2.i2p/report/1" + S + I + "bug.png" + S +
|
||||||
|
"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_line.png" + S +
|
||||||
"";
|
"";
|
||||||
|
|
||||||
public boolean shouldShowWelcome() {
|
public boolean shouldShowWelcome() {
|
||||||
@ -156,7 +156,7 @@ public class HomeHelper extends HelperBase {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
StringBuilder buf = new StringBuilder(1380);
|
StringBuilder buf = new StringBuilder(1380);
|
||||||
buf.append(topWrap("Configuration"));
|
buf.append(topWrap("Configuration and Help"));
|
||||||
buf.append(table);
|
buf.append(table);
|
||||||
buf.append(bottomWrap);
|
buf.append(bottomWrap);
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
@ -169,7 +169,7 @@ public class HomeHelper extends HelperBase {
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
StringBuilder buf = new StringBuilder(1380);
|
StringBuilder buf = new StringBuilder(1380);
|
||||||
buf.append(topWrap("Developer Information"));
|
buf.append(topWrap("Network Information and Developer Information"));
|
||||||
buf.append(table);
|
buf.append(table);
|
||||||
buf.append(bottomWrap);
|
buf.append(bottomWrap);
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 849 B |
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 872 B After Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 623 B |
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 449 B |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 772 B After Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 771 B After Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 771 B After Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 634 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 506 B |
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 644 B After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 660 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 595 B |