logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: tmda/htdocs TMDAGenerator.py,1.2,1.3 bugs.html,1.9,1.10 config-client.: msg#00067

Subject: CVS: tmda/htdocs TMDAGenerator.py,1.2,1.3 bugs.html,1.9,1.10 config-client.html,1.21,1.22 config-filter.html,1.9,1.10 config-pre.html,1.11,1.12 config-server.html,1.22,1.23 config.html,1.13,1.14 download.html,1.11,1.12 faq.html,1.25,1.26 features.html,1.14,1.15 history.html,1.6,1.7 index.html,1.14,1.15 install.html,1.13,1.14 inuse.html,1.9,1.10 requirements.html,1.14,1.15 resources.html,1.12,1.13 results.html,1.15,1.16 trouble.html,1.1,1.2
Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv28270

Modified Files:
        TMDAGenerator.py bugs.html config-client.html 
        config-filter.html config-pre.html config-server.html 
        config.html download.html faq.html features.html history.html 
        index.html install.html inuse.html requirements.html 
        resources.html results.html trouble.html 
Log Message:
Include a range of years for the copyright notice.


Index: TMDAGenerator.py
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/TMDAGenerator.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TMDAGenerator.py    2002/01/07 17:47:41     1.2
+++ TMDAGenerator.py    2002/01/15 01:51:00     1.3
@@ -43,7 +43,8 @@
         self.__linkfixer.massage(p.sidebar, self.__d)
         Sidebar.__init__(self, p.sidebar)
         #p.sidebar.append(BLANKCELL)
-        copyright = self.__parser.get('copyright', '2002')
+        copyright = self.__parser.get('copyright', '2001-%d' %
+                                      time.localtime()[0])
         p.sidebar.append((None, '© ' + copyright))
         #last_modified = self.__parser.get('last_modified', '%s' %
         #                              time.asctime(time.gmtime(time.time())))

Index: bugs.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/bugs.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bugs.html   2002/01/08 21:01:51     1.9
+++ bugs.html   2002/01/15 01:51:00     1.10
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:38 2002 -->
+<!-- Mon Jan 14 18:49:33 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: config-client.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-client.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- config-client.html  2002/01/08 21:01:51     1.21
+++ config-client.html  2002/01/15 01:51:00     1.22
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:39 2002 -->
+<!-- Mon Jan 14 18:49:33 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -142,7 +142,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: config-filter.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- config-filter.html  2002/01/11 22:04:51     1.9
+++ config-filter.html  2002/01/15 01:51:00     1.10
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Fri Jan 11 15:03:51 2002 -->
+<!-- Mon Jan 14 18:49:33 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -142,7 +142,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: config-pre.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- config-pre.html     2002/01/08 21:01:51     1.11
+++ config-pre.html     2002/01/15 01:51:00     1.12
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:39 2002 -->
+<!-- Mon Jan 14 18:49:34 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -142,7 +142,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: config-server.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-server.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- config-server.html  2002/01/08 21:01:51     1.22
+++ config-server.html  2002/01/15 01:51:00     1.23
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:39 2002 -->
+<!-- Mon Jan 14 18:49:34 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -142,7 +142,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: config.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- config.html 2002/01/08 21:01:51     1.13
+++ config.html 2002/01/15 01:51:00     1.14
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:39 2002 -->
+<!-- Mon Jan 14 18:49:34 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -142,7 +142,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: download.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/download.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- download.html       2002/01/08 21:01:51     1.11
+++ download.html       2002/01/15 01:51:00     1.12
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:40 2002 -->
+<!-- Mon Jan 14 18:49:34 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: faq.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/faq.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- faq.html    2002/01/08 21:30:51     1.25
+++ faq.html    2002/01/15 01:51:01     1.26
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 14:30:21 2002 -->
+<!-- Mon Jan 14 18:49:34 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: features.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/features.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- features.html       2002/01/08 21:01:51     1.14
+++ features.html       2002/01/15 01:51:01     1.15
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:40 2002 -->
+<!-- Mon Jan 14 18:49:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: history.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/history.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- history.html        2002/01/08 21:01:51     1.6
+++ history.html        2002/01/15 01:51:01     1.7
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:40 2002 -->
+<!-- Mon Jan 14 18:49:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: index.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/index.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- index.html  2002/01/08 21:14:10     1.14
+++ index.html  2002/01/15 01:51:01     1.15
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 14:11:36 2002 -->
+<!-- Mon Jan 14 18:49:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: install.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/install.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- install.html        2002/01/08 21:01:51     1.13
+++ install.html        2002/01/15 01:51:01     1.14
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:41 2002 -->
+<!-- Mon Jan 14 18:49:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: inuse.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/inuse.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- inuse.html  2002/01/08 21:01:51     1.9
+++ inuse.html  2002/01/15 01:51:01     1.10
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:41 2002 -->
+<!-- Mon Jan 14 18:49:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: requirements.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/requirements.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- requirements.html   2002/01/08 21:01:51     1.14
+++ requirements.html   2002/01/15 01:51:01     1.15
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:41 2002 -->
+<!-- Mon Jan 14 18:49:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: resources.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/resources.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- resources.html      2002/01/08 21:01:51     1.12
+++ resources.html      2002/01/15 01:51:01     1.13
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:41 2002 -->
+<!-- Mon Jan 14 18:49:36 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: results.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/results.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- results.html        2002/01/08 21:01:51     1.15
+++ results.html        2002/01/15 01:51:01     1.16
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:42 2002 -->
+<!-- Mon Jan 14 18:49:36 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

Index: trouble.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/trouble.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trouble.html        2002/01/08 21:01:51     1.1
+++ trouble.html        2002/01/15 01:51:01     1.2
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Jan  8 13:57:42 2002 -->
+<!-- Mon Jan 14 18:49:36 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -123,7 +123,7 @@
 &nbsp;
 </TD></TR>
 <TR><TD BGCOLOR="#cccccc">
-&copy; 2002
+&copy; 2001-2002
 </TD></TR>
 </TABLE><!-- end of sidebar table -->
 

_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs



<Prev in Thread] Current Thread [Next in Thread>