[Zope-CVS] CVS: Packages/Moztop/moztop/content/sampledata - commontypes.rdf:1.1 connections.rdf:1.1 localhost.rdf:1.1 moztop_sites.rdf:1.1 moztop_types.rdf:1.1 recentfiles.rdf:1.1 sites.rdf:1.1 tasks.rdf:1.1 transactions.rdf:1.1

Paul Everitt paul@zope.com
Sat, 15 Feb 2003 05:50:40 -0500


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

Added Files:
	commontypes.rdf connections.rdf localhost.rdf moztop_sites.rdf 
	moztop_types.rdf recentfiles.rdf sites.rdf tasks.rdf 
	transactions.rdf 
Log Message:
Rearranging directories

=== Added File Packages/Moztop/moztop/content/sampledata/commontypes.rdf ===
<?xml version="1.0" encoding="iso-latin-1"?>
<RDF:RDF xmlns:NS30="http://www.zope.org/rdf#"
         xmlns:NS29="http://www.purl.org/dc/1.1#"
         xmlns:NC="http://home.netscape.com/NC-rdf#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

  <RDF:Description about="urn:moztop:resourcetypes:configurations"
                   NS29:title="Configurations"
                   NS30:styleid="configurations" />
  <RDF:Description about="urn:moztop:resourcetypes:content"
                   NS29:title="Content"
                   NS30:styleid="Content" />
  <RDF:Description about="urn:moztop:resourcetypes:views"
                   NS29:title="Views"
                   NS30:styleid="views" />
  <RDF:Description about="urn:moztop:resourcetypes:site"
                   NS29:title="Site"
                   NS30:styleid="site" />
  <RDF:Description about="urn:moztop:resourcetypes:package"
                   NS29:title="Package"
                   NS30:styleid="package" />
</RDF:RDF>



=== Added File Packages/Moztop/moztop/content/sampledata/connections.rdf ===
<?xml version="1.0"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:site="http://www.zope.org/rdf/site#">

   <RDF:Description about="urn:sites:site1">
     <site:servername>www.zope3.org</site:servername>
     <site:serverport>8081</site:serverport>
     <site:username>zope3</site:username>
     <site:password>zope3</site:password>
   </RDF:Description>

   <RDF:Description about="urn:sites:site2">
     <site:servername>localhost</site:servername>
     <site:serverport>8081</site:serverport>
     <site:username>test</site:username>
     <site:password>test</site:password>
   </RDF:Description>

  <RDF:Seq about="urn:sites:data">
    <RDF:li>
      <RDF:Seq about="urn:sites:site1" />
      <RDF:Seq about="urn:sites:site2" />
    </RDF:li>
  </RDF:Seq>

</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/localhost.rdf ===
<?xml version="1.0"?>
<RDF:RDF xmlns:nc="http://home.netscape.com/NC-rdf#"
	 xmlns:dc="http://www.purl.org/dc/1.1#"
	 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"/>
</RDF:Description>

<RDF:Description about="urn:moztop:sites:localhost:packages:parsedxml">
   <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>
    <RDF:Seq>
      <RDF:li resource="urn:moztop:sites:localhost:packages:plone"/>
      <RDF:li resource="urn:moztop:sites:localhost:packages:parsedxml"/>
    </RDF:Seq>
  </nc:subitems>
</rdf:Description>

</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/moztop_sites.rdf ===
<?xml version="1.0"?>
<RDF:RDF xmlns:nc="http://home.netscape.com/NC-rdf#"
	 xmlns:dc="http://www.purl.org/dc/1.1#"
	 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">
   <dc:title>Local Zope 3</dc:title>
   <site:resourcetype resource="urn:moztop:resourcetypes:site"/>
   <site:url>http://localhost:8080/</site:url>
</RDF:Description>

<RDF:Description about="urn:moztop:sites:remote">
   <dc:title>Remote Zope 3</dc:title>
   <site:resourcetype resource="urn:moztop:resourcetypes:site"/>
   <site:url>http://www.zope.org:8080/</site:url>
</RDF:Description>

<rdf:Description rdf:about="urn:moztop:sites">
  <nc:subitems>
    <RDF:Seq>
      <RDF:li resource="urn:moztop:sites:localhost"/>
      <RDF:li resource="urn:moztop:sites:remote"/>
    </RDF:Seq>
  </nc:subitems>
</rdf:Description>


<RDF:Description about="urn:moztop:sites:localhost:configurations">
   <dc:title>Configurations</dc:title>
   <site:resourcetype resource="urn:moztop:resourcetypes:configurations"/>
  <nc:subitems>
    <rdf:seq />
  </nc:subitems>
</RDF:Description>

<RDF:Description about="urn:moztop:sites:localhost:packages">
   <dc:title>Packages</dc:title>
   <site:resourcetype resource="urn:moztop:resourcetypes:packages"/>
  <nc:subitems>
    <rdf:seq />
  </nc:subitems>
</RDF:Description>

<rdf:Description rdf:about="urn:moztop:sites:localhost">
  <nc:subitems>
    <RDF:Seq>
      <RDF:li resource="urn:moztop:sites:localhost:configurations"/>
      <RDF:li resource="urn:moztop:sites:localhost:packages"/>
    </RDF:Seq>
  </nc:subitems>
</rdf:Description>


</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/moztop_types.rdf ===
<?xml version="1.0"?>
<RDF:RDF xmlns:nc="http://home.netscape.com/NC-rdf#"
	 xmlns:dc="http://www.purl.org/dc/1.1#"
	 xmlns:site="http://www.zope.org/rdf/site#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">


<!--   Type definition information, might have more later   -->
<rdf:Description about="urn:moztop:resourcetypes:site">
  <dc:title>Site</dc:title>
  <site:styleid>site</site:styleid>
</rdf:Description>

<rdf:Description about="urn:moztop:resourcetypes:configurations">
  <dc:title>Configurations</dc:title>
  <site:styleid>configurations</site:styleid>
</rdf:Description>

<rdf:Description about="urn:moztop:resourcetypes:packages">
  <dc:title>Packages</dc:title>
  <site:styleid>packages</site:styleid>
</rdf:Description>

<rdf:Description about="urn:moztop:resourcetypes:package">
  <dc:title>Package</dc:title>
  <site:styleid>package</site:styleid>
</rdf:Description>

</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/recentfiles.rdf ===
<?xml version="1.0"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:moztop="http://www.xulplanet.com/rdf/moztop#">

  <RDF:Seq about="urn:moztop:recentfiles">
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:0" moztop:number="0"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:1" moztop:number="1"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:2" moztop:number="2"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:3" moztop:number="3"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:4" moztop:number="4"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:5" moztop:number="5"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:6" moztop:number="6"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:7" moztop:number="7"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:8" moztop:number="8"/></RDF:li>
    <RDF:li><RDF:resource about="urn:moztop:recentfiles:9" moztop:number="9"/></RDF:li>
  </RDF:Seq>

</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/sites.rdf ===
<?xml version="1.0" encoding="iso-latin-1"?>
<RDF:RDF xmlns:NS28="http://www.purl.org/dc/1.1#"
         xmlns:NS27="http://www.zope.org/rdf#"
         xmlns:NC="http://home.netscape.com/NC-rdf#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<RDF:Description about="urn:moztop:sites">
  <NC:subitems resource="urn:moztop:sites:subitems"/>
</RDF:Description>

  <RDF:Seq about="urn:moztop:sites:subitems">
    <RDF:li resource="urn:moztop:sites:localhost"/>
  </RDF:Seq>

  <RDF:Description about="urn:moztop:sites:localhost"
                   NS28:title="localhost"
                   NS27:url="http://localhost:8080/"
      <NS27:resourcetype resource="urn:moztop:resourcetypes:site"/>
      <NC:subitems resource="urn:moztop:sites:localhost:subitems"/>
  </RDF:Description>

  <RDF:Seq about="urn:moztop:sites:localhost:subitems">
     <RDF:li resource="urn:moztop:sites:localhost:views"/>
     <RDF:li resource="urn:moztop:sites:localhost:configurations"/>
     <RDF:li resource="urn:moztop:sites:localhost:content"/>
  </RDF:Seq>

  <RDF:Description about="urn:moztop:sites:localhost:configurations"
                NS27:resourcetype="urn:moztop:resourcetypes:configurations" />

  <RDF:Description about="urn:moztop:sites:localhost:views"
                   NS27:resourcetype="urn:moztop:resourcetypes:views" />

  <RDF:Description about="urn:moztop:sites:localhost:content"
                   NS27:resourcetype="urn:moztop:resourcetypes:content" />

</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/tasks.rdf ===
<?xml version="1.0"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:task="http://www.zope.org/rdf/task#">

   <RDF:Description about="urn:tasks:task1">
     <task:id>1</task:id>
     <task:name>Update Object Tree</task:name>
     <task:descr>Update the the Explorer Object Tree</task:descr>
     <task:status>Done</task:status>
   </RDF:Description>

   <RDF:Description about="urn:tasks:task2">
     <task:id>2</task:id>
     <task:name>Save Content</task:name>
     <task:descr>Save the Content of {Content object Id}.</task:descr>
     <task:status>Failed</task:status>
   </RDF:Description>

   <RDF:Description about="urn:tasks:task3">
     <task:id>3</task:id>
     <task:name>Save Meta Data</task:name>
     <task:descr>
       Save Dublin Core Meta Data of {Content object Id}.
     </task:descr>
     <task:status>In Progress</task:status>
   </RDF:Description>

   <RDF:Description about="urn:tasks:task4">
     <task:id>4</task:id>
     <task:name>Show Preview</task:name>
     <task:descr>
       Show th eHTML Preview of an object.
     </task:descr>
     <task:status>Connecting</task:status>
   </RDF:Description>


  <RDF:Seq about="urn:tasks:data">
    <RDF:li>
         <RDF:Seq about="urn:tasks:task1">
         </RDF:Seq>
         <RDF:Seq about="urn:tasks:task2">
         </RDF:Seq>
         <RDF:Seq about="urn:tasks:task3">
         </RDF:Seq>
         <RDF:Seq about="urn:tasks:task4">
         </RDF:Seq>
    </RDF:li>
  </RDF:Seq>

</RDF:RDF>


=== Added File Packages/Moztop/moztop/content/sampledata/transactions.rdf ===
<?xml version="1.0"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:task="http://www.zope.org/rdf/task#">

   <RDF:Description about="urn:tasks:task6">
     <task:id>6</task:id>
     <task:name>Update Limit</task:name>
     <task:descr>
       Update the item limit of {ContainerId}.
     </task:descr>
     <task:status>70%</task:status>
   </RDF:Description>


   <RDF:Description about="urn:tasks:task7">
     <task:id>7</task:id>   
     <task:name>Delete Items</task:name>
     <task:descr>
       Deletes specified items from {ContainerId}.
     </task:descr>
     <task:status>30%</task:status>
   </RDF:Description>


   <RDF:Description about="urn:tasks:task8">
     <task:id>8</task:id>
     <task:name>Add Image</task:name>
     <task:descr>
       Add Image {ImageId} to Container {ContainerId}.
     </task:descr>
     <task:status>93%</task:status>
   </RDF:Description>


  <RDF:Seq about="urn:tasks:data">
    <RDF:li>
     <RDF:Seq about="urn:tasks:task6"></RDF:Seq>
     <RDF:Seq about="urn:tasks:task7"></RDF:Seq>
     <RDF:Seq about="urn:tasks:task8"></RDF:Seq>
    </RDF:li>
  </RDF:Seq>

</RDF:RDF>