annotate README.rst @ 85:c16ae20b964d default tip

Add a README, with a map to the known repositories...
author Andy Dustman <adustman@uga.edu>
date Mon, 24 Sep 2012 15:39:03 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
85
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
1 This is the legacy (1.x) version of MySQLdb. While it is still being
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
2 maintained, there will not be a lot of new feature development.
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
3
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
4 TODO
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
5 ====
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
6
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
7 * A bugfix 1.2.4 release
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
8 * A 1.3.0 release that will support Python 2.7-3.3
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
9
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
10 The 2.0 version is being renamed moist and lives at
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
11 https://github.com/farcepest/moist
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
12
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
13 Repository list
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
14 ===============
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
15
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
16 MySQLdb-svn
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
17 This is the old Subversion repository located on SourceForge at
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
18 https://svn.code.sf.net/p/mysql-python/svn
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
19 (https://sourceforge.net/p/mysql-python/svn/)
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
20 It has all the early historical development of MySQLdb through 1.2.3,
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
21 and also is the working repository for ZMySQLDA. The trunk on this
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
22 repository was forked to create the MySQLdb2 repository.
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
23 MySQLdb1
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
24 This is the new (active) git repository, located on:
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
25
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
26 * SourceForge: git://git.code.sf.net/p/mysql-python/code
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
27 (https://sourceforge.net/p/mysql-python/code)
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
28 * GitHub: git://github.com/farcepest/MySQLdb1.git
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
29 (https://github.com/farcepest/MySQLdb1)
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
30
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
31 I intend to keep these two in sync.
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
32 Only updates to the 1.x series will happen here.
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
33 MySQLdb2
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
34 This is the now obsolete Mercurial repository for MySQLdb-2.0
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
35 located on SourceForge at
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
36 http://hg.code.sf.net/p/mysql-python/mysqldb-2
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
37 (https://sourceforge.net/p/mysql-python/mysqldb-2/)
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
38 SourceForge currently shows this as an "Empty Repository", but
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
39 it is looking for a default branch that doesn't exist. The only
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
40 working branch is MySQLdb. This repository is migrating to the
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
41 moist repository.
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
42 moist
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
43 This is a git repository located on github at
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
44 https://github.com/farcepest/moist It's actually empty as of
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
45 this writing, but it will soon contain the contents of the
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
46 MySQLdb2 repository.
c16ae20b964d Add a README, with a map to the known repositories...
Andy Dustman <adustman@uga.edu>
parents:
diff changeset
47