diff --git a/INSTALL b/INSTALL index d2877f3d..6f9fea90 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/debian/changelog b/debian/changelog index 7aea4adb..c0490025 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 28 Nov 2001 17:57:20 +0100