diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc new file mode 100644 --- /dev/null +++ b/school.d/cedarville.inc @@ -0,0 +1,29 @@ + 'Cedarville University', + 'url' => 'http://cedarville.edu/', + 'domains' => array( + 'cedarville.edu', + ), + 'student_address' => 'Cedarville Student', + ); +} + +function cedarville_instructions_html() +{ + return <<Cedarville-specific Instructions +

+ SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University. +

+
    +
  1. Get in touch with your advisor during advising/reading recess.
  2. +
  3. Look up each class your advisor specified on this course listing page
  4. +
  5. Enter each class into a SlatePermutate schedule and add each section that is listed that you are willing to take.
  6. +
  7. Submit your schedule and view all of the different permutations of your schedule which would work with the sections you specified.
  8. +
  9. Print out your preferred schedule by choosing "print" and selecting a schedule.
  10. +
  11. Wait until it's your turn to register and grab your preferred sections before they fill up!
  12. +
+EOF; +}