From 7b1caac9ace001eec4897041e8efc7808625db0d Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 15 Dec 2009 17:25:01 +0000 Subject: [PATCH] cleanup and tag susidns jsps --- apps/susidns/src/jsp/addressbook.jsp | 48 +++++----- apps/susidns/src/jsp/config.jsp | 87 ++++++++++++------- apps/susidns/src/jsp/index.jsp | 52 +++++------ apps/susidns/src/jsp/subscriptions.jsp | 32 +++---- .../src/net/i2p/router/RouterVersion.java | 2 +- 5 files changed, 127 insertions(+), 94 deletions(-) diff --git a/apps/susidns/src/jsp/addressbook.jsp b/apps/susidns/src/jsp/addressbook.jsp index d9ff34695..4fda75eff 100644 --- a/apps/susidns/src/jsp/addressbook.jsp +++ b/apps/susidns/src/jsp/addressbook.jsp @@ -28,6 +28,7 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + @@ -37,7 +38,7 @@ -${book.book} addressbook - susidns v${version.version} +${book.book} <%=intl._("addressbook")%> - susidns v${version.version} @@ -47,19 +48,20 @@

-

${book.book} addressbook at ${book.fileName}

+

<%=intl._(book.getBook())%> <%=intl._("addressbook")%>: ${book.fileName}

${book.messages}
@@ -68,7 +70,7 @@
-

Filter: +

<%=intl._("Filter")%>: a b c @@ -96,10 +98,10 @@ y z 0-9 -all

+<%=intl._("all")%>

-

Current filter: ${book.filter} -(clear filter)

+

<%=intl._("Current filter")%>: ${book.filter} +(<%=intl._("clear filter")%>)

@@ -108,7 +110,7 @@

@@ -67,13 +69,13 @@ subscriptions *
-

Explanation

-The subscription file contains a list of (i2p) URLs. The addressbook application -regularly (once per hour) checks this list for new eepsites. Those URLs simply contain the published hosts.txt -file of other people. The default subscription is the hosts.txt from www.i2p2.i2p, which is updated infrequently. -So it is a good idea to add additional subscriptions to sites that have the latest addresses. -See the FAQ for a list of subscription URLs. +<%=intl._("The subscription file contains a list of i2p URLs.")%> +<%=intl._("The addressbook application regularly checks this list for new eepsites.")%> +<%=intl._("Those URLs refer to published hosts.txt files.")%> +<%=intl._("The default subscription is the hosts.txt from www.i2p2.i2p, which is updated infrequently.")%> +<%=intl._("So it is a good idea to add additional subscriptions to sites that have the latest addresses.")%> +<%=intl._("See the FAQ for a list of subscription URLs.")%>