Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2016-02-02
| ||
04:03 | Added a status message with the current date at the beginning of a run (helpful in log files). Leaf check-in: 81b1c77328 user: andy tags: trunk | |
2015-05-22
| ||
17:20 | Fixed a bug in the generation of links to Google Maps for locations. check-in: 28d1c7953c user: andy tags: trunk | |
02:12 | Fixed a bug that was causing the system to never generate any results (!). Fixed a crashing bug in report generation, that was hidden by the previous bug. check-in: 77cccbb107 user: andy tags: trunk | |
01:51 | Added utility script to scrape all colleges for job listing pages. check-in: 4c43d0dc7b user: andy tags: trunk | |
2015-05-11
| ||
18:47 | Fixed page scraping so that searches no longer crash if the page is missing its title tag. check-in: 587fe6960a user: andy tags: trunk | |
18:11 | Added a bit of type-checking for the fields in a query (url must be a string). check-in: db91d8f69e user: andy tags: trunk | |
18:11 | Utility scripts for scraping California CC listing, and finding the "jobs" page on a CC's site are now working. check-in: 351a427260 user: andy tags: trunk | |
17:00 | Changed report formatting. Added links on some fields in reports (url, `where` links to Google Maps). Made new fields in query specifications not invalidate old results; previously, adding an informational fields such as `where` to a query would change the hash stored in the database, so the next set of results from that query would count as "new". This is no longer the case. check-in: 495201dada user: andy tags: trunk | |
16:57 | Updated readme with information about query config format. check-in: 3431d20fcb user: andy tags: trunk | |
2015-05-06
| ||
18:56 | Updated job-page-finding script. check-in: 02e0cc487b user: andy tags: trunk | |
18:55 | Updated school listing with all Washington schools. check-in: 29b0b8b879 user: andy tags: trunk | |
18:22 | Added a utility to try to find the jobs page of a college, given the URL of its homepage. check-in: b5c3365dfc user: andy tags: trunk | |
17:53 | Updated list of schools. check-in: 5f27345ed3 user: andy tags: trunk | |
17:53 | Updated readme. check-in: 5b1ee12f57 user: andy tags: trunk | |
17:52 | Added a utility to extract the websites of California CCs and districts, from the state-wide registries. check-in: 1f0b557349 user: andy tags: trunk | |
2015-05-05
| ||
15:09 | Added a note about parsers to the documentation. check-in: dc8ad2226e user: andy tags: trunk | |
15:09 | Changed BeautifulSoup to use the lxml parser for PeopleAdmin (the only site where it makes any difference). check-in: 1ebbf26361 user: andy tags: trunk | |
03:39 | Forgot to add css search plugin. check-in: c0ac3ec89f user: andy tags: trunk | |
03:30 | Fixed a few bugs in reporting/email-sending. check-in: e93d3ed023 user: andy tags: trunk | |
03:29 | Fixed a bug in the text search plugin. check-in: b622ded3ce user: andy tags: trunk | |
00:20 | PeopleAdmin plugin is apparently working now. check-in: 23eb6eb8b4 user: andy tags: trunk | |
00:20 | Removed a redundant field from the results. check-in: 435f106aa2 user: andy tags: trunk | |
00:20 | Updated the section on the (insane) PeopleAdmin site structure. check-in: eacf0a9844 user: andy tags: trunk | |
2015-05-04
| ||
23:18 | Added exception trapping around plugin execution, so the system will continue to process queries even if a plugin fails (the exception will be printed to STDERR). check-in: 78f720c359 user: andy tags: trunk | |
23:18 | NeoGOV plugin is working. check-in: 6951cd46e3 user: andy tags: trunk | |
2015-05-02
| ||
01:48 | Fixed a bug in the --url cmdline parameter. check-in: e2de37d977 user: andy tags: trunk | |
00:47 | Dang dangling comma. check-in: 0e4de4c4f5 user: andy tags: trunk | |
00:46 | Refactored module structure so that global variables actually work as expected. Don't know how I didn't notice this for so long. check-in: fddd8fedd3 user: andy tags: trunk | |
00:07 | California jobs plugin is now working. check-in: 031437737a user: andy tags: trunk | |
2015-05-01
| ||
19:20 | Washington job registry search is working. check-in: ab6e1984b5 user: andy tags: trunk | |
19:20 | Fixed a few bugs in the handling of the various --test cmd line arguments. check-in: f4a97c571b user: andy tags: trunk | |
2015-04-30
| ||
23:20 | Added some status messages. check-in: 4bbfdd5fb7 user: andy tags: trunk | |
23:19 | Updated documentation, list of school websites. check-in: 08a1d3ecef user: andy tags: trunk | |
23:18 | Made the NeoGOV and PeopleAdmin plugins behave sensibly, even though they aren't implemented yet. check-in: 67ba6a7321 user: andy tags: trunk | |
23:17 | Added plugins to search the California and Washington CC job listing sites. check-in: 3a714131cb user: andy tags: trunk | |
03:32 | Added documentation on keyword matching. check-in: 192fb0c2e2 user: andy tags: trunk | |
03:31 | Fixed bugs in keyword matching code. check-in: 4a0063e65f user: andy tags: trunk | |
01:31 | Updated example config for the new query and keyword format. check-in: 0a2cbf91b3 user: andy tags: trunk | |
01:30 | Many updates and changes. check-in: d7e9ce0235 user: andy tags: trunk | |
01:29 | Added __init__ file so we can load the main script as a package. check-in: 69f34bdc81 user: andy tags: trunk | |
01:29 | Updated documentation. check-in: 1bf2e118e0 user: andy tags: trunk | |
01:29 | Fixed bugs and updated. check-in: bd6ab39b6b user: andy tags: trunk | |
2015-04-29
| ||
05:05 | Fixed various bugs. check-in: 6c0c2bf8d5 user: andy tags: trunk | |
05:05 | Fixed class names. check-in: e19408375f user: andy tags: trunk | |
05:05 | Fixed to work with the new Match class. check-in: a95b27ca43 user: andy tags: trunk | |
2015-04-28
| ||
23:20 | Fixed a couple mistakes in the names of classes used in HRSuite's HTML. check-in: 2418bcddff user: andy tags: trunk | |
22:54 | Added plugins for HRSuite, NeoGOV, and PeopleAdmin. check-in: c519944575 user: andy tags: trunk | |
22:53 | Added sample pages for HRSuite and PeopleAdmin backends/plugins. check-in: aa0a133f1e user: andy tags: trunk | |
22:53 | Added two documents, one listing school websites, and the other describing the layout/formatting of the various websites (many schools use a handful of the same backends). check-in: fee9bdf506 user: andy tags: trunk | |
22:52 | Changed default plugins to use Requests instead of httplib. check-in: f2243d8005 user: andy tags: trunk | |