Author: orbiter
Date: 2008-02-17 00:25:49 +0100 (Sun, 17 Feb 2008)
New Revision: 4489

Added:
   trunk/htroot/ViewProfile.rdf
Log:
added missing rdf for ViewProfile

Added: trunk/htroot/ViewProfile.rdf
===================================================================
--- trunk/htroot/ViewProfile.rdf        2008-02-16 12:16:53 UTC (rev 4488)
+++ trunk/htroot/ViewProfile.rdf        2008-02-16 23:25:49 UTC (rev 4489)
@@ -0,0 +1,18 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+#(success)#::::::
+<foaf:Person rdf:nodeID="#[peerhash]#" 
#(nickname)#::rdf:about="#[value]#"#(/nickname)# 
xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+  #(name)#::<foaf:name>#[value]#</foaf:name>#(/name)#
+  #(email)#::<foaf:mbox rdf:resource="#[value]#"/>#(/email)#
+  #(homepage)#::<foaf:homepage rdf:resource="#[value]#" />#(/homepage)#
+  #(icq)#::
+  <foaf:holdsAccount>
+    <foaf:OnlineAccount>
+      <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/OnlineChatAccount"/>
+      <foaf:accountServiceHomepage 
rdf:resource="http://www.freenode.net/irc_servers.shtml"/>
+      <foaf:accountName>#[value]#</foaf:accountName>
+    </foaf:OnlineAccount>
+  </foaf:holdsAccount>
+  #(/icq)#
+</foaf:Person>
+#(/success)#
+</rdf:RDF>
\ No newline at end of file

_______________________________________________
YaCy-svn mailing list
YaCy-svn@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an