[Zope-CVS] CVS: Packages/Moztop/moztop/content/Data - localhost.rdf:1.2

Paul Everitt paul@zope.com
Fri, 7 Feb 2003 10:29:14 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content/Data
In directory cvs.zope.org:/tmp/cvs-serv18002/content/Data

Modified Files:
	localhost.rdf 
Log Message:
another try

=== Packages/Moztop/moztop/content/Data/localhost.rdf 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/Data/localhost.rdf:1.1	Sat Jan 25 12:44:00 2003
+++ Packages/Moztop/moztop/content/Data/localhost.rdf	Fri Feb  7 10:28:43 2003
@@ -4,6 +4,28 @@
 	 xmlns:site="http://www.zope.org/rdf/site#"
          xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
+<RDF:Description about="urn:moztop:sites:localhost:content:folder1">
+   <dc:title>Folder 1</dc:title>
+   <site:resourcetype resource="urn:moztop:resourcetypes:folder"/>
+</RDF:Description>
+
+<RDF:Description about="urn:moztop:sites:localhost:content:folder2">
+   <dc:title>Folder 2</dc:title>
+   <site:resourcetype resource="urn:moztop:resourcetypes:folder"/>
+</RDF:Description>
+
+<rdf:Description rdf:about="urn:moztop:sites:localhost:content">
+  <nc:subitems>
+    <RDF:Seq>
+      <RDF:li resource="urn:moztop:sites:localhost:content:folder1"/>
+      <RDF:li resource="urn:moztop:sites:localhost:content:folder2"/>
+    </RDF:Seq>
+  </nc:subitems>
+</rdf:Description>
+
+
+
+
 <RDF:Description about="urn:moztop:sites:localhost:packages:plone">
    <dc:title>Plone</dc:title>
    <site:resourcetype resource="urn:moztop:resourcetypes:package"/>
@@ -13,6 +35,7 @@
    <dc:title>Parsed XML</dc:title>
    <site:resourcetype resource="urn:moztop:resourcetypes:package"/>
 </RDF:Description>
+
 
 <rdf:Description rdf:about="urn:moztop:sites:localhost:packages">
   <nc:subitems>