Extension Data.gov.au


Extension Basics

Title
Data.gov.au
Name
ckanext-datagovau
Type
Public extension
Description
Site-specific customizations for hosting data.gov.au, including CC-BY licence defaults, embed previews, and protocol-independent links.
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-03-18 01:00:16)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-datagovau

This CKAN Extension customises a CKAN instance for the hosting of data.gov.au.

It comprises: - A custom Package edit form that defaults to cc-by licence - Replaces links with http/https protocol independent versions - Provides HTML to users to embed data previews on their own website - A cut down licenses.json file

This extension is complemented by ckanext-agls for AGLS metadata, ckanext-googleanalytics for Google Analytics tracking of API usage and ckanext-dga-stats for the customised site statistics page.

Installation

pip install -e git+https://github.com/okfn/ckanext-datagovau#egg=ckanext-datagovau

Then set ckan.plugins = datagovau in your .ini file.

Configuration

licenses_group_url = http://%(ckan.site_url)/licenses.json
# or
licenses_group_url = file://%(here)s/licenses.json

Note: This is a stale fork of datagovau/ckanext-datagovau. Last activity was March 2016.

Version
0.1
Version release date
2016-03-18
Contact name
Alex Sadleir
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Stale fork of the original datagovau/ckanext-datagovau. Set licenses_group_url for custom license configuration. Complementary extensions: ckanext-agls, ckanext-googleanalytics, ckanext-dga-stats.

Plugins to configure (ckan.ini)
datagovau datagovau_hierarchy
CKAN Settings (ckan.ini)
# licenses_group_url = file://%(here)s/licenses.json
DB migration to be executed
(not set)
<< back to Extensions