Add missing “Name.”
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 16 Sep 2011 05:36:51 +0000 (07:36 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 16 Sep 2011 05:36:51 +0000 (07:36 +0200)
pom.xml
src/main/resources/templates/index.html

diff --git a/pom.xml b/pom.xml
index 24d87ae..0d867e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>WoTNS</artifactId>
-       <version>0.0.2</version>
+       <version>0.0.3-SNAPSHOT</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index 4a52249..94b0623 100644 (file)
@@ -1,6 +1,6 @@
 <%include include/head.html>
 <h1>WoTNS</h1>
-<p>The Web of Trust Service uses properties of Web of Trust identities to implement a DNS-like scheme on top of Freenet.</p>
+<p>The Web of Trust Name Service uses properties of Web of Trust identities to implement a DNS-like scheme on top of Freenet.</p>
 <p>The general syntax is: <code>http://<%request.host>/tns/<i>identity</i>/<i>target</i></code>.</p>
 <p><i>identity</i> 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 <i>identity</i>, in the form of <i>nickname@start-of-key</i>, such as “WoTNS@DAx”.</p>