From a2258d745c59b723187aeb939a29756c569fb025 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 16 Sep 2011 07:36:51 +0200 Subject: [PATCH] =?utf8?q?Add=20missing=20=E2=80=9CName.=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 24d87ae..0d867e6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus WoTNS - 0.0.2 + 0.0.3-SNAPSHOT net.pterodactylus diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 4a52249..94b0623 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,6 +1,6 @@ <%include include/head.html>

WoTNS

-

The Web of Trust Service uses properties of Web of Trust identities to implement a DNS-like scheme on top of Freenet.

+

The Web of Trust Name Service uses properties of Web of Trust identities to implement a DNS-like scheme on top of Freenet.

The general syntax is: http://<%request.host>/tns/identity/target.

identity is the nickname of a Web of Trust identity, such as “WoTNS”. It is also possible to include the beginning of the identity’s key into identity, in the form of nickname@start-of-key, such as “WoTNS@DAx”.

-- 2.7.4