diff --git a/school.d/default.inc b/school.d/default.inc new file mode 100644 --- /dev/null +++ b/school.d/default.inc @@ -0,0 +1,52 @@ + + * + * This file is a part of slate_permutate. + * + * slate_permutate is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * slate_permutate is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with slate_permutate. If not, see . + */ + +function default_info() +{ + return array('name' => 'Generic College', + 'url' => 'http://example.edu/', + /* + * rDNS postfixes which indicate a student is + * connecting from that college campus. + */ + 'domains' => array( + ), + 'student_address' => 'student', + ); +} + +function default_instructions_html() +{ + return <<Generic Instructions +

+ slate_permutate can be a useful tool for scheduling your next semester at the college you attend. +

+
    +
  1. Get in touch with your advisor and find out what courses you need to take next semester.
  2. +
  3. Look up each course which your advisor specified in your college's course catalog. Note the different sectxions for each course..
  4. +
  5. Enter each course into a slate_permutate schedule. For each course, add the sections listed in your school's course catalogue (at your discretion).
  6. +
  7. Submit your list of courses and their sections. Let slate_permutate perform its magic.
  8. +
  9. View all of the different permutations of your schedule and find a few that work for you.
  10. +
  11. Print our your preferred schedule by selecting a schedule an choosing your User-Agent's print option.
  12. +
  13. Wait until it's your turn to register and grab your preferred sections before they fill up!
  14. +
+EOF; +}