/usr/share/doc/wpp/manual/index.html is in wpp 2.13.1.35-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[ WPP - The Web Preprocessor ] </title>
<link rel="icon" href="images/icon.png" type="" />
<link rel="stylesheet" type="text/css" href="css/wpp.css" />
<meta name="author" content="Marco (LM) Lamberto - lm@sunnyspot.org" />
<meta name="description" content="WPP is a small perl script that allows preprocessing of html files. It's useful for giving an uniform layout to different html pages. It can be used into cgi scripts for dynamic generation of pages." />
<meta name="keywords" content="html, preprocessor, preprocessing, web, perl, script, cgi, the sunny spot" />
<meta name="generator" content="By Hand v1.0 with VIM for Linux + WPP ;)" />
</head>
<body>
<!-- head:start -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class="banner">
<td>
<a href="http://the.sunnyspot.org/"><img src="images/tss_logo.gif" width="90" height="32" alt="[ The Sunny Spot ]" /></a>
</td>
<td width="90%">
<b>WPP 2.13.1.35 - The Web Preprocessor</b>
<br/>
Author: <a href="mailto:lm@sunnyspot.org">Marco Lamberto</a>
</td>
<td align='right'>
<a href="http://the.sunnyspot.org/wpp/"><img src="images/pp_by_wpp.gif" width="90" height="32" alt="Preprocessed by WPP" /></a>
</td>
</tr>
<!-- toolbar:start -->
<tr class="toolbar">
<td>
Index
</td>
<td colspan="2" align="right">
< Previous
<a href="manual_1.html">Next ></a>
</td>
</tr>
<!--toolbar:end -->
</table>
<!-- head:end -->
<!-- contents: start -->
<div class="contents">
<script type="text/javascript">
<!--
function strip(txt) {
var i, str = "" + txt;
while ((i = str.indexOf(' ')) != -1)
str = str.substring(0, i) + str.substring(i + 1);
return str;
}
function checkSubmit(form) {
var name = strip(form.uname.value);
var email = strip(form.email.value);
if (name.length == 0) {
alert("Please insert your name.");
return false;
} else if (email.length == 0 || email.indexOf('@') == -1) {
alert("Please enter a valid e-mail address.");
return false;
}
return true;
}
//-->
</script>
<table width="100%" border="0" cellpadding="5">
<tr valign="top">
<td>
<img src="images/wpp_logo.gif" width="300" height="100" alt="" />
<p/>
WPP is a small perl5 script that allows preprocessing of html files.
<br/>
You can define variables, which are abbreviations for longer
constructs, and include common html fragments.
<br/>
It's useful for giving an uniform layout to different html pages.
<br/>
It can be used into cgi-bin programs for automatic generation of pages.
With less html code inside them you can make more flexible and readable
scripts.
<p/>
WPP provides four separate facilities that you can use as you see fit:
<ul>
<li>Inclusion of text/html fragments.</li>
<li>Variables expansion.</li>
<li>Conditional generation.</li>
<li>Macros expansion.</li>
</ul>
<hr/>
<p/>
<b>News</b>
<div id='news'>
<dl>
<dt><b>2.13.1.35</b> (2004/07/09)</dt><dd>Removed Safe eval code.</dd><dd>INLINE error now prints eval code with line numbers.</dd><dd>Inside eval code now you can safely use print instead of returning output.</dd><dt><b>2.13.1.33b</b> (2003/06/18)</dt><dd>Removed debian packaging files.</dd>
</dl>
</div>
</td>
<td width="90%" class="toc">
<span>Index</span>
<ul>
<li><a href="#LICENSE">License</a></li>
<li><a href="#DOWNLOAD">Download WPP</a></li>
<li><a href="#MLISTS">Mailing Lists</a></li>
<li><a href="#INSTALLING">Installing WPP</a></li>
<li><a href="#BUGS">Known bugs</a></li>
<li><a href="#FEEDS">RSS Feeds</a></li>
<li><a href="#AUTHOR">Contacting the author</a></li>
<li><a href="#THANKS">Thanks!</a></li>
</ul>
<span>User Manual</span>
<ol>
<li><a href="manual_1.html">Command line switches</a></li>
<li>
<a href="manual_2.html">Getting started</a>
<ul>
<li><a href="manual_2.html#GNOTES">General notes</a></li>
<li><a href="manual_2.html#ORGPD">Organizing project directories</a></li>
<li><a href="manual_2.html#ANOTES">Advanced notes</a></li>
</ul>
</li>
<li>
<a href="manual_3.html">A step by step example</a>
<ul>
<li><a href="manual_3.html#S1">Step 1: Your first file</a></li>
<li><a href="manual_3.html#S2">Step 2: Using templates</a></li>
<li><a href="manual_3.html#S3">Step 3: The config files and the conditional generation</a></li>
</ul>
</li>
<li>
<a href="manual_4.html">Variables and constants</a>
<ul>
<li><a href="manual_4.html#VARASSIGN">Variables assignment</a></li>
<li><a href="manual_4.html#VARSUBST">Variables substitution</a></li>
<li><a href="manual_4.html#ENVVARS">Environment variables</a></li>
<li><a href="manual_4.html#SPVARS">Special variables</a></li>
<li><a href="manual_4.html#ROVARS">Read-only variables</a></li>
</ul>
</li>
<li><a href="manual_5.html">Directives</a></li>
<li>
<a href="manual_6.html">Macros</a>
<ul>
<li>
<a href="manual_6.html#MACRO">Macro expansion</a>
<ul>
<li><a href="manual_6.html#NNR">Notes & Restrictions</a></li>
<li><a href="manual_6.html#OVER">Overloading</a></li>
</ul>
</li>
<li><a href="manual_6.html#BIMACRO">Built-in macros</a></li>
<li>
<a href="manual_6.html#EXTENDINGWPP">Extending WPP</a>
<ul>
<li><a href="manual_6.html#SYSTEMMACRO">The SYSTEM macro</a></li>
<li><a href="manual_6.html#INLINEDIR">The INLINE directive</a></li>
<li><a href="manual_6.html#EVALMACRO">The EVAL macro</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="manual_7.html">Configuration variables and directives</a></li>
<li><a href="manual_8.html">Keywords list</a></li>
<li>
<a href="manual_9.html">The standard macro library wpplib</a>
<ul>
<li><a href="manual_9.html#TSML">The standard macro library wpplib</a></li>
<li><a href="manual_9.html#CMS">A simple content managing system oriented macro library</a></li>
<li><a href="manual_9.html#USING">Using wpplib</a></li>
<li><a href="manual_9.html#MACROS">The macros exported by wpplib</a></li>
</ul>
</li>
<li><a href="manual_10.html">Links and references</a></li>
<li><a href="test_page.html">Test page</a></li>
</ol>
</td>
</tr>
</table>
<!-- parag:start 'License' -->
<div class="parag">
<!-- section: License -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="LICENSE"></a>License
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
WPP is distributed under the terms of the
<a href="GPL.txt">GNU General Public License (GPL)</a>.
As such, you can use this program free of charge but there is no warranty.
<p/>
<!-- wpp link logo: starts -->
<a href="http://the.sunnyspot.org/wpp/"><img src="images/pp_by_wpp.gif" width="90" height="32" alt="[Preprocessed by WPP]" /></a>
<!-- wpp link logo: ends -->
<p/>
Feel free to <a href="http://the.sunnyspot.org/wpp/">link WPP</a>
by adding <a href="images/pp_by_wpp.gif">the official logo</a>
into your web pages.
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Download WPP' -->
<div class="parag">
<!-- section: Download WPP -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="DOWNLOAD"></a>Download WPP
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
<a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=6777&type=5"
width="210" height="62" border="0" alt="SourceForge Logo"
align="right" /></a>
The program and the documentation, including this file you are reading, is
available as tgz, zip, rpm and deb at the
<a href="http://sourceforge.net/project/showfiles.php?group_id=6777">SourceFoge.net project page</a>
<p/>
Debian packages are available thanks to Adam Byrtek:
<ol>
<li><a href="http://packages.debian.org/stable/text/wpp.html">Debian stable</a></li>
<li><a href="http://packages.debian.org/unstable/text/wpp.html">Debian unstable</a></li>
</ol>
<br clear="all" />
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Mailing Lists' -->
<div class="parag">
<!-- section: Mailing Lists -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="MLISTS"></a>Mailing Lists
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start 'wpp-announce' -->
<a name="wpp_announce"></a><span class="black">wpp-announce</span>
<div class="subparag">
Here you can receive a message only when WPP updates.
<form method="get"
action="http://groups.yahoo.com/subscribe/wpp-announce">
<table width="200" cellspacing="0" cellpadding="2" border="0"
bgcolor="#E0E0E0">
<tr>
<td>
<input type="text" name="user" value="enter e-mail" size="20" />
</td>
<td>
<input type="submit" value="Click here to join wpp-announce"
name="Click here to join wpp-announce" />
</td>
</tr>
</table>
</form>
If this form doesn't work you can subscribe by sending a message to
<a href="mailto:wpp-announce-subscribe@yahoogroups.com">wpp-announce-subscribe@yahoogroups.com</a>.
<br/>
For unsubscribing simply send a message to
<a href="mailto:wpp-announce-unsubscribe@yahoogroups.com">wpp-announce-unsubscribe@yahoogroups.com</a>.
<br/>
You can also read it through <a href="http://groups.yahoo.com/group/wpp-announce">the web interface</a>.
</div>
<!-- subparag:end -->
<!-- subparag:start 'wpp-devel' -->
<a name="wpp_devel"></a><span class="black">wpp-devel</span>
<div class="subparag">
WPP developers mailing list. Here you can send your feature requests, bug
reports, patches, ...
<form method="get" action="http://groups.yahoo.com/subscribe/wpp-devel">
<table width="200" cellspacing="0" cellpadding="2" border="0"
bgcolor="#E0E0E0">
<tr>
<td>
<input type="text" name="user" value="enter e-mail" size="20" />
</td>
<td>
<input type="submit" value="Click here to join wpp-devel"
name="Click here to join wpp-devel" />
</td>
</tr>
</table>
</form>
If this form doesn't work you can subscribe by sending a message to
<a href="mailto:wpp-devel-subscribe@yahoogroups.com">wpp-devel-subscribe@yahoogroups.com</a>.
<br/>
For unsubscribing simply send a message to
<a href="mailto:wpp-devel-unsubscribe@yahoogroups.com">wpp-devel-unsubscribe@yahoogroups.com</a>.
<br/>
You can also read it through <a href="http://groups.yahoo.com/group/wpp-devel">the web interface</a>.
</div>
<!-- subparag:end -->
<!-- subparag:start '' -->
<div class="subparag">
If you have some troubles and those forms don't work mail me everything at
<a href="mailto:lm@sunnyspot.org?subject=WPP - The Web Preprocessor">lm@sunnyspot.org</a>.
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Why using WPP?' -->
<div class="parag">
<!-- section: Why using WPP? -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="WHY"></a>Why using WPP?
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
I've written WPP insipred by <b>cpp</b> (the C preprocessor). The <b>cpp</b>
and <b>m4</b> are a couple of preprocessor available for almost every system
but the syntax of them is quite undistinguishable inside a text/html source.
<br/>
The prototype for WPP was written in awk and it can do only templates
inclusion and few other things, then I've started studying perl and so WPP
became what you're seeing.
<br/>
The @ delimiter was taken from <b>autoconf</b> while looking inside the
config.status files.
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Installing WPP' -->
<div class="parag">
<!-- section: Installing WPP -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="INSTALLING"></a>Installing WPP
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
Just copy the script named wpp into some convenient directory in your
PATH (i.e. /usr/local/bin). You should probably put this file somewhere safe
in case you want to refer to it later.
<br/>
You may need to change the first row of the wpp script in order to match
the correct path for your perl interpreter.
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Known bugs' -->
<div class="parag">
<!-- section: Known bugs -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="BUGS"></a>Known bugs
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
Actually WPP cannot check for recursive template inclusion (while 1.34 do
that) or macro call, this stuff will be fixed as soon as possible.
<p/>
<a href="http://sourceforge.net/tracker/?group_id=6777&atid=106777">Browse Bugs</a>
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'RSS Feeds' -->
<div class="parag">
<!-- section: RSS Feeds -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="FEEDS"></a>RSS Feeds
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
<ul>
<li>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=6777"><img src="images/xml.gif" width="36" height="14" alt="" /></a>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=6777">Project News</a>
</li>
<li>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=6777&rss_fulltext=1"><img src="images/xml.gif" width="36" height="14" alt="" /></a>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=6777&rss_fulltext=1">Project News (including full news text)</a>
</li>
<li>
<a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=6777"><img src="images/xml.gif" width="36" height="14" alt="" /></a>
<a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=6777">File Releases</a>
</li>
</ul>
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Contacting the author' -->
<div class="parag">
<!-- section: Contacting the author -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="AUTHOR"></a>Contacting the author
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
If you find a problem with this program or you would like to make a
suggestion, or whatever, feel free to e-mail me at
<a href="mailto:lm@sunnyspot.org?subject=WPP - The Web Preprocessor">lm@sunnyspot.org</a>.
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
<!-- parag:start 'Thanks!' -->
<div class="parag">
<!-- section: Thanks! -->
<table class="sectionheader">
<tr valign="middle">
<td>
<a name="THANKS"></a>Thanks!
</td>
<td align="right">
<a href="#"><img src="images/up.gif" width="14" height="14" alt="[ ^ ]" /></a>
</td>
</tr>
</table>
<!-- subparag:start '' -->
<div class="subparag">
My thanks go to the following people for submitting feedback and/or
code. Apologies to anyone I have forgotten
(<a href="mailto:lm@sunnyspot.org?subject=WPP - The Web Preprocessor">send me an e-mail!</a>).
<p/>
<ul>
<li>
Jens Finkhäuser, for reporting a subtle bug in output file name generation in
wpp-2.13.1.31.
</li>
<li>
<a href="http://www.rpg-portal.pl/">Adam Byrtek</a> for mantaining Debian
packages of WPP and other suggestions.
</li>
<li>
<a href="http://duebbert.de">Kai Duebbert</a> who sent a patch for wpp-2.13
allowing XHTML compliant output.
</li>
<li>
Bastian who reported a unwanted \D escape in \$\Date\$ in wpp-2.13 with
perl 5.6.0.
</li>
<li>
<a href="http://www.iki.fi/apo/">Mikko Apo</a> who requested the output of
SYSTEM postprocessable in wpp 2.13.
</li>
<li>
Martin Fischer, who reported a couple of serious bugs in wpp 2.11.
</li>
<li>
Bastian Kleineidam, who made a patch for implementing the SYSTEM built-in
macro for wpp-2.11.
</li>
<li>
Petr Prazak, who made some new features for wpp-2.11 (DATE_FORMAT,
FILE_SIZE, FILE_DATE) and fixed some bugs.
</li>
<li>
<a href="http://www.slad.cz/~jirka/">Jiri Rubes</a>, who reported and fixed
a problem with wpp 2.09 running in some environments that don't set PWD.
</li>
<li>
<a href="http://space.tin.it/salute/roflora/">Roberto Flora</a>, who used
WPP for the web site
<a href="http://space.tin.it/associazioni/guivital/info.htm">Ordine Agronomi e Forestali di Bergamo</a>.
</li>
<li>
<a href="http://www.silab.dsi.unimi.it/~ss546470/">Stefano Strada (Harlock)</a>.
</li>
<li>
Andreas Forsgren said: "<cite>WPP is *great* *great* *great*, I love it!
Thank *you* for making it.</cite>" ... then requested an enhancement for the
@IF@ ;)
</li>
<li>
Matt Massie, another who catched the <PRE> bug of wpp 2.00 - 2.01.
</li>
<li>
Michelangelo Grigni for some interesting suggestions.
</li>
<li>
Colin Turnbull (CT), let me notice that removing empty lines
is bad behaviour for <PRE> formatted stuff. He also asked for macro
expansion into variables assigments and macro arguments ... done! ;)
</li>
<li>
<a href="http://fsinfo.cs.uni-sb.de/~calvin">Bastian Kleineidam</a>, who
discovered and fixed a <i>missing tail inclusion</i> bug. ;)
</li>
<li>
<a href="http://www.lastknight.com">Matteo Flora (Last Knight)</a>,
he discovered that
<a href="http://www.math.fu-berlin.de/~guckes/vim/">VIM (VI iMproved)</a>
+ WPP can be better than MS FrontPad and that the trashcan may be the
best place for the last one. ;P
</li>
<li>
Jean-Pierre Malisse, who sent me some suggestions that pushed me in writing
the multi line macros feature of WPP ;)
</li>
<li>
<a href="http://www.silab.dsi.unimi.it/~ms568411/">Matteo Sala (Ares)</a>.
</li>
<li>
<a href="http://kame.usr.dsi.unimi.it:1111/">Fancesco Chemolli (Kinkie)</a>.
</li>
<li>
<a href="http://www.geocities.com/Paris/2481/">Luca Sironi (Luca_)</a>.
</li>
</ul>
</div>
<!-- subparag:end -->
</div>
<!-- parag:end -->
</div>
<!-- contents:end -->
<!-- tail:start -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- toolbar:start -->
<tr class="toolbar">
<td>
<a href="#">^ Top</a>
</td>
<td colspan="2" align="right">
< Previous
<a href="manual_1.html">Next ></a>
</td>
</tr>
<!--toolbar:end -->
<tr class="banner">
<td width="70%" id="small">
Marco (LM) Lamberto <a href="mailto:lm@sunnyspot.org?subject=WPP - The Web Preprocessor">lm@sunnyspot.org</a>
<br/>
Revised: 2004/07/09 14:57:02
<br/>
<a href="http://wpp.sf.net/index.html">http://wpp.sf.net/index.html</a>
</td>
<td align="right" width="30%">
<a href="http://the.sunnyspot.org/wpp/"><img src="images/pp_by_wpp.gif" width="90" height="32" alt="Preprocessed by WPP" /></a>
<img src="images/null.gif" width="5" height="32" alt="" />
<a href="http://www.gimp.org/"><img src="images/gfx_by_gimp.gif" width="90" height="36" alt="Graphics by GIMP" /></a>
</td>
</tr>
</table>
<!-- tail:end -->
</body>
</html>
|