[Zope-CVS] CVS: Packages/Moztop/moztop/content/Data - localhost.rdf:1.1 moztop_sites.rdf:1.1 moztop_types.rdf:1.1

Paul Everitt paul@zope.com
Sat, 25 Jan 2003 12:44:03 -0500


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

Added Files:
	localhost.rdf moztop_sites.rdf moztop_types.rdf 
Log Message:
Made the move to using rdf files in the profile dir, courtesy of 
the snippet from ScottR.  This means:

  o A new dir "Explorer" to replace Inspector, since we 
  don't have tabs in the left side now

  o No connection made on startup yet (more repair later)

  o For now, you have to manually copy Data/moztop*rdf to 
  your profile dir, because 5 hours of fighting jslib 
  ended in defeat.

Since the URN structure has changed and the id of the 
element with the datasources has changed, more work 
has to be done to get it operational.



=== Added File Packages/Moztop/moztop/content/Data/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: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/Data/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/Data/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>