Author: bblfish
Date: Thu May 19 18:40:33 2011
New Revision: 1125047

URL: http://svn.apache.org/viewvc?rev=1125047&view=rev
Log:
added documentation by trying to follow what was written 
http://incubator.apache.org/clerezza/documentation/ . But could not find the 
save button, so I copied and pasted. Documentation for CLEREZZA-479

Modified:
    
incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/resources/META-INF/documentation.nt

Modified: 
incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/resources/META-INF/documentation.nt
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/resources/META-INF/documentation.nt?rev=1125047&r1=1125046&r2=1125047&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/resources/META-INF/documentation.nt
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.security.foafssl/test/src/main/resources/META-INF/documentation.nt
 Thu May 19 18:40:33 2011
@@ -1 +1,19 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
+    <rdf:Description rdf:about="http://localhost:8080/";>
+        <infoBit xmlns="http://discobits.org/ontology#"; 
rdf:parseType="Literal">The WebID Test page gives information to the user about 
all aspects of his WebID claims. 
+
+It tells the user 
+
+ <ul xmlns="http://www.w3.org/1999/xhtml";><li>what the public key in his 
certificate was if one was sent</li><li>which of his WebIDs were authenticated 
if any</li><li>what errors can be found in the WebID profile concerning 
authentication</li></ul> 
+  
+
+The Profile also allows the user to download a machine readable page which he 
can send to an administrator in case of difficulties.
+
+The Machine readable versions of the test results can also be used by 
automated agents to test the capabilities of this WebID implementation, in 
order to produce a ranking according to criteria to appear of this 
implementation compared to others.
+</infoBit>
+        <rdf:type 
rdf:resource="http://discobits.org/ontology#XHTMLInfoDiscoBit"/>
+    </rdf:Description>
+</rdf:RDF>
+
+
 


Reply via email to