Skip to content

Commit

Permalink
make readme and license match other projects more closely
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Nov 29, 2014
1 parent eeb76ad commit 9ed9261
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
File renamed without changes.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -10,7 +10,7 @@ This repository contains a master Django project, documentation, and a demo app.
* [represent-reps](http://github.com/rhymeswithcycle/represent-reps)
* [represent-postcodes](http://github.com/rhymeswithcycle/represent-postcodes)

While the Canada site doesn't currently use it, there's a plugin project to provide colourful district map tiles:
There's also a package to provide colourful district map tiles:

* [represent-maps](http://github.com/tauberer/represent-maps)

Expand All @@ -22,7 +22,7 @@ Follow the instructions in the [Python Quick Start Guide](https://github.com/ope

Create a database using the PostGIS template:

createdb -h localhost boundaryservice -T template_postgis
createdb -h localhost represent -T template_postgis

Install the project:

Expand All @@ -49,12 +49,10 @@ You can launch a development server with:
mkdir data
ln -s /path/to/represent-canada-data/ data/shapefiles

To load the data into the API, see the documentation for the boundaries, representatives, and postcodes packages.
To load the data into the API, see the boundaries, representatives, and postcodes packages.

## International Use
## Bugs? Questions?

Apart from the postcode component, which is optional and simple to rewrite, we've tried to avoid any Canada-specific code in this project. We hope reusing our code isn't too difficult, and would love to hear about international project using this code.
This repository is on GitHub: [http://github.com/opennorth/represent-canada](http://github.com/opennorth/represent-canada), where your contributions, forks, bug reports, feature requests, and feedback are greatly welcomed.

## Contact

Please use [GitHub Issues](http://github.com/opennorth/represent-canada/issues) for bug reports, feature requests, etc. You may also contact [represent@opennorth.ca](mailto:represent@opennorth.ca).
Copyright (c) 2012 Open North Inc., released under the MIT license

0 comments on commit 9ed9261

Please sign in to comment.