home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / Perl_WWW_Utilities / makehomeidx / README < prev   
Encoding:
Text File  |  1994-09-27  |  2.7 KB  |  74 lines

  1. README makehomeidx
  2.  
  3.     A Home Page indexer.
  4.  
  5. ---------------------------------------------------------------------------
  6.     Copyright (C) 1994  Earl Hood, ehood@convex.com
  7.  
  8.     This program is free software; you can redistribute it and/or modify
  9.     it under the terms of the GNU General Public License as published by
  10.     the Free Software Foundation; either version 2 of the License, or
  11.     (at your option) any later version.
  12.  
  13.     This program is distributed in the hope that it will be useful,
  14.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.     GNU General Public License for more details.
  17.  
  18.     You should have received a copy of the GNU General Public License
  19.     along with this program; if not, write to the Free Software
  20.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21. ---------------------------------------------------------------------------
  22. ---------------------------------------------------------------------------
  23. CONTENTS of distribution:
  24.  
  25. ACKNOWLEDGEMENTS  Thanks to people
  26. CHANGES          History of changes to makehomeidx
  27. COPYING          GNU General Public License
  28. README          The file you are reading
  29. doc/          Documentation
  30. install.me      Installation program
  31. makehomeidx*      Perl program
  32.  
  33. ---------------------------------------------------------------------------
  34. INSTALLATION
  35.  
  36. To install makehomeidx, type the following command:
  37.  
  38.     % perl install.me
  39.  
  40. The installation process will ask you a series of questions on where
  41. the Perl executable is and where to put makehomeidx.  Just hit <CR>
  42. to accept the default values listed in ()'s.
  43.  
  44. Notes on installation process:
  45.  
  46.     o The '#!' line in the installed makehomeidx program is set to point to
  47.       the Perl executable specified in the installation process.
  48.  
  49.     o If you specify paths that do not exist, the install.me program
  50.       will create the path.
  51.  
  52. ---------------------------------------------------------------------------
  53. BUGS/COMMENTS/SUGGESTIONS?
  54.  
  55.     If you have any bugs/comments/suggestions about makehomeidx, feel free
  56.     to drop me an e-mail message at ehood@convex.com.
  57.  
  58.     If it is a bug you are reporting, please include the following in
  59.     your message:
  60.  
  61.         o  Version of Perl (can be retrievied by "perl -v").
  62.         o  Version of the program in question.
  63.         o  The exact command-line used to invoke the program.
  64.         o  Error/diagnostic message from the program.
  65.         o  Any other information that might prove useful.
  66.  
  67.  
  68.     If you have questions on what makehomeidx can, or cannot do, please
  69.     read the documnetation first.  If the docs do not answer your
  70.     question(s), feel free to e-mail me.
  71.  
  72. ---------------------------------------------------------------------------
  73. Earl Hood, ehood@convex.com
  74.