Install doc updated

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@328 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2001-11-29 17:03:46 +00:00
parent 3d832050d5
commit 55da78ea98
2 changed files with 7 additions and 6 deletions

View file

@ -37,10 +37,10 @@ o Windows platforms
For help on setup.py options, run "python.exe setup.py --help".
To run the program, change to the scripts directory of your python
installation and type "linkchecker.bat" followed by your URLs you
want to check.
Type "linkchecker.bat -h" for help.
To run the program, double-click on "linkchecker.bat" on your
desktop. URL input is interactive.
Another way is executing "python.exe linkchecker" in the Python
Scripts directory.
o MacOS 9.x platforms

5
debian/changelog vendored
View file

@ -2,9 +2,10 @@ linkchecker (1.3.11) unstable; urgency=low
* setup.py: use os.getcwd(), not "." which breaks on MacOS 9.x
* added platform-specific install instructions
* use Pythons internal gettext module, get rid of fintl.py
* use Pythons internal robot.txt parser, get rid of
* use Pythons builtin gettext module, get rid of fintl.py
* use Pythons builtin robot.txt parser, get rid of
robotparser2.py
* update Python gettext utilities in po/ to newest version
-- Bastian Kleineidam <calvin@debian.org> Wed, 28 Nov 2001 17:57:20 +0100