From: David ‘Bombe’ Roden Date: Thu, 15 Sep 2011 16:28:39 +0000 (+0200) Subject: Add short documentation to index page. X-Git-Tag: 0.0.2^2~2 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=3693c0206a1b4d43e73a43c30d52a7f564f4ba0b Add short documentation to index page. --- diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 2144e2f..84817ae 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,6 +1,13 @@ <%include include/head.html>

WoTNS

-

Yay, Index!

+

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

+

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> <%first>