bd12e4c33823172ba6e683da21c6897fb9cd4be9
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$
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

5) 
Peter Palfrader also use "use warnings"

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

7) 
8) </div>
9)   <div class="bottom" id="bottom">
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

10)      <p>
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

11)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
12) #     Id: developers.html,v 1.41 2005/08/31 20:19:16 thomass Exp 
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>
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

20) #   <: unless (translation_current()) { :>
21) #     <p>
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

22) #      Warning:  This translation might be obsolete.  The English original is at Revision
23) #      <:= translation_get_masterrevision() :> while this translation is based on
24) #      <:= translation_get_basedonrevision() :>.
Peter Palfrader More languages in the top r...

Peter Palfrader authored 18 years ago

25) #     </p>
26) #   <: } :>
27) 
28)    <: if (has_translations()) {  :>
29)      <p>
30)        This page is also available in the following languages:
31)        <: print list_translations() :>.<br>
32)        How to set <a href="http://www.debian.org/intro/cn">the default document language</a>.
33)      </p>
34)    <: }; :>