Base URL
http://library.hud.ac.uk/myreading/
Main Subdirectories
[baseURL]/lists/
- base URL for all lists
- processed by MyReading::Handler mod_perl handler
[baseURL]/ajax/
- AJAX content, processed by MyReading::Ajax mod_perl handler
[baseURL]/static/
- static content (gifs, js, etc), processed by Apache
Reading List for a Specific Module
To provide a predictable URL for Blackboard…
[baseURL]/lists/modules/[moduleCode][.extension][?params]
[baseURL]/modules/[moduleCode][.extension][?params] (alias)
[moduleCode]
- e.g. ABC1234
[.extension]
- default is no extension or .html, to render a web page
- other extensions could be used to provide output in alternative formats, e.g. .xml, .csv or .json
[?params]
- any optional URL parameters to be passed
Reading Lists by List ID number
Permanent URL for all lists (e.g. can be used for non-module lists)…
[baseURL]/lists/[listID][.extension]
[listID]
- unique ID number of the list
[extension]
- …as above