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
|
Linklint - a fast link checker and web site maintenance tool
-------------------------------------------------------------
Version 2.3.5 August 13, 2001
Copyright (C) 1997 -- 2001 James B. Bowlin. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
(LICENSE.txt) along with this program; if not, write to
Free Software Foundation, Inc.
59 Temple Place - Suite 330
Boston, MA 02111-1307, USA
CONTENTS
--------
CHANGES.txt History of changes
INSTALL.unix Unix installation
INSTALL.windows Windows installation
LICENSE.txt GNU General Public License
READ_ME.txt this file
linklint.bat batch file for Windows
doc/ HTML documentation
doc/small/ HTML documentation (with smaller fonts)
linklint-X.X.X The Linklint program
INSTALLATION
------------
Linklint is a plain old Perl programs so you can always run it
(from the command line) as:
perl linklint-X.X.X [parameters]
You need to have Perl installed on your system (version 5.004 or
greater). For convenience, (on Unix) you may want to rename it to
"linklint" and move it to a directory that is on your path.
See the file INSTALL.unix or INSTALL.windows for more details.
Enjoy.
-- Jim Bowlin
|