removed more psyco docs

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3464 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-09-16 09:20:52 +00:00
parent a49896b581
commit 748cad3f04
2 changed files with 3 additions and 21 deletions

View file

@ -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)

View file

@ -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
------------------