From: W. Trevor King Date: Sat, 18 Feb 2012 18:31:39 +0000 (-0500) Subject: Add a README file pointing to the various repositories. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0125701532957d8a29ea6d16062481a1ea980626;p=apachelog.git Add a README file pointing to the various repositories. It also tells users who don't read my commit messages how to run the test suite. --- diff --git a/README b/README new file mode 100644 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/