# HG changeset patch # User ethanzonca # Date 2010-10-09 21:02:04 # Node ID 7d2e811e5a31aba3eabfcb65ec9e5b177861525e # Parent 58eeb176287a2ff743f757a0012077d284603843 Added simple cedarville profile 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; +}