You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/29 14:29:50 UTC

svn commit: rev 37172 - gump/trunk/python/gump/document/xdocs

Author: ajack
Date: Sun Aug 29 05:29:49 2004
New Revision: 37172

Modified:
   gump/trunk/python/gump/document/xdocs/documenter.py
Log:
Attempt to fix cut-n-paste error...

Modified: gump/trunk/python/gump/document/xdocs/documenter.py
==============================================================================
--- gump/trunk/python/gump/document/xdocs/documenter.py	(original)
+++ gump/trunk/python/gump/document/xdocs/documenter.py	Sun Aug 29 05:29:49 2004
@@ -296,8 +296,8 @@
         rdfSyndRow=definitionTable.createRow()
         rdfSyndRow.createData().createStrong('Metadata')
         rdfArea=rdfSyndRow.createData()
-        rdfArea.createFork('atom.rdf','RDF')
-        rdfUrl=self.resolver.getUrl(self.workspace,'gump','.rdf')
+        rdfArea.createFork('gump.rdf','RDF')
+        #rdfUrl=self.resolver.getUrl(self.workspace,'gump','.rdf')
         #rdfArea.createFork('http://www.feedvalidator.org/check.cgi?url=' + rdfUrl) \
         #        .createIcon(self.resolver.getImageUrl('valid-rdf.png'), alt='[Valid Atom]') #, title='Validate my Atom feed', width='88', height='31')
         

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org