Correct typos to roadmap.html that snuck in...
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 2 Oct 2008 03:05:31 +0000 (03:05 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 2 Oct 2008 03:05:31 +0000 (03:05 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3531 fdb21ef1-2011-0410-befe-b5e4ea1792b1

www/gen_sched_table.py
www/roadmap.html
www/schedule

index 572de2accbbbd845050941a12ef23a9592e4058e..b69d7a074d8e8c097c2d26cfcdb36ce5386fc9c0 100755 (executable)
@@ -6,14 +6,14 @@ import datetime
 months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
          'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
 
-print '<table>'
+print '<table width="100%">'
 def row(*cells, **kw):
        td = kw.get('tr','td')
        print '  <tr>'
        for cell in cells:
                print '    <%s>%s</%s>' % (td,cell,td)
        print '  </tr>'
-row('Estdate', 'Type', 'Comments', tr = 'th')
+row('Estimated&nbsp;date', 'Type', 'Comments', tr = 'th')
 
 if len(sys.argv) > 1:
        f = open(sys.argv[1])
index 45739b4dcb6b4e0156289e7df1f74f073cfaf529..06885a5e020d700ed6737e08facc86228fd0fbbf 100644 (file)
@@ -29,9 +29,9 @@ the beta checkpoint dates are our best guess as this was published,
 but they may be adjusted without notice.
 </p>
 
-<table>
+<table width="100%">
   <tr>
-    <th>Estimated date</th>
+    <th>Estimated&nbsp;date</th>
     <th>Type</th>
     <th>Comments</th>
   </tr>
@@ -98,7 +98,7 @@ but they may be adjusted without notice.
   <tr>
     <td>19-Jan-2009</td>
     <td>Ckpt</td>
-    <td>Beta for testing new featurea; breaks backward compatibility with Python 1.5.2.</td>
+    <td>Beta for testing new features; breaks backward compatibility with Python 1.5.2.</td>
   </tr>
   <tr>
     <td>26-Jan-2009</td>
@@ -118,7 +118,7 @@ but they may be adjusted without notice.
   <tr>
     <td>16-Feb-2009</td>
     <td>2.0</td>
-    <td>Public release that breaks backward compatibility</td>
+    <td>Public release that breaks backward compatibility and drops deprecated features</td>
   </tr>
 </table>
 
index 542accd10455e16749dbbc0af19934503328055f..31fbe3c9c756520af17b7cb2f391b1d4872d3fd1 100644 (file)
@@ -11,8 +11,8 @@
 +14 ck Beta for testing new features.
 +7 rc  Release candidate for 1.3.
 +7 1.3 Third minor release of 1.0.
-+7 ck  Beta for testing new featurea; breaks backward compatibility with Python 1.5.2.
++7 ck  Beta for testing new features; breaks backward compatibility with Python 1.5.2.
 +7 ck  Beta for testing new features.
 +7 rc  Release candidate for 2.0.
 +7 rc  Release candidate for 2.0, if needed.
-+7 2.0 Public release that breaks backward compatibility
++7 2.0 Public release that breaks backward compatibility and drops deprecated features