Extension Datacatalogs


Extension Basics

Title
Datacatalogs
Name
ckanext-datacatalogs
Type
Public extension
Description
CKAN datacatalogs.org theme
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-02-04 09:24:58)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

CKAN - datacatalogs.org theme

This is the custom CKAN theme used on http://datacatalogs.org.

Installation and Activation

To install the plugin, enter your virtualenv and install the source:

$ pip install hg+http://bitbucket.org/okfn/ckanext-datacatalogs

This will also register a plugin entry point, so you now should be able to add the following to your CKAN .ini file:

ckan.plugins = datacatalogs

After you reload the site the plugin should be available.

Configuration

You should also add the following to the app:main section of your config file:

ckan.site_title = datacatalogs.org
ckan.site_logo = /ckanext-datacatalogs/images/datacatalogs.png
package_edit_return_url = /catalog/<NAME>
package_new_return_url = /catalog/<NAME>

To prevent non-sysadmins from being able to create packages, run:

paster roles -c datacatalogs.ini deny anon_editor create-package
paster roles -c datacatalogs.ini deny editor create-package

Tests

From the ckanext-catalog directory, run:

$ nosetests --ckan
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
datacatalogs After you reload the site the plugin should be available
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions