-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration.yml
27 lines (21 loc) · 1.51 KB
/
configuration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Edit this file to control the behaviour of the parser
#
# The root directory of the patched Australian version of the TheyWorkForYou
# website.
# For example, Under Mac OS X this is likely to be something like:
web_root: "/Library/WebServer/Documents/openaustralia"
# Under Linux, this is likely to be something like:
#web_root: "/var/www/openaustralia-app"
html_cache_path: "/Library/WebServer/Documents/openaustralia/openaustralia-parser/html_cache"
log_path: "/Library/WebServer/Documents/openaustralia/openaustralia-parser/parser.log"
# Should hopefully not have to change anything below here
# Links to the biographies of all *current* house members and senators
current_house_members_url: "http://parlinfoweb.aph.gov.au/piweb/browse.aspx?path=Parliamentary%20Handbook%20%3E%20Biographies%20%3E%20Current%20Members"
current_senate_members_url: "http://parlinfoweb.aph.gov.au/piweb/browse.aspx?path=Parliamentary%20Handbook%20%3E%20Biographies%20%3E%20Current%20Senators"
# Links to the biographies of all *former* senators and representatives
former_members_house_and_senate_url: "http://parlinfoweb.aph.gov.au/piweb/browse.aspx?path=Parliamentary%20Handbook%20%3E%20Biographies%20%3E%20Former%20Senators%20and%20Members"
# Alternative version of biography pages for current house members
alternative_current_house_members_url: "http://www.aph.gov.au/house/members/mi-alpha.asp"
# List of electorates from website for the ABC's Q&A programme
qanda_electorate_url: "http://www.abc.net.au/tv/qanda/find-your-local-mp-by-electorate.htm"