X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=6ed3fee9db3fce81ddcd8f96293b6c5930a5b116;hb=248013716dc38c4a8c075d1d74450401831053bf;hp=a0c8bee843d8c6911529e844318cf5a293ae3143;hpb=622c4a4d3ebed447d5708a41cf3e1e82e18fa29b;p=WoTNS.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index a0c8bee..6ed3fee 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,12 +1,35 @@ +<%include include/head.html>

WoTNS

-

Yay, Index!

-

Manage Names

-
- - -
+

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

Enabled Identities

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

Disabled Identities

+ <%/first> +
+ + + <%identity.nickname|html> + +
+<%/foreach> +<%include include/tail.html> \ No newline at end of file