# HG changeset patch # User Nathan Phillip Brink # Date 2010-11-18 00:44:59 # Node ID df2b237aef787722b315cfaf978aaef78dbb25e9 # Parent 746c071fde3de00124bd976a56b69cda441dff98 Add AUTHORS, update README. diff --git a/AUTHORS b/AUTHORS new file mode 100644 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Nathan Allen Gelderloos +Ethan Michael Zonca http://ethanzonca.com/ +Nathan Phillip Brink http://ohnopub.net/~ohnobinki/ diff --git a/README b/README --- a/README +++ b/README @@ -1,23 +1,26 @@ slate_permutate: the semester scheduling assistant. Authors: - Nathan Allen Gelderloos - Ethan Michael Zonca - Nathan Phillip Brink + See AUTHORS Resources: Support: irc://irc.ohnopub.net/slatepermutate Mercurial repo: http://protofusion.org/hg/SlatePermutate/ Bugzilla: http://protofusion.org/bugzilla/ + Please use the means listed above to give us any feedback about + slate_permutate's functionality. Thanks! + Installation Requirements: - PHP-enabled httpd (tested with apache, patches for supporting others welcome). - Access to PHP's CLI interface + - libcURL extension to PHP (for Calvin's crawler and soon others). + - json_encode()/json_decode() functions (as a PEAR addon or with the recent PHP versions). Installation: - Get a copy of slate_permutate. - development version: - $ hg clone http://hg/protofusion.org/hg/SlatePermutate slate_permutate + $ hg clone http://protofusion.org/hg/SlatePermutate slate_permutate - stable: not yet available. - copy inc/config.inc.example to inc/config.inc. Read and adjust settings as necessary.