From fd96415061672cbd7cc439fd6cbd2b4b8368cb5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 15 Sep 2011 19:20:05 +0200 Subject: [PATCH] =?utf8?q?Use=20WoTNS=E2=80=99=20own=20identity=20and=20ke?= =?utf8?q?y=20for=20demonstration=20purposes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 84817ae..6ed3fee 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -2,8 +2,8 @@

WoTNS

The Web of Trust 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 “Bombe”. 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 “Bombe@e3my”.

+

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

The target consists of a name chosen by the remote identity. It can consist of latin latters, digits, and periods (and the final name has to fulfill the Web of Trust’s requirement for a valid property name.

To be able to add targets for one of your identities, you first have to create an identity using the Web of Trust, -- 2.7.4