<? include "funlib.inc"; $title = "Leafwa - Credits"; $subtitle = "(version " . $version . ")"; outHeadTop($title, $subtitle, 0); ?> <p> | <a href="leafwa.php">Main screen</a> | <a href="gpl.php">License</a> | </p> <hr noshade> <p>Leafwa is a web-based administration package for the Leafnode news server.<br> This is version <span class="hilite"><? echo $version; ?></span> of Leafwa, released on <span class="hilite"><? echo $versionRelease; ?></span>.</p> <p>Leafwa was originally written by Philip Hunt (<a href="mailto:hide@address.com">hide@address.com</a>). <br>It is currently maintained by <? echo "$maintainName (<a href='mailto:$maintainEmail'>$maintainEmail</a>)."; ?><br> Parts of Leafwa, notably most of the functionality to maintain local newsgroups, were written by Kevin Bulgrien (<a href="mailto:hide@address.com">hide@address.com</a>).</p> <p>Leafnode is currently being maintained by Matthias Andree (<a href="mailto:hide@address.com">hide@address.com</a>).<br>Note that the Leafnode maintainer has no direct connection with Leafwa or its development.</p> <p> <a href="http://www.opensource.org/">Open Source</a> / <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> tools used to produce Leafwa include: <ul> <li><a href="http://www.nedit.org/">NEdit</a> (a text editor)</li> <li><a href="http://bluefish.openoffice.nl/">Bluefish</a> (an HTML editor)</li> <li><a href="http://www.gimp.org/">the GIMP</a> (GNU Image Manipulation Program)</li> <li><a href="http://tidy.sourceforge.net/">HTML Tidy</a> (an HTML checker)</li> <li><a href="http://www.winterdrache.de/freeware/png2ico/">png2ico</a> (a favicon creator)</li> </ul> </p> <p>Leafwa is written in <a href="http://www.php.net/">PHP</a>, a very capable language for writing web applications.<br>Parts are written using shell and awk scripts.</p> <p>Leafwa runs on the <a href="http://www.apache.org/">Apache</a> web server, which is <a href="http://www.netcraft.com/survey/">becoming</a> the standard tool for serving web pages.</p> <hr noshade> <table border="0" align="center"> <tr><td> <div class="copy"> Version <? echo $version; ?>, Copyright © 2000-2002 Philip Hunt and others </div> </td></tr> </table> </body> </html>