Add a README file pointing to the various repositories.
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Feb 2012 18:31:39 +0000 (13:31 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 18 Feb 2012 18:31:39 +0000 (13:31 -0500)
It also tells users who don't read my commit messages how to run the
test suite.

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..aa6be43
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+The `original version`_ of this package (by Harry Fuecks) is on Google
+Code.  However, that version is currently unmaintained, so a `forked
+version`_ (maintained by Song Liu) has sprung up on GitHub.
+
+For usage information, browse the docstrings.
+
+To test the package, install nose_ and run::
+
+  $ nosetests --with-doctest apachelog
+
+.. _original version: http://code.google.com/p/apachelog
+.. _forked version: https://github.com/leopku
+.. _nose: http://readthedocs.org/docs/nose/en/latest/