2e3ee93a25d2398effbc7ef06fa8e859046a4bb0
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) #!/usr/bin/env wml
Runa A. Sandvik list available languages /...

Runa A. Sandvik authored 13 years ago

2) #use "functions.wmi"
3) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4)     <div id="footer">
traumschule Publish onion address in fo...

traumschule authored 5 years ago

5)       <div class="onion"><img src="$(IMGROOT)/onion.jpg" alt="Tor"></div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

6)       <div class="about">
Andrew Lewman update copyright and tradem...

Andrew Lewman authored 10 years ago

7)     <p>Trademark, copyright notices, and rules for use by third parties can be found
8)     <a href="<page docs/trademark-faq>">in our FAQ</a>.</p>
traumschule Publish onion address in fo...

traumschule authored 5 years ago

9)     <p>We offer an <a href="https://www.torproject.org/docs/hidden-services">onion service</a>
10)        for this site: <a href="http://expyuzz4wqqyqhjn.onion/">expyuzz4wqqyqhjn.onion/</a>.<br/>
11)        See <a href="https://onion.torproject.org">https://onion.torproject.org</a> for all
12)        torproject.org onion addresses.</p>
Andrew Lewman move the svn-based info int...

Andrew Lewman authored 13 years ago

13) <!--
Sebastian Hahn Grab the last modified date...

Sebastian Hahn authored 12 years ago

14)         # This will grab the date from svn info/git
15)         # REQUIRES svn or git for this to work
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

16)         <:{
Sebastian Hahn Grab the last modified date...

Sebastian Hahn authored 12 years ago

17)           my $svninfo = `svn info 2>/dev/null`;
18)           my $modifydate;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

19)           if ($svninfo =~ m/Last Changed Date: (\d{4}-\d{2}-\d{2})\s(\d{2}:\d{2}:\d{2})\s(.*)\s\((.*)\)/) {
Sebastian Hahn Grab the last modified date...

Sebastian Hahn authored 12 years ago

20)             $modifydate = "$4 $2 $3";
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)             # remove commas from date
22)             $modifydate =~ s/,//;
Sebastian Hahn Grab the last modified date...

Sebastian Hahn authored 12 years ago

23)           } else {
24)             $modifydate = `git log --format=%cd -n 1`
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

25)           }
Sebastian Hahn Grab the last modified date...

Sebastian Hahn authored 12 years ago

26)           print 'Last modified: '.$modifydate."\n";
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

27)         }:>
28)         <:{
29)           #my $compiledate = `date`;
30)           my $compiledate = `date +"%a %b %d %Y %k:%M:%S %z"`;
31)           print 'Last compiled: '.$compiledate."\n";
32)         }:>
Andrew Lewman move the svn-based info int...

Andrew Lewman authored 13 years ago

33) -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

34)       </div>
35)       <!-- END ABOUT -->
36)       <div class="col first">
traumschule Publish onion address in fo...

traumschule authored 5 years ago

37)        <h4>About Tor</h4>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

38)         <ul>
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

39)           <li><a href="<page about/overview>">What Tor Does</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

40)           <li><a href="<page about/torusers>">Users of Tor</a></li>
41)           <li><a href="<page about/corepeople>">Core Tor People</a></li>
42)           <li><a href="<page about/sponsors>">Sponsors</a></li>
43)           <li><a href="<page about/contact>">Contact Us</a></li>
44)         </ul>
45)       </div>
46)       <!-- END COL -->
47)       <div class="col">
traumschule Publish onion address in fo...

traumschule authored 5 years ago

48)         <h4>Get Involved</h4>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

49)         <ul>
Arthur Edelstein Bug 20734: Fix links and re...

Arthur Edelstein authored 7 years ago

50)           <li><a href="<page donate/donate-foot>">Donate</a></li>
Andrew Lewman update phone number across...

Andrew Lewman authored 11 years ago

51)           <li><a href="<page docs/documentation>#MailingLists">Mailing Lists</a></li>
kat Change hidden -> onion. (Se...

kat authored 6 years ago

52)           <li><a href="<page docs/onion-services>">Onion Services</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

53)           <li><a href="<page getinvolved/translation>">Translations</a></li>
Andrew Lewman comment out careers in the...

Andrew Lewman authored 12 years ago

54) #          <li><a href="<page getinvolved/open-positions>">Careers</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

55)         </ul>
56)       </div>
57)       <!-- END COL -->
58)       <div class="col">
traumschule Publish onion address in fo...

traumschule authored 5 years ago

59)         <h4>Documentation</h4>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

60)         <ul>
61)           <li><a href="<page docs/tor-manual>">Manuals</a></li>
62)           <li><a href="<page docs/documentation>">Installation Guides</a></li>
Andrew Lewman remove the glossary. fix up...

Andrew Lewman authored 13 years ago

63)           <li><a href="<wiki>">Tor Wiki</a></li>
Andrew Lewman link the static faq page in...

Andrew Lewman authored 13 years ago

64)           <li><a href="<page docs/faq>">General Tor FAQ</a></li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

65)         </ul>
66)       </div>
Andrew Lewman add the internet defense le...

Andrew Lewman authored 11 years ago

67)         <div class="col">
Nima Fatemi update internetdefenseleagu...

Nima Fatemi authored 9 years ago

68)         <a href="https://internetdefenseleague.org/"><img src="$(IMGROOT)/InternetDefenseLeague-footer-badge.png" alt="Internet Defense League"></a>
Andrew Lewman add the internet defense le...

Andrew Lewman authored 11 years ago

69)         </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

70)       <!-- END COL -->
Runa A. Sandvik list available languages /...

Runa A. Sandvik authored 13 years ago

71) 
hiromipaw Move language switch to the...

hiromipaw authored 6 years ago

72) </div>