ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/TWikiIB/webcreate.py
(Generate patch)

Comparing UserCode/TWikiIB/webcreate.py (file contents):
Revision 1.3 by geonmo, Mon Oct 5 15:14:01 2009 UTC vs.
Revision 1.4 by geonmo, Thu Dec 17 05:51:35 2009 UTC

# Line 31 | Line 31 | def getPage() :
31                          break
32                  if lines.strip()=='<th> <b>day</b> </th>' :
33                          Twikifile.write('|  *day*  |  *IB*  |  *builds*  |  *PyRelVals*  |  *Q/A Page*  |\n')
34 <                if lines.strip()=='<a name="3.1"/><h3> Release cycle 3.1  -- <a href="#top">back to top of page</a> </h3>' :
34 >                if lines.strip()=='<a name="3.4"/><h3> Release cycle 3.4  -- <a href="#top">back to top of page</a> </h3>' :
35                          Twikifile.write('---+++ Release cycle 3.1\n')
36 <                if lines.strip()=='<a name="3.2"/><h3> Release cycle 3.2  -- <a href="#top">back to top of page</a> </h3>' :
36 >                if lines.strip()=='<a name="3.5"/><h3> Release cycle 3.5  -- <a href="#top">back to top of page</a> </h3>' :
37                          Twikifile.write('---+++ Release cycle 3.2\n')
38                  if lines.strip()=='<a name="3.3"/><h3> Release cycle 3.3  -- <a href="#top">back to top of page</a> </h3>' :
39                          Twikifile.write('---+++ Release cycle 3.3\n')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines