[Zope-CVS] CVS: Packages/Moztop/moztopsupport/rdf - container.py:1.7 contents.pt:1.3 resource_types.pt:1.2

Stephan Richter srichter@cbu.edu
Sat, 22 Mar 2003 14:35:09 -0500


Update of /cvs-repository/Packages/Moztop/moztopsupport/rdf
In directory cvs.zope.org:/tmp/cvs-serv621/moztopsupport/rdf

Modified Files:
	container.py contents.pt resource_types.pt 
Log Message:
Fred fixed the TAL support well; so well that we now need to specify the
TAL namespace for having all of it rendered.

This fix and the moztop changes I am about to check in allow to finally 
view the contents of the site again.


=== Packages/Moztop/moztopsupport/rdf/container.py 1.6 => 1.7 ===
--- Packages/Moztop/moztopsupport/rdf/container.py:1.6	Fri Mar 21 12:03:21 2003
+++ Packages/Moztop/moztopsupport/rdf/container.py	Sat Mar 22 14:35:09 2003
@@ -157,6 +157,7 @@
             rdf += self._resource_node % {
                 'resource_type' : ''.join(type.lower().split()),
                 'title' : type}
+        print rdf
         return rdf
 
     def resource_types(self):
@@ -177,4 +178,3 @@
 </rdf:Description>
 
 '''
-


=== Packages/Moztop/moztopsupport/rdf/contents.pt 1.2 => 1.3 ===
--- Packages/Moztop/moztopsupport/rdf/contents.pt:1.2	Fri Mar 21 08:53:51 2003
+++ Packages/Moztop/moztopsupport/rdf/contents.pt	Sat Mar 22 14:35:09 2003
@@ -3,7 +3,8 @@
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:nc="http://home.netscape.com/NC-rdf#"
          xmlns:dc="http://www.purl.org/dc/1.1#"
-         xmlns:oscom="http://www.oscom.org/rdf#">
+         xmlns:oscom="http://www.oscom.org/rdf#"
+	 xmlns:tal="http://xml.zope.org/namespaces/tal">
 
 <rdf:Description rdf:about="http://localhost:8080/rsd.xml"
   tal:attributes="rdf:about view/getSiteURN">


=== Packages/Moztop/moztopsupport/rdf/resource_types.pt 1.1 => 1.2 ===
--- Packages/Moztop/moztopsupport/rdf/resource_types.pt:1.1	Fri Mar 21 08:53:51 2003
+++ Packages/Moztop/moztopsupport/rdf/resource_types.pt	Sat Mar 22 14:35:09 2003
@@ -2,8 +2,8 @@
 
 <rdf:RDF xmlns:dc="http://www.purl.org/dc/1.1#"
          xmlns:oscom="http://www.oscom.org/rdf#"
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+	 xmlns:tal="http://xml.zope.org/namespaces/tal">
 
 <RDF:Description about="urn:moztop:resourcetypes:site">
   <dc:title>Site</dc:title>