Fix some formatting problems

This commit is contained in:
adustman
2005-01-01 00:10:20 +00:00
parent bad2cc11dc
commit 47ded12f98

View File

@ -15,7 +15,7 @@ Prerequisites
* 2.2.x MIGHT work, or have partial functionality. * 2.2.x MIGHT work, or have partial functionality.
* 2.4b2 seems to work fine. * 2.4 is tested and works.
* Red Hat Linux: * Red Hat Linux:
@ -34,11 +34,11 @@ Prerequisites
* MySQL-3.23 is supported, but slightly deprecated. * MySQL-3.23 is supported, but slightly deprecated.
* MySQL-4.0 is supported. Current version is 4.0.22. * MySQL-4.0 is supported.
* There is partial support for MySQL-4.1; the new prepared * MySQL-4.1 is mostly supported; the new prepared statements API
statements API is not yet supported, and probably won't be until is not yet supported, and probably won't be until MySQLdb-1.3 or
MySQLdb-1.3 or 2.0. 2.0.
* MySQL-5.0 and newer are not currently supported, but might work. * MySQL-5.0 and newer are not currently supported, but might work.
@ -63,9 +63,10 @@ Prerequisites
- MySQL-shared to run if you compiled with MySQL-shared installed - MySQL-shared to run if you compiled with MySQL-shared installed
* Transactions (particularly InnoDB tables) are supported for * Transactions (particularly InnoDB tables) are supported for
MySQL-3.23 and up. You may need a special package from your MySQL-3.23 and up. You may need a special package from your vendor
vendor with this support turned on. If you have Gentoo Linux, with this support turned on. If you have Gentoo Linux, set either
set either of the berkdb or innodb USE flags. of the berkdb or innodb USE flags on your server, and comment out
"skip-innodb" in /etc/mysql/my.cnf for InnoDB table support.
+ zlib + zlib
@ -91,7 +92,9 @@ Prerequisites
you can also use gcc. you can also use gcc.
* If you have some Windows flavor, you usually have to pay extra * If you have some Windows flavor, you usually have to pay extra
for this, or you can use Cygwin. for this, or you can use Cygwin_.
.. _Cygwin: http://www.cygwin.com/
@ -151,8 +154,8 @@ gcc.
Finally, putting it together:: Finally, putting it together::
$ tar xfz MySQL-python-1.1.7.tar.gz $ tar xfz MySQL-python-1.1.8.tar.gz
$ cd MySQL-python-1.1.7 $ cd MySQL-python-1.1.8
$ export mysqlversion="4.0.20" $ export mysqlversion="4.0.20"
$ export mysqlclient="mysqlclient_r" $ export mysqlclient="mysqlclient_r"
$ export mysqloptlibs="ssl crypto" $ export mysqloptlibs="ssl crypto"
@ -219,23 +222,23 @@ build your own RPM packages as described above.
Debian GNU/Linux Debian GNU/Linux
................ ................
Packaged as `python-mysql`__:: Packaged as `python-mysql`_::
# apt-get install python-mysql # apt-get install python-mysql
.. __: http://packages.debian.org/cgi-bin/search_packages.pl?keywords=python-mysql&searchon=names&subword=1&version=all&release=all .. _`python-mysql`: http://packages.debian.org/cgi-bin/search_packages.pl?keywords=python-mysql&searchon=names&subword=1&version=all&release=all
Gentoo Linux Gentoo Linux
............ ............
Packaged as `mysql-python`__. Gentoo is also my development platform:: Packaged as `mysql-python`_. Gentoo is also my development platform::
# emerge sync # emerge sync
# emerge mysql-python # emerge mysql-python
# emerge zmysqlda # if you use Zope # emerge zmysqlda # if you use Zope
.. __: http://packages.gentoo.org/search/?sstring=mysql-python .. _`mysql-python`: http://packages.gentoo.org/search/?sstring=mysql-python
BSD BSD