#!/usr/bin/env wml
#use "functions.wmi"
<div id="footer">
<div class="onion"><img src="$(IMGROOT)/onion.jpg" alt="Tor"></div>
<div class="about">
<p>"Tor" and the "Onion Logo" are registered trademarks of
<a href="<page docs/trademark-faq>">The Tor Project, Inc.</a>
Content on this site is licensed under a <a
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/git
# REQUIRES svn or git for this to work
<:{
my $svninfo = `svn info 2>/dev/null`;
my $modifydate;
if ($svninfo =~ m/Last Changed Date: (\d{4}-\d{2}-\d{2})\s(\d{2}:\d{2}:\d{2})\s(.*)\s\((.*)\)/) {
$modifydate = "$4 $2 $3";
# remove commas from date
$modifydate =~ s/,//;
} else {
$modifydate = `git log --format=%cd -n 1`
}
print 'Last modified: '.$modifydate."\n";
}:>
<:{
#my $compiledate = `date`;
my $compiledate = `date +"%a %b %d %Y %k:%M:%S %z"`;
print 'Last compiled: '.$compiledate."\n";
}:>
-->
</div>
<!-- END ABOUT -->
<div class="col first">
<h4>About Tor</h4>
<ul>
<li><a href="<page about/overview>">What Tor Does</a></li>
<li><a href="<page about/torusers>">Users of Tor</a></li>
<li><a href="<page about/corepeople>">Core Tor People</a></li>
<li><a href="<page about/sponsors>">Sponsors</a></li>
<li><a href="<page about/contact>">Contact Us</a></li>
</ul>
</div>
<!-- END COL -->
<div class="col">
<h4>Get Involved</h4>
<ul>
<li><a href="<page donate/donate>">Donate</a></li>
<li><a href="<page docs/documentation>#MailingLists">Mailing Lists</a></li>