]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - templates/foafroll.xml.tmpl
Moved to using templates now under Subversion.
[deb/hackedgotchi.git] / templates / foafroll.xml.tmpl
diff --git a/templates/foafroll.xml.tmpl b/templates/foafroll.xml.tmpl
new file mode 100644 (file)
index 0000000..a78e3e8
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<rdf:RDF
+       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+       xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+       xmlns:foaf="http://xmlns.com/foaf/0.1/"
+       xmlns:rss="http://purl.org/rss/1.0/"
+       xmlns:dc="http://purl.org/dc/elements/1.1/"
+>
+<foaf:Group>
+       <foaf:name><TMPL_VAR name ESCAPE="HTML"></foaf:name>
+       <foaf:homepage><TMPL_VAR link ESCAPE="HTML"></foaf:homepage>
+       <rdfs:seeAlso rdf:resource="<TMPL_VAR url ESCAPE="HTML">" />
+
+<TMPL_LOOP Channels>
+       <foaf:member>
+               <foaf:Agent>
+                       <foaf:name><TMPL_VAR name ESCAPE="HTML"></foaf:name>
+                       <foaf:weblog>
+                               <foaf:Document rdf:about="<TMPL_VAR link ESCAPE="HTML">">
+                                       <dc:title><TMPL_VAR title_plain ESCAPE="HTML"></dc:title>
+                                       <rdfs:seeAlso>
+                                               <rss:channel rdf:about="<TMPL_VAR url ESCAPE="HTML">" />
+                                       </rdfs:seeAlso>
+                               </foaf:Document>
+                       </foaf:weblog>
+               </foaf:Agent>
+       </foaf:member>
+</TMPL_LOOP>
+
+</foaf:Group>
+</rdf:RDF>