<%include include/head.html>

WoTNS

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[@start-of-key]/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”.

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, and you have to enable the identity here.

<%foreach enabledIdentities identity|sort> <%first>

Enabled Identities

<%/first>
<%identity.nickname|html>
<%/foreach> <%foreach disabledIdentities identity|sort> <%first>

Disabled Identities

<%/first>
<%identity.nickname|html>
<%/foreach> <%include include/tail.html>