Assembla home | Assembla project page
 

Open Australia development of website and parser

Welcome to the development site for openaustralia.org. This is where we host the bug database for openaustralia.org.

The Open Australia software consists of two main components, the web application which is based on code from the UK site theyworkforyou.com and a web scraper / parser which was written from scratch for downloading and parsing the Hansard data from the Australian Parliament website.

All of the software is free and open source.

The web application code is licensed under a BSD type license. The web scraper / parser is licensed under the GNU Affero General Public License.

Mailing List

We have a mailing list for discussions about OpenAustralia software development. If you’re interested, please do sign up or visit the group below.

Google Groups
Subscribe to OpenAustralia Development
Email:
Visit this group

Download the software

You can browse the source code on GitHub for the parser and the web application.

To download the software that runs OpenAustralia you will need to it to get it from our source code repository. We use git for version control.

To check out the latest parser and web application code:

git clone git://github.com/mlandauer/openaustralia.git
cd openaustralia
git submodule init
git submodule update

Install Instructions

Read the install instructions online, or alternatively read them in INSTALL.textile in the openaustralia-parser download. There is also a quick guide on how to contribute code to OpenAustralia.

Bug Database

We use Trac for maintaining a list of bugs and desired features.

Open tickets grouped by component

Open tickets that need be fixed before the public launch of the beta site

Create a ticket for a bug you found or for a new feature