c9a0cac08374e318e2364d03680134d081a08553
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
Peter Palfrader In CVS the magic keyword is...

Peter Palfrader authored 18 years ago

4) # Revision: $Revision$
Roger Dingledine add some more translation p...

Roger Dingledine authored 16 years ago

5) # Translation-Priority: 1-high
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

6) 
Peter Palfrader also use "use warnings"

Peter Palfrader authored 18 years ago

7) #use "functions.wmi"
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

8) 
Andrew Lewman add a horizontal rule now t...

Andrew Lewman authored 15 years ago

9) <hr />
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

10) </div>
11)   <div class="bottom" id="bottom">
Andrew Lewman add a horizontal rule now t...

Andrew Lewman authored 15 years ago

12)      <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.
13)      <br />
14)     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.
15)     </p>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

16) 
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

17) # Uncomment this in your translation:  (and translate it)
18) #####################################
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

19) #   <: unless (translation_current()) { :>
20) #     <p>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

21) #      Warning:  This translation might be obsolete.  The English original
22) #      is at Revision
23) #      <:= translation_get_masterrevision() :> while this translation
24) #      is based on
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

25) #      <:= translation_get_basedonrevision() :>.
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

26) #     </p>
27) #   <: } :>
28) 
29)    <: if (has_translations()) {  :>
30)      <p>
31)        This page is also available in the following languages:
Roger Dingledine make our xhtml a bit more c...

Roger Dingledine authored 15 years ago

32)        <: print list_translations() :>.<br />
Peter Palfrader link #howtoset on http://ww...

Peter Palfrader authored 18 years ago

33)        How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>.
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

34)      </p>
35)    <: }; :>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

36) 
37) # Uncomment this in your translation: (and translate it)
38) #####################################
39) #   <p>The Tor developers have not reviewed this translation for
40) #   accuracy and correctness. It may be out of date or wrong. The
41) #   official Tor website is the English version, available at <a
42) #   href="https://www.torproject.org/">https://www.torproject.org/</a>.
43) #   </p>
44) 
Andrew Lewman add a horizontal rule now t...

Andrew Lewman authored 15 years ago

45)      <p>
46)      <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
47) # please also translate "last modified" and "last compiled"
48)       Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
49)       -
50)       Last compiled: <: print scalar localtime(); :>
51)      </p>