From: David ‘Bombe’ Roden Date: Fri, 16 Sep 2011 05:36:51 +0000 (+0200) Subject: Add missing “Name.” X-Git-Tag: 0.0.3^2~7 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=a2258d745c59b723187aeb939a29756c569fb025;hp=feeb45c8608602e32b1e22469435ee57f4def1a2 Add missing “Name.” --- 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”.