[Python-modules-commits] r12091 - in packages/nevow/trunk/debian (2 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Mar 2 20:04:35 UTC 2010


    Date: Tuesday, March 2, 2010 @ 20:04:23
  Author: bernat
Revision: 12091

Fix for #564375.

Modified:
  packages/nevow/trunk/debian/changelog
  packages/nevow/trunk/debian/patches/01-add-doc-from-svn.patch

Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog	2010-03-02 20:01:49 UTC (rev 12090)
+++ packages/nevow/trunk/debian/changelog	2010-03-02 20:04:23 UTC (rev 12091)
@@ -7,6 +7,8 @@
   * Add a gigantic patch to add missing doc (svn-buildpackage does not
     support multiple orig tarballs yet). Missing doc is grabbed from SVN
     (everything matching **/*.{tpl,xhtml}).
+  * In the above patch, alter glossary.xhtml to use H2 tag instead of
+    H3. This closes: #564375.
 
  -- Vincent Bernat <bernat at debian.org>  Tue, 02 Mar 2010 20:37:21 +0100
 

Modified: packages/nevow/trunk/debian/patches/01-add-doc-from-svn.patch
===================================================================
--- packages/nevow/trunk/debian/patches/01-add-doc-from-svn.patch	2010-03-02 20:01:49 UTC (rev 12090)
+++ packages/nevow/trunk/debian/patches/01-add-doc-from-svn.patch	2010-03-02 20:04:23 UTC (rev 12091)
@@ -1351,7 +1351,7 @@
 +  <body>
 +    <h1>Glossary</h1>
 +
-+    <h3>Object Traversal</h3>
++    <h2>Object Traversal</h2>
 +
 +    <p>
 +      The process by which a Python object is located to render HTML for a
@@ -1363,7 +1363,7 @@
 +      object until all path segments have been consumed.
 +    </p>
 +
-+    <h3>Page Rendering</h3>
++    <h2>Page Rendering</h2>
 +
 +    <p>
 +      The process by which a Python object, usually a rend.Page subclass, turns
@@ -1372,7 +1372,7 @@
 +      the process generating HTML.
 +    </p>
 +
-+    <h3>Deployment Environment</h3>
++    <h2>Deployment Environment</h2>
 +
 +    <p>
 +      The environment in which a Nevow application is deployed. Generally
@@ -1381,7 +1381,7 @@
 +      process. Deployment environments include CGI, WSGI, and twisted.web.
 +    </p>
 +
-+    <h3>DOM</h3>
++    <h2>DOM</h2>
 +
 +    <p>
 +      Document Object Model. A tree of objects which represent the structure of
@@ -1390,7 +1390,7 @@
 +      nevow.stan.Tag instances.
 +    </p>
 +
-+    <h3>Flattener</h3>
++    <h2>Flattener</h2>
 +
 +    <p>
 +      A Python function which knows how to translate from a rich type to a
@@ -1399,7 +1399,7 @@
 +      HTML, such as &lt;, &gt;, and &amp;.
 +    </p>
 +
-+    <h3>Tag</h3>
++    <h2>Tag</h2>
 +
 +    <p>
 +      A class, defined at nevow.stan.Tag, which holds information about a
@@ -1409,7 +1409,7 @@
 +      node. children is a list indicating the child nodes of that node.
 +    </p>
 +
-+    <h3>Tag Specials</h3>
++    <h2>Tag Specials</h2>
 +
 +    <p>
 +      A Tag attribute which is "special" to nevow. Tag specials include data,




More information about the Python-modules-commits mailing list