[Zope3-checkins] SVN: Zope3/trunk/ updated to Docutils 0.4.0

Andreas Jung andreas at andreas-jung.com
Mon Mar 13 09:55:15 EST 2006


Log message for revision 65953:
  updated to Docutils 0.4.0
  

Changed:
  U   Zope3/trunk/doc/CHANGES.txt
  _U  Zope3/trunk/src/
  D   Zope3/trunk/src/docutils/
  U   Zope3/trunk/src/zope/app/renderer/rest.py

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2006-03-13 14:41:29 UTC (rev 65952)
+++ Zope3/trunk/doc/CHANGES.txt	2006-03-13 14:55:14 UTC (rev 65953)
@@ -10,6 +10,8 @@
 
     New features
 
+      - Updated Docutils to V 0.4.0
+
       - Make the HomeFolderManager allowing the user to change the object to
         create when autocreating the homefolder.
 


Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
   - ZConfig        svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees         -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/BTrees
persistent     -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/persistent
ThreadedAsync  -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ThreadedAsync
transaction    -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/transaction
ZEO            -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZEO
ZODB           -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZODB
twisted        -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon        -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon

   + ZConfig        svn://svn.zope.org/repos/main/ZConfig/trunk/ZConfig
BTrees         -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/BTrees
docutils       svn://svn.zope.org/repos/main/docutils/tags/0.4.0
persistent     -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/persistent
ThreadedAsync  -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ThreadedAsync
transaction    -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/transaction
ZEO            -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZEO
ZODB           -r 41153 svn://svn.zope.org/repos/main/ZODB/branches/3.6/src/ZODB
twisted        -r 15340 svn://svn.twistedmatrix.com/svn/Twisted/branches/releases/2.1.x/twisted
zdaemon        -r 40792 svn://svn.zope.org/repos/main/zdaemon/trunk/src/zdaemon


Modified: Zope3/trunk/src/zope/app/renderer/rest.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/rest.py	2006-03-13 14:41:29 UTC (rev 65952)
+++ Zope3/trunk/src/zope/app/renderer/rest.py	2006-03-13 14:55:14 UTC (rev 65953)
@@ -71,7 +71,7 @@
       >>> print renderer.render().strip()
       <p>This is source.</p>
       <div class="section" id="header-3">
-      <h3><a name="header-3">Header 3</a></h3>
+      <h3><a id="header-3" name="header-3">Header 3</a></h3>
       <p>This is more source.</p>
       </div>
     """



More information about the Zope3-Checkins mailing list