From 0125701532957d8a29ea6d16062481a1ea980626 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 18 Feb 2012 13:31:39 -0500 Subject: [PATCH] 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. --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README 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/ -- 2.26.2