move the svn-based info into a comment.
Andrew Lewman

Andrew Lewman commited on 2010-10-10 00:17:42
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -8,9 +8,9 @@
8 8
 	href="http://creativecommons.org/licenses/by/3.0/us/">Creative
9 9
 	Commons Attribution 3.0 United States License</a>, unless
10 10
 	otherwise noted.</p>
11
+<!--
11 12
         # This will grab the date from svn info but formatting is tedious
12 13
        	# REQUIRES svn for this to work
13
-        <p>
14 14
         <:{
15 15
           my $svninfo = `svn info`;
16 16
           if ($svninfo =~ m/Last Changed Date: (\d{4}-\d{2}-\d{2})\s(\d{2}:\d{2}:\d{2})\s(.*)\s\((.*)\)/) {
... ...
@@ -20,12 +20,12 @@
20 20
             print 'Last modified: '.$modifydate."\n";
21 21
           }
22 22
         }:>
23
-        <br />
24 23
         <:{
25 24
           #my $compiledate = `date`;
26 25
           my $compiledate = `date +"%a %b %d %Y %k:%M:%S %z"`;
27 26
           print 'Last compiled: '.$compiledate."\n";
28 27
         }:>
28
+-->
29 29
         </p>
30 30
       </div>
31 31
       <!-- END ABOUT -->
32 32