Author: phobos
Date: 2010-10-09 22:17:42 +0000 (Sat, 09 Oct 2010)
New Revision: 23518

Modified:
   website/trunk/include/foot.wmi
Log:
move the svn-based info into a comment.


Modified: website/trunk/include/foot.wmi
===================================================================
--- website/trunk/include/foot.wmi      2010-10-09 22:10:38 UTC (rev 23517)
+++ website/trunk/include/foot.wmi      2010-10-09 22:17:42 UTC (rev 23518)
@@ -8,9 +8,9 @@
        href="http://creativecommons.org/licenses/by/3.0/us/";>Creative
        Commons Attribution 3.0 United States License</a>, unless
        otherwise noted.</p>
+<!--
         # This will grab the date from svn info but formatting is tedious
                # REQUIRES svn for this to work
-        <p>
         <:{
           my $svninfo = `svn info`;
           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 @@
             print 'Last modified: '.$modifydate."\n";
           }
         }:>
-        <br />
         <:{
           #my $compiledate = `date`;
           my $compiledate = `date +"%a %b %d %Y %k:%M:%S %z"`;
           print 'Last compiled: '.$compiledate."\n";
         }:>
+-->
         </p>
       </div>
       <!-- END ABOUT -->

Reply via email to