* * 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. Look up each course which your advisor specified in your college's course catalog. Note the different sectxions for each course..
  3. Enter each course into a slate_permutate schedule. For each course, add the sections listed in your school's course catalogue (at your discretion).
  4. Submit your list of courses and their sections. Let slate_permutate perform its magic.
  5. View all of the different permutations of your schedule and find a few that work for you.
  6. Print our your preferred schedule by selecting a schedule an choosing your User-Agent's print option.
  7. Wait until it's your turn to register and grab your preferred sections before they fill up!
EOF; }