2001 The Central Ohio Linux User Group. // All rights reserved. // Released under the GPL, v. 2. See: LICENSE.TXT // -- maintainer: info@owlriver.com // print "This page is built automatically by reading the <title> information of the pages listed in pkg_drvr.txt, which was produced by get_pkg_name from a list of URL's contained in packages.txt. In that some webpages lack that information, it is sometimes not as helpful as it might be.

"; // // get contents of a file into a string $filename = "./pkg_drvr.txt"; print ""; // $fd = fopen ("$filename", "r"); while (!feof ($fd)) { // $buffer = fgets($fd, 4096); // list($title,$link)=explode("|","$buffer"); $title = chop("$title"); $link = chop("$link"); if ( "$link" != "" ) { print "\n"; } // // } print "
  "; if ( "$title" != "" ) { print " $title "; } else { print " $link "; } print "  
"; // print "
Please mail any suggestions for correction, addition or deletion to: colugx@colug.net
"; // ?>