forked from bruno/openaustralia-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yml
32 lines (25 loc) · 1.73 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
28
29
30
31
32
#
# 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/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 representatives and senators
alternative_current_house_members_url: "http://www.aph.gov.au/house/members/mi-alpha.asp"
alternative_current_senate_members_url: "http://www.aph.gov.au/Senate/senators/homepages/index.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"
# Selectively allows us to turn off and on the writing of the XML
write_xml_representatives: true
write_xml_senators: false