Move dirtag.xul and *.rdf generation into CherryPy.
[dirtag.git] / static / raw-tree.rdf
diff --git a/static/raw-tree.rdf b/static/raw-tree.rdf
deleted file mode 100644 (file)
index 4782d2e..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0"?>
-
-<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-         xmlns:FILES="http://dirtag.com/rdf#">
-
-  <RDF:Description RDF:about="http://dirtag.com/raw/a">
-    <FILES:name>a</FILES:name>
-  </RDF:Description>
-
-    <RDF:Description RDF:about="http://dirtag.com/raw/a/a1.dat">
-      <FILES:name>a1.dat</FILES:name>
-      <FILES:tags>1</FILES:tags>
-    </RDF:Description>
-
-    <RDF:Description RDF:about="http://dirtag.com/raw/a/a2.dat">
-      <FILES:name>a2.dat</FILES:name>
-      <FILES:tags>x</FILES:tags>
-    </RDF:Description>
-
-    <RDF:Description RDF:about="http://dirtag.com/raw/a/a3.dat">
-      <FILES:name>a3.dat</FILES:name>
-      <FILES:tags></FILES:tags>
-    </RDF:Description>
-
-  <RDF:Description RDF:about="http://dirtag.com/raw/b">
-    <FILES:name>b</FILES:name>
-  </RDF:Description>
-
-    <RDF:Description RDF:about="http://dirtag.com/raw/b/b1.dat">
-      <FILES:name>b1.dat</FILES:name>
-      <FILES:tags>1,x/y</FILES:tags>
-    </RDF:Description>
-
-    <RDF:Description RDF:about="http://dirtag.com/raw/b/b2.dat">
-      <FILES:name>b2.dat</FILES:name>
-      <FILES:tags></FILES:tags>
-    </RDF:Description>
-
-    <RDF:Description RDF:about="http://dirtag.com/raw/b/b3.dat">
-      <FILES:name>b3.dat</FILES:name>
-      <FILES:tags>x</FILES:tags>
-    </RDF:Description>
-
-  <RDF:Seq RDF:about="http://dirtag.com/raw/files">
-    <RDF:li>
-      <RDF:Seq RDF:about="http://dirtag.com/raw/a">
-        <RDF:li RDF:resource="http://dirtag.com/raw/a/a1.dat"/>
-        <RDF:li RDF:resource="http://dirtag.com/raw/a/a2.dat"/>
-        <RDF:li RDF:resource="http://dirtag.com/raw/a/a3.dat"/>
-      </RDF:Seq>
-    </RDF:li>
-    <RDF:li>
-      <RDF:Seq RDF:about="http://dirtag.com/raw/b">
-        <RDF:li RDF:resource="http://dirtag.com/raw/b/b1.dat"/>
-        <RDF:li RDF:resource="http://dirtag.com/raw/b/b2.dat"/>
-        <RDF:li RDF:resource="http://dirtag.com/raw/b/b3.dat"/>
-      </RDF:Seq>
-    </RDF:li>
-  </RDF:Seq>
-
-</RDF:RDF>