actual-exercise-interval | (actual-exercise-interval this-lecture-rec next-lecture-rec) | Given the records of this lecture and the next-lecture, return an interval of the exercise time. |
apply-course-plan-color-scheme | (apply-course-plan-color-scheme color-scheme) | Apply a given color scheme |
brief-course-semester | brief-course-semester | Brief course semester (a string). |
brief-course-title | brief-course-title | A brief, abbreviated course title (a string). |
course-calendar-color | course-calendar-color | The color used to mark course entries in the calendar. |
course-dir | course-dir | The absolute path of the course directory. |
course-exercise | (course-exercise id number body . lecture-id) | Define an exercise with a certain id (symbol), a number, and a body. |
course-exercise-ref | (course-exercise-ref id number lecture-id) | Return an URL to an exercise. |
course-page | (course-page title body) | Return a course page (with standard graphical elements, header, body and some footer stuff (standard-links)). |
course-plan-color-scheme-1 | course-plan-color-scheme-1 | A sample color scheme: Purple and yellow |
course-plan-color-scheme-2 | course-plan-color-scheme-2 | Another sample color scheme: Read and yellow. |
course-plan-color-scheme-3 | course-plan-color-scheme-3 | Another sample color scheme: Black and white. |
course-plan-color-scheme-4 | course-plan-color-scheme-4 | Another sample color scheme: Blue and grey. |
course-plan-color-scheme-5 | course-plan-color-scheme-5 | Another sample color scheme: Blue and grey. |
course-semester | course-semester | Course semester (a string). |
course-start | course-start | The time (second-count) of the first lecture in the course. |
course-title | course-title | The title of the course (a string). |
course-url-prefix | course-url-prefix | The prefix of the course URL, pointing at the course directory. |
exercise-url | (exercise-url lecture-id exercise-id) | Return an absolute URL to a particular exercise. |
export-course-calendar-entries | (export-course-calendar-entries to-file) | Export this course's calendar entries to to-file. |
general-overview-links | (general-overview-links) | A function which returns a list of links which go into the overview frame (the leftmost frame of the frameset) of the course home page. |
generating-system | (generating-system) | Return a string which tells about the generating computer system. |
init-course-plan | (init-course-plan) | The init-course-plan function must be called after all loading is completed, and before any pages are generated. |
last-lecture-number | last-lecture-number | The last lecture-number which we want presented now. |
lecture-description-list | lecture-description-list | A list of lecture records. |
lecture-number-url | (lecture-number-url n) | Return an absolute URL to lecture number n in this course. |
lecture-plan | (lecture-plan id . keyword-parameters) | Write the plan of a given lecture to a html file. |
make-color-scheme | (make-color-scheme dark dark-text light triangle-image) | Return a color scheme in terms of a dark color (background of left frame), dark text color, light color (background of large right frame) and a gif triangle file name (usually in the dark color). |
make-course-overview-pages | (make-course-overview-pages home-page-name cal-year cal-month cal-number-of-months cal-title external-calendar-entries) | Make course overview pages, including the course home page, and the course calendar. |
meta-course-contribution | (meta-course-contribution) | Return a list with course meta information to be put on any course page. |
meta-tag-clauses | (meta-tag-clauses) | A function which returns meta information, inserted by html:page. |
overview-pixel-width | overview-pixel-width | The pixel width of the overview frame (leftmost frame of course home page). |
periodic | (periodic start n period) | Return a list of times, length n, starting with start, and with the period period. |
preferred-calendar-pixel-width | preferred-calendar-pixel-width | The total pixel width of a calendar. |
standard-links | (standard-links) | A HTML string returning function with standard links from course-plan pages. |
subject-list | subject-list | A list of subject records. |
teacher-name | teacher-name | The name of the teacher(s). |
time-list | time-list | A list of times for the individual lectures in the course. |
tracing-comment | (tracing-comment) | A function which returns trace information. |
us-relative-url | (us-relative-url id) | Return a relative URL to a particular lecture page (as generated by the lecture-plan function). |
write-course-html-file | (write-course-html-file contents file) | Write the contents in the course's html file. |