Extension The Data Place


Extension Basics

Title
The Data Place
Name
ckanext-tdp
Type
Public extension
Description
CKAN extension with The Data Place default customisations including styled homepage layout, dataset spotlight, customisable colors and hero image, using PostCSS.
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-06-25 00:00:00)
Url to repo
Category
Corporate & Business


Background Infos

Description (long)
Show details

ckanext-tdp

The Data Place customisations for CKAN.

This CKAN extension contains all the default customisations for The Dataplace, provided on all CKAN instances they host.

Features

  • The Dataplace flavoured styling, with customisable color and hero image
  • Updated homepage layout, with dataset spotlight (most viewed, recently updated & added) and partner logos
  • Modular CSS architecture loosely based on SMACSS, using PostCSS and PostCSS CLI
  • PostCSS uses Sugarss syntax and linted with stylelint
  • Source mapping enabled for debugging

Configuration

  • ckanext.tdp.stylesheet_name - default: “default”
  • ckanext.tdp.primary_colour - hex color for primary theme color
  • ckanext.tdp.hero_image_url - URL to hero image

Installation

  1. Install: pip install ckanext-tdp
  2. Add tdp to ckan.plugins
  3. Restart CKAN

License

AGPL-3.0

Version
0.2.4
Version release date
(not set)
Contact name
The Data Place
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Uses PostCSS with Sugarss syntax for CSS processing. Customisable colors and hero image.

Plugins to configure (ckan.ini)
tdp
CKAN Settings (ckan.ini)
# ckanext.tdp.stylesheet_name = default
# ckanext.tdp.primary_colour =
# ckanext.tdp.hero_image_url =
DB migration to be executed
(not set)
<< back to Extensions