Files @ 638ed591b753
Branch filter:

Location: SlatePermutate/.hgignore

binki
Add basic crawler support for Hope College in light of their winning the Calvin v. Hope basketball game last weekend.

The crawler is unable to, from the data provided by hope, properly recognize
and handle course labs in any fashion. To do that, the human-formatted comment
fields will need to be parsed. These fields are placed in the same column as
the course title is and are in the subsequent row for a particular section --
these fields are currently ignored through the rule which throws out rows with
too few columns.
style: regex

# ignore all saved schedules, but keep track of the .keep file.
^saved_schedules/[^.]
# ignore all of cache except for the .keep file
^cache/[^.]

# ignore .htaccess because we only want .htaccess.example in the repo
^\.htaccess$

# ignore inc/config.inc because we only want inc/config.inc.example in
# the repo
^inc/config\.inc$

# ignore common unwanted suffixes
(~|\.orig|\.rej)$

# Doxygen-generated stuff
^slate_permutate.tagfile
^html/