Skip to content

Commit

Permalink
Merge branch 'develop' of /home/git/repositories/ogdsquad/ckanext-ogdch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Sep 15, 2013
2 parents 0b22d09 + 1a789fc commit 43c2154
Show file tree
Hide file tree
Showing 28 changed files with 2,076 additions and 399 deletions.
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ckanext-ogdch
=============

CKAN templates and translations for opendata.admin.ch

## Installation

Use `pip` to install this plugin. This example installs it in `/home/www-data`

```bash
source /home/www-data/pyenv/bin/activate
pip install -e git+https://github.com/ogdch/ckanext-ogdch.git#egg=ckanext-ogdch --src /home/www-data
cd /home/www-data/ckanext-ogdch
python setup.py develop
```

Make sure to add `ogdch` to `ckan.plugins` in your config file.
Binary file added ckanext/ogdch/i18n/de/LC_MESSAGES/ckan.mo
Binary file not shown.
254 changes: 145 additions & 109 deletions ckanext/ogdch/i18n/de/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

Binary file added ckanext/ogdch/i18n/en/LC_MESSAGES/ckan.mo
Binary file not shown.
Loading

0 comments on commit 43c2154

Please sign in to comment.