summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfarcepest <farcepest@gmail.com>2012-10-04 13:43:11 -0400
committerfarcepest <farcepest@gmail.com>2012-10-04 13:43:11 -0400
commit36b8d1d4e8b51dc3a3fd99089868c627485c9671 (patch)
tree630c81ef8c8b402805531b918c79f34e764789d8 /README.md
parent7a846cf5e35ebcad852309aebaa0bac8a7244744 (diff)
downloadmysqldb1-36b8d1d4e8b51dc3a3fd99089868c627485c9671.tar.gz
Restore README.md, rename the old README as INSTALL
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f0ca032
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+MySQLdb1
+========
+
+This is the legacy (1.x) version of MySQLdb. While it is still being
+maintained, there will not be a lot of new feature development.
+
+[![Build Status](https://secure.travis-ci.org/farcepest/MySQLdb1.png)](http://travis-ci.org/farcepest/MySQLdb1)
+
+TODO
+----
+
+* A bugfix 1.2.4 release
+* A 1.3.0 release that will support Python 2.7-3.3
+* The 2.0 version is being renamed [moist][] and is heavily refactored.
+
+Projects
+--------
+
+* [MySQLdb-svn][]
+
+ This is the old Subversion repository located on SourceForge.
+ It has all the early historical development of MySQLdb through 1.2.3,
+ and also is the working repository for ZMySQLDA. The trunk on this
+ repository was forked to create the [MySQLdb2][] repository.
+
+* [MySQLdb1][]
+
+ This is the new (active) git repository.
+ Only updates to the 1.x series will happen here.
+
+* [MySQLdb2][]
+
+ This is the now obsolete Mercurial repository for MySQLdb-2.0
+ located on SourceForge. This repository has been migrated to the
+ [moist][] repository.
+
+
+[MySQLdb1]: https://github.com/farcepest/MySQLdb1
+[moist]: https://github.com/farcepest/moist
+[MySQLdb-svn]: https://sourceforge.net/p/mysql-python/svn/
+[MySQLdb2]: https://sourceforge.net/p/mysql-python/mysqldb-2/ \ No newline at end of file