6e7a687432a6dc5b4b0b58606f19db7af0d15ca3
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) 
9) </div>
10)   <div class="bottom" id="bottom">
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

11)      <p>
Roger Dingledine link to contact people rath...

Roger Dingledine authored 18 years ago

12)      <i><a href="<page contact>" class="smalllink">Webmaster</a></i> -
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

13) # please also translate "last modified" and "last compiled"
Peter Palfrader also use "use warnings"

Peter Palfrader authored 18 years ago

14)       Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:>
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

15)       -
16)       Last compiled: <: print scalar localtime(); :>
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

17)      </p>
Roger Dingledine does this change make the f...

Roger Dingledine authored 15 years ago

18)      <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc.<br />
Andrew Lewman Add the ccbysa image so we'...

Andrew Lewman authored 15 years ago

19)     Except where otherwise noted, content on this site is licensed under a 
Andrew Lewman Remove the cc-by-sa image....

Andrew Lewman authored 15 years ago

20)     <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License.
Pei Hanru Use the $(IMGROOT) variable...

Pei Hanru authored 15 years ago

21)     <img alt="Creative Commons Attribution 3.0 United States License" style="border-width:0" src="$(IMGROOT)/cc-by-us-80x15.png"></a></p>
Roger Dingledine jan's commit reminded me to...

Roger Dingledine authored 16 years ago

22) 
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 16 years ago

27) #      Warning:  This translation might be obsolete.  The English original
28) #      is at Revision
29) #      <:= translation_get_masterrevision() :> while this translation
30) #      is based on
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

32) #     </p>
33) #   <: } :>
34) 
35)    <: if (has_translations()) {  :>
36)      <p>
37)        This page is also available in the following languages:
Roger Dingledine make our xhtml a bit more c...

Roger Dingledine authored 15 years ago

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

Peter Palfrader authored 18 years ago

39)        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

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

Roger Dingledine authored 16 years ago

42) 
43) # Uncomment this in your translation: (and translate it)
44) #####################################
45) #   <p>The Tor developers have not reviewed this translation for
46) #   accuracy and correctness. It may be out of date or wrong. The
47) #   official Tor website is the English version, available at <a
48) #   href="https://www.torproject.org/">https://www.torproject.org/</a>.
49) #   </p>
50)