# HG changeset patch # User Nathan Phillip Brink # Date 2010-10-10 17:42:49 # Node ID 71cbdb0dd5e76ef462fbabc0fb3f0abc8eb3de05 # Parent f393b6d03cb1d42458a6a7c7352160134ee1d799 Add a basic README. diff --git a/README b/README new file mode 100644 --- /dev/null +++ b/README @@ -0,0 +1,34 @@ +slate_permutate: the semester scheduling assistant. + +Authors: + Nathan Allen Gelderloos + Ethan Michael Zonca + Nathan Phillip Brink + +Resources: + Support: irc://irc.ohnopub.net/slatepermutate + Mercurial repo: http://protofusion.org/hg/SlatePermutate/ + Bugzilla: http://protofusion.org/bugzilla/ + +Installation Requirements: + - PHP-enabled httpd (tested with apache, patches for supporting others welcome). + - Access to PHP's CLI interface + +Installation: + - Get a copy of slate_permutate. + - development version: + $ hg clone http://hg/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. + - copy .htaccess.example to .htaccess if you're interested in + ``clean urls'' (corresponding to the $clean_urls option in + config.inc). + - run admin/rehash.php to populate the cache/ directory with + information such as the list and rDNS information for schools in + school.d. + - ensure that the webserver has write-access to the saved_schedules/ + folder because schedule storage is filesystem-based. + +License: + - undetermined as of yet.