6b40c9a5728c17957ff9bcc57bf2e1aacb313972
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>
Roger Dingledine link to contact people rath...

Roger Dingledine authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

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

Peter Palfrader authored 18 years ago

16)      </p>
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>
Peter Palfrader Move website to wml

Peter Palfrader authored 18 years ago

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

Peter Palfrader authored 18 years ago

24) #     </p>
25) #   <: } :>
26) 
27)    <: if (has_translations()) {  :>
28)      <p>
29)        This page is also available in the following languages:
30)        <: print list_translations() :>.<br>
Peter Palfrader link #howtoset on http://ww...

Peter Palfrader authored 18 years ago

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

32)      </p>
33)    <: }; :>