'AX.25 Library', 'ax25-tools' => 'AX.25 Tools', 'ax25-apps' => 'AX.25 Applications'); $pkgcfiles = array ('libax25' => 'ChangeLog.lib', 'ax25-tools' => 'ChangeLog.tools', 'ax25-apps' => 'ChangeLog.apps'); $package = trim($package); if (($package != '') && ($pkgcfiles["$package"] != '')) { ?>
Below is the changelog for the package. You can also go back to the main webpage from here.
$fp = fopen("data/". $pkgcfiles["$package"], "r"); $i=1; while (($line = fgets($fp,1024)) && ($i < 30)) { if (eregi("^[A-Z]", $line)) { print "" . htmlentities($line) . "\n"; $i++; } else { if (eregi("^ *--", $line)) { print "" . htmlentities($line) . "\n"; } else { print(htmlentities($line)); } } } echo "\n"; } else { ?>
Cannot find that package name or no package name given.
Package given was "".
Last Changed: Tue Apr 17 09:47:59 2001 |
This website kindly hosted by SourceForge |