From 748cad3f043ae44e70379ed1984508aaaedb7592 Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 16 Sep 2006 09:20:52 +0000 Subject: [PATCH] removed more psyco docs git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3464 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 4 ++-- doc/en/install.txt | 20 +------------------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index aaf5a31a..67cc9540 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,9 +29,9 @@ Type: bugfix Changed: linkcheck/director/__init__.py - * Removed old options --disable-psyco from man page. + * Removed old options --disable-psyco from man page and documentation. Type: documentation - Changed: doc/*/linkchecker.1 + Changed: doc/*/linkchecker.1, doc/en/install.txt 4.3 "Brick" (released 17.8.2006) diff --git a/doc/en/install.txt b/doc/en/install.txt index 2774a812..b58a76ec 100644 --- a/doc/en/install.txt +++ b/doc/en/install.txt @@ -36,10 +36,6 @@ Requirements for Unix/Linux or Mac OS X 3. *Optional, for bash-completion:* optcomplete Python module from http://furius.ca/optcomplete/ -4. *Optional (speedup for i386 compatible PCs)* - Psyco from http://psyco.sourceforge.net/ - [http://switch.dl.sourceforge.net/sourceforge/psyco/psyco-1.5.1-src.tar.gz] - Requirements for Windows ------------------------ @@ -55,11 +51,7 @@ Requirements for Windows b) MSYS [http://switch.dl.sourceforge.net/sourceforge/mingw/MSYS-1.0.10.exe] -3. *Optional (speedup for i386 compatible PCs)* - Psyco from http://psyco.sourceforge.net/ - [http://linkchecker.sourceforge.net/psyco-1.5.1.win32-py2.4.exe] - -4. *Optional (color support for console)* +3. *Optional (color support for console)* Wconio from http://newcenturycomputers.net/projects/wconio.html [http://newcenturycomputers.net/projects/download.cgi/WConio-1.5.win32-py2.4.exe] @@ -99,11 +91,6 @@ Setup for Unix/Linux or Mac OS X .. _Modifying Python's search path: http://docs.python.org/inst/search-path.html#SECTION000410000000000000000 - If you downloaded Psyco please read the `psyco installation docs`_. - - .. _psyco installation docs: - http://psyco.sourceforge.net/psycoguide/node2.html - Setup for Windows - the binary .exe installer: ---------------------------------------------- @@ -148,11 +135,6 @@ Setup for Windows - compiling from source: ``dist\linkchecker-X.X.X.win32-py2.4.exe`` which you just have to execute. - If you downloaded Psyco please read the `psyco installation docs`_. - - .. _psyco installation docs: - http://psyco.sourceforge.net/psycoguide/node2.html - After installation ------------------