switch from WML 1.x to WML 2.x syntax and from ETHZ to C&W
[openssl-web.git] / openssl.wml
1 ##
2 ##  openssl.wml -- WML Template for the www.openssl.org website
3 ##  Written by Ralf S. Engelschall <rse@engelschall.com>
4 ##
5 ##  Usage: #use wml::openssl area=<area_name> [page=<page_name>]
6 ##
7
8 #use wml::std::tags
9 #use wml::std::info
10 #use wml::des::navbar
11 #use wml::des::space
12
13 ##
14 ##  The Global Page Layout
15 ##
16
17 #   start of page header
18 [PAGE_HEAD:\
19 <html>
20 <head>
21
22 #   insert information about the webpage
23 <info style=comment domainname="openssl.org"
24       copyright="1998-2000 The OpenSSL Project, http://www.openssl.org/">
25 <info style=meta domainname="openssl.org"
26       copyright="1998-2000 The OpenSSL Project, http://www.openssl.org/">
27
28 #   insert overideable title container
29 <title*>OpenSSL: {#PAGE_TITLE#}</title*>
30 #   predefine it to show errors
31 ..PAGE_TITLE!>>Error: Undefined Title !!<<..
32 #   define override tag
33 <define-tag title endtag=required>
34 ..PAGE_TITLE>>%body<<..
35 </define-tag>
36
37 #   define a style-sheet for adjusting some HTML layouting things
38 #   to conform to some typographically stronger conventions.
39 <style type="text/css"><!--
40 BODY      { position: absolute; left: 0px; top: 0px; background: #666699; }
41 A         { text-decoration: none; font-weight: bold; }
42 A:link    { text-decoration: none; font-weight: bold; color: #666699; }
43 A:visited { text-decoration: none; font-weight: bold; color: #666699; }
44 A:hover   { text-decoration: none; font-weight: bold; color: #666699; text-decoration: underline; }
45 \#red { color: #cc3333; }
46 \#sf  { font-family: arial,helvetica; font-variant: normal; font-style: normal; }
47 \#sfl { font-weight: bold; font-family: arial,helvetica; font-size: 16pt; \
48         line-height: 16pt; font-variant: normal; font-style: normal; }
49 H1    { font-weight: bold; font-size: 18pt; line-height: 18pt; \
50         font-family: arial,helvetica; font-variant: normal; font-style: normal; }
51 H2    { font-weight: bold; font-size: 14pt; line-height: 14pt; \
52         font-family: arial,helvetica; font-variant: normal; font-style: normal; }
53 H3    { font-weight: bold; font-size: 12pt; line-height: 12pt; \
54         font-family: arial,helvetica; font-variant: normal; font-style: normal; }
55 --></style>
56
57 #   end of header and start of physical body
58 #   (use additionally use colors here for older browsers)
59 </head>
60 <body link="#6666cc" alink="#6666cc" vlink="#6666cc" bgcolor="#666699" text="#000000"
61       marginheight=0 leftmargin=0 rightmargin=0 topmargin=0>
62
63 #   now define the page layout by a nested table 
64 #   structure consisting of a 5x5 cell grid.
65 <table width=100% cellspacing=0 cellpadding=0 border=0>
66   #   visually: the top line of the page
67   <tr>\
68     <td align=left width=100 bgcolor="#666699"><img src="$(IMG)/page-head-tl.jpg" alt="OpenSSL"></td>\
69     <td align=left colspan=2 width=600 bgcolor="#666699"><img src="$(IMG)/page-head-tm.jpg" alt=""></td>\
70     <td align=right width=20 bgcolor="#666699">&nbsp;&nbsp;&nbsp;</td>\
71     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
72   </tr>
73   #   visually: the top of the white body with the subnavbar
74   <tr>\
75     <td align=left width=100><img src="$(IMG)/page-head-bl.jpg"></td>\
76     <td align=left width=20><img src="$(IMG)/page-head-bm.jpg"></td>\
77     <td align=left width=100% bgcolor="#ffffff">\
78         {#PAGE_SUBNAVBAR#}\
79     </td>\
80     <td align=right width=20><img src="$(IMG)/page-corner-tr.gif"></td>\
81     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
82   </tr>
83   #   visually: the left main navigation bar and the white body
84   <tr>\
85     <td align=left valign=top width=100 bgcolor="#666699">{#PAGE_NAVBAR#}</td>\
86     <td align=left valign=top width=20  bgcolor="#ffffff">&nbsp;</td>\
87     <td align=left valign=top bgcolor="#ffffff">\
88         <br>
89         :PAGE_HEAD][PAGE_BODY:
90         {#PAGE_BODY#}
91         :PAGE_BODY][PAGE_FOOT:\
92     </td>\
93     <td align=right width=20 bgcolor="#ffffff">&nbsp;&nbsp;&nbsp;</td>\
94     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
95   </tr>
96   #   visually: the bottom of the white body
97   <tr>\
98     <td align=left valign=top width=100 bgcolor="#666699">&nbsp;</td>\
99     <td align=left width=20><img src="$(IMG)/page-corner-bl.gif"></td>\
100     <td align=left valign=top bgcolor="#ffffff">&nbsp;</td>\
101     <td align=right width=20><img src="$(IMG)/page-corner-br.gif"></td>\
102     <td align=right width=50 bgcolor="#666699">&nbsp;</td>\
103   </tr>
104   #   visually: the bottom of the page (only for esthetical
105   #   reasons, i.e. the page doesn't end with the white body)
106   <tr>\
107     <td colspan=5 bgcolor="#666699">&nbsp;</td>\
108   </tr>
109 </table>
110
111 #   the physical end of the body
112 </body>
113 </html>
114 :PAGE_FOOT]
115
116 ##
117 ##  The main Navigation Bar [left, vertically]
118 ##
119
120 #   define the navigation bar through a grammar
121 <navbar:define name=navbar imgstar="n:s:s"
122                imgbase="$(IMG)" urlbase="$(ROOT)">
123   #   bar header
124   <navbar:header>
125   </navbar:header>
126   #   button prolog
127   <navbar:prolog>
128     <tr><td>
129   </navbar:prolog>
130   #   the buttons itself
131   <navbar:button id=title    url="."      txt="Title"        img=page-navbar-ti-*.jpg>
132   <navbar:button id=FAQ      url=support/faq.html   txt="FAQ"          img=page-navbar-fq-*.jpg>
133   <navbar:button id=about    url=about/   txt="About"        img=page-navbar-ab-*.jpg>
134   <navbar:button id=news     url=news/    txt="News"         img=page-navbar-ne-*.jpg>
135   <navbar:button id=docs     url=docs/    txt="Documents"    img=page-navbar-do-*.jpg>
136   <navbar:button id=source   url=source/  txt="Source"       img=page-navbar-so-*.jpg>
137   <navbar:button id=contrib  url=contrib/ txt="Contribution" img=page-navbar-co-*.jpg>
138   <navbar:button id=support  url=support/ txt="Support"      img=page-navbar-su-*.jpg>
139   <navbar:button id=related  url=related/ txt="Related"      img=page-navbar-re-*.jpg>
140   #   button epilog
141   <navbar:epilog>
142     </td></tr>
143   </navbar:epilog>
144   #   bar footer
145   <navbar:footer>
146   </navbar:footer>
147 </navbar:define>
148
149 #   and then immediately render it into its layout location
150 #   (Hint: The top and buttom images have to be part of the table
151 #   structure because only this way we can put them 0pt to the
152 #   buttons without a gap)
153 ..PAGE_NAVBAR>>\
154   <table cellspacing=0 cellpadding=0 border=0>\
155     <tr><td><img src="$(IMG)/page-navbar-top.jpg"></td></tr>
156     #   render it!
157     <navbar:render name=navbar select=$(area) $(page:+subselected)>
158     <tr><td><img src="$(IMG)/page-navbar-bot.jpg"><br><p></td></tr>
159   </table>
160 <<..
161
162 ##
163 ##  The Sub Navigation Bar (SNB) [top, horizontally]
164 ##
165
166 #   define the <snb>...</snb> container tag
167 <define-tag snb endtag=required>
168   #   1. define the navigation bar through a grammar
169   <navbar:define name=snb urlbase="$(SNB_ROOT)" 
170                  txtcol_normal="#666666" txtcol_select="#000000">
171     #   bar header
172     <navbar:header>\
173       <table cellspacing=0 cellpadding=0 border=0>
174         <tr>
175     </navbar:header>
176     #   button prolog (normal)
177     <navbar:prolog>\
178           <td><font face="Arial,Helvetica">&nbsp;
179     </navbar:prolog>
180     #   button prolog (selected)
181     <navbar:prolog type=S>\
182           <td bgcolor="#f0f0f0">&nbsp;<font face="Arial,Helvetica"><b>
183     </navbar:prolog>
184     #   ...here the <snb_button> tags will occur...
185     %body
186     #   button epilog (normal)
187     <navbar:epilog>\
188           </font>&nbsp;</td><td>|</td>
189     </navbar:epilog>
190     #   button epilog (selected)
191     <navbar:epilog type=S>\
192           </b></font>&nbsp;</td><td>|</td>
193     </navbar:epilog>
194     #   last button epilog (normal)
195     <navbar:epilog pos=last>\
196           </font>&nbsp;</td><td></td>
197     </navbar:epilog>
198     #   last button epilog (selected)
199     <navbar:epilog type=S pos=last>\
200           </b></font>&nbsp;</td><td></td>
201     </navbar:epilog>
202     #   bar footer
203     <navbar:footer>\
204         </tr>
205       </table>
206     </navbar:footer>
207   </navbar:define>
208   #   2. render the navigation bar and divert
209   #      divert it into it's final location
210   ..PAGE_SUBNAVBAR>>\
211   <navbar:render name=snb select="$(page)">\
212   <<..
213 </define-tag>
214
215 #   define the <snb_button> tag for the <snb> container
216 #   (this is for consistency with the tag names)
217 <define-tag snb_button>
218   <navbar:button %attributes>
219 </define-tag>
220
221 #   predefine the contents of the SNB location
222 #   by diverting a whitespace character to it.
223 #   This prevents the table to be folded.
224 ..PAGE_SUBNAVBAR!>>
225 &nbsp;
226 <<..
227
228 #   and now the final WML trick: When the page=<page_name>
229 #   attribute is specified for this template, we read in the SNB
230 #   spec-file which now can use the <snb>..</snb> and
231 #   <snb_button> tags to actually define and render a SNB. This
232 #   is accomplished by doing some sort of a conditional #include. ;-)
233 $(page:*# )$(page:+#include ")$(SNB_RC:-.wmlsnb)$(page:+")
234
235 ##
236 ##  Useful tags (for convenience purposes only)
237 ##
238
239 #   define a <item> tag for <ul>/<ol> item similar to <li> but
240 #   which is nice for URL lists like the Related area where
241 #   we want a special layout.
242 <define-tag item>
243 <preserve name>
244 <preserve url>
245 <preserve aio>
246 <preserve info>
247 <set-var aio=*>
248 <set-var %attributes>
249 <li><imgdot width=1 height=18>\
250     <a href="<get-var url>"><font size=+1 face="Arial,Helvetica"><b><get-var name></b></font></a>
251     <ifeq "<get-var aio>" "" <img src="aio.gif" alt="[all-in-one]" align=absmiddle>>
252     <br>
253     <a href="<get-var url>"><font size=-1><get-var url></font></a><br>
254     <ifeq "<get-var info>" "" "" "<get-var info>">
255 <restore info>
256 <restore aio>
257 <restore url>
258 <restore name>
259 </define-tag>
260
261 #   define a <filelist> tag which can be used to create a file listing which
262 #   is optically more compact than the stuff Apache's mod_autoindex creates.
263 #   Especially the current version is marked red, too.
264 <define-tag filelist>
265 <pre>
266 <b>   Bytes      Timestamp       Filename</b>
267 <b>________ ____________________ ____________________________</b>
268 <:
269 @HI = ();
270 open(FP, "<index.current");
271 while (<FP>) {
272    s|\s*\n$||;
273    push(@HI, $_);
274 }
275 close(FP);
276 sub ls {
277     my ($pat) = @_;
278     my (@F, @R, $f, @S, @T);
279     @F = sort { (stat($a))[9] <=> (stat($b))[9]; } (glob($pat));
280     @R = ();
281     foreach $f (@F) {
282         next if ($f =~ m|^index.*|);
283         if ('%1' ne '') {
284             if (! %1 $f) {
285                 next;
286             }
287         }
288         @S = stat($f);
289         $f = "$f/" if (-d $f);
290         @T = localtime($S[9]);
291         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
292                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
293         push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
294              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
295     }
296     return @R;
297 }
298 @L = &ls("%0");
299 foreach $l (@L) {
300     next if ($l =~ m|^\s*$|);
301     $l =~ s|(\s+)(\S+[^/])(\s*\n)$|$1."<a href=\"$2\">$2</a>".$3|e;
302     $l =~ s|(\s+)(\S+/)(\s*\n)$|$1."<a href=\"$2\"><b>$2</b></a>".$3|e;
303     foreach $hi (@HI) {
304         $l =~ s|^(.*$hi.*)$|<font color="#cc3333">$1&nbsp;&nbsp;<b>[LATEST]</b></font>|;
305         $l =~ s|>($hi)<|><font color="#cc3333">$1</font><|;
306     }
307     print $l;
308 }
309 :>
310 </pre>
311 </define-tag>
312
313 <define-tag rfilelist>
314 <pre>
315 <b>   Bytes      Timestamp       Filename</b>
316 <b>________ ____________________ ____________________________</b>
317 <:
318 @HI = ();
319 open(FP, "<index.current");
320 while (<FP>) {
321    s|\s*\n$||;
322    push(@HI, $_);
323 }
324 close(FP);
325 sub ls {
326     my ($pat) = @_;
327     my (@F, @R, $f, @S, @T);
328     @F = sort { (stat($b))[9] <=> (stat($a))[9]; } (glob($pat));
329     @R = ();
330     foreach $f (@F) {
331         next if ($f =~ m|^index.*|);
332         if ('%1' ne '') {
333             if (! %1 $f) {
334                 next;
335             }
336         }
337         @S = stat($f);
338         $f = "$f/" if (-d $f);
339         @T = localtime($S[9]);
340         my @moy = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
341                    'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
342         push(@R, sprintf("%"."8d %"."s %"."2d %"."02d:%"."02d:%"."02d %"."d %"."s\n", 
343              $S[7], $moy[$T[4]], $T[3], $T[2], $T[1], $T[0], 1900+$T[5], $f));
344     }
345     return @R;
346 }
347 @L = &ls("%0");
348 foreach $l (@L) {
349     next if ($l =~ m|^\s*$|);
350     $l =~ s|(\s+)(\S+[^/])(\s*\n)$|$1."<a href=\"$2\">$2</a>".$3|e;
351     $l =~ s|(\s+)(\S+/)(\s*\n)$|$1."<a href=\"$2\"><b>$2</b></a>".$3|e;
352     foreach $hi (@HI) {
353         $l =~ s|^(.*$hi.*)$|<font color="#cc3333">$1&nbsp;&nbsp;<b>[LATEST]</b></font>|;
354         $l =~ s|>($hi)<|><font color="#cc3333">$1</font><|;
355     }
356     print $l;
357 }
358 :>
359 </pre>
360 </define-tag>
361
362 #   define a <cvs> container which can be used to reference 
363 #   files within the CVS repository similar to <a>.
364 <define-tag cvs endtag=required>
365 <preserve href>\
366 <set-var %attributes>\
367   <a href="$(ROOT)/source/exp/<get-var href>"><get-var href></a>\
368 <restore href>\
369 </define-tag>
370
371 #
372 <define-tag newsflash>
373 <preserve from>
374 <preserve max>
375 <preserve more>
376 <set-var %attributes>
377 <table width=500 cellspacing=0 cellpadding=1 border=0>
378 <tr><td><font face="Arial,Helvetica"><b>Date</b></font></td> <td>&nbsp;&nbsp;&nbsp;<font face="Arial,Helvetica"><b>Newsflash</b></font></td></tr>
379 <tr><td><hr noshade size=1></td> <td><hr noshade size=1></td></tr>
380 <:
381     open(FP, "< <get-var from>") || die;
382     my $max = ("<get-var max>" eq '' ? 9999 : "<get-var max>");
383     @COL = (
384         '#ffffff',
385         '#f0f0f0',
386     );
387     $ncol = 1;
388     $n = 0;
389     while (<FP>) {
390         $ncol = ($ncol + 1) % 2;
391         $col  = $COL[$ncol];
392         s|="ROOT|="$(ROOT)|g;
393         s|="CVS|="$(ROOT)/source/exp/|g;
394         if (m|^(.+?):(.+)|) {
395             print "<tr bgcolor=\"$col\">\n";
396             print "  <td align=right><font face=\"Arial,Helvetica\"><b>$1:</b></font></td> <td>&nbsp;&nbsp;$2</td>\n";
397             print "</tr>\n";
398         }
399         $n++;
400         last if ($n >= $max);
401     }
402     close(FP);
403 :>
404 <ifeq "<get-var more>" "" "" <group
405 <tr>
406   <td>&nbsp;</td> <td align=right><a href="<get-var more>">more...</a></td>
407 </tr>
408 >>
409 </table>
410 <restore more>
411 <restore max>
412 <restore from>
413 </define-tag>
414
415 #   define a <disclaimer> tag which displays the usual disclaimer stuff
416 <define-tag disclaimer>
417 <font face="Arial,Helvetica" size=-1>
418 This software package uses strong cryptography, so even if it is created,
419 maintained and distributed from liberal countries in Europe (where it is legal
420 to do this), it falls under certain export/import and/or use restrictions in
421 some other parts of the world.
422 <p>
423 PLEASE REMEMBER THAT EXPORT/IMPORT AND/OR USE OF STRONG CRYPTOGRAPHY
424 SOFTWARE, PROVIDING CRYPTOGRAPHY HOOKS OR EVEN JUST COMMUNICATING TECHNICAL
425 DETAILS ABOUT CRYPTOGRAPHY SOFTWARE IS ILLEGAL IN SOME PARTS OF THE WORLD.
426 SO, WHEN YOU IMPORT THIS PACKAGE TO YOUR COUNTRY, RE-DISTRIBUTE IT FROM
427 THERE OR EVEN JUST EMAIL TECHNICAL SUGGESTIONS OR EVEN SOURCE PATCHES TO THE
428 AUTHOR OR OTHER PEOPLE YOU ARE STRONGLY ADVISED TO PAY CLOSE ATTENTION TO
429 ANY EXPORT/IMPORT AND/OR USE LAWS WHICH APPLY TO YOU. THE AUTHORS OF OPENSSL
430 ARE NOT LIABLE FOR ANY VIOLATIONS YOU MAKE HERE. SO BE CAREFUL, IT
431 IS YOUR RESPONSIBILITY.
432 </font>
433 <p>
434 <font face="Arial,Helvetica" size=-1>
435 CREDIT INFORMATION:
436 This product includes cryptographic software written by Eric A. Young
437 (eay@cryptsoft.com).  This product includes software written by Tim J.  Hudson
438 (tjh@cryptsoft.com).
439 </font>
440 </define-tag>
441
442 #  a tag displaying the used tools   
443 <define-tag website-tools>
444 <font face="Arial,Helvetica" size=-1> 
445 Website designed by
446 <a href="http://www.engelschall.com/">Ralf S. Engelschall</a>
447 and generated with
448 <a href="http://thewml.org/"><font color="#000000">
449 Website META Language</font></a> (WML).<br>
450 All markup code and graphics on this website
451 are Copyright &copy; 1999-2002 <a href="http://www.openssl.org/">The OpenSSL Project</a>, 
452 All rights reserved.<br>
453 This website is served by an 
454 <a href="http://www.apache.org/"><font color="#000000">Apache</font></a>
455 webserver environment.<br>
456 Hardware and bandwidth provided by 
457 <a href="http://www.cw.com/"><font color="#000000">
458 Cable &amp; Wireless Germany</font></a>.
459 </font>
460 </define-tag>
461
462 #  construct an absolute URL out of a relative URL
463 #  (essential for the mirroring of the website!)
464 <define-tag absolute>
465 <:{
466     my ($cwd, $baseurl, $basedir, $subdir, $page, $url);
467
468     #   determine current working directory
469     $cwd = '<get-var WML_SRC_DIRNAME>';
470
471     #   determine base URL
472     $baseurl = '<get-var BASE_URL>' || 'file://';
473
474     #   determine base directory
475     $basedir = '<get-var BASE_DIR>' || '<get-var WML_SRC_DIRNAME>';
476     $basedir = &canonpath("$cwd/$basedir") if ($basedir !~ m|^/|);
477
478     #   determine subdir from base dir to current working dir
479     $subdir = &relpath($basedir, $cwd);
480
481     #   determine document
482     $page = '%0';
483
484     #   construct final URL
485     $url = "$baseurl/$subdir/$page";
486     $url = &canonurl($url);
487
488     #   replace this tag with the constructed URL
489     print $url;
490 }:>
491 </define-tag>
492
493 ##
494 ##  Finally, the layout is now rendered, so divert all
495 ##  following stuff (the code in the local file after the #use 
496 ##  for this template!) into the white body area.
497 ##
498
499 ..PAGE_BODY>>
500