X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=94b062330ee3cdcbdc8de7cec8a3cb29b226074e;hp=6ed3fee9db3fce81ddcd8f96293b6c5930a5b116;hb=a2258d745c59b723187aeb939a29756c569fb025;hpb=fd96415061672cbd7cc439fd6cbd2b4b8368cb5d diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 6ed3fee..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”.

@@ -9,7 +9,7 @@ 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> +<%foreach enabledIdentities identity|sort> <%first>

Enabled Identities

<%/first> @@ -21,7 +21,7 @@ and you have to enable the identity here.

<%/foreach> -<%foreach disabledIdentities identity> +<%foreach disabledIdentities identity|sort> <%first>

Disabled Identities

<%/first>