Extension Widgets


Extension Basics

Title
Widgets
Name
ckanext-widgets
Type
Public extension
Description
The **Widgets** extension for CKAN enables the creation of embeddable widgets for dataset views, al
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-02-12 09:30:32)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

Ckanext-widgets (español)

This is a CKAN extension to create embedabble responsive widgets of the dataset views in other sites in the route (/dataset/{id}/widget). This is WIP.

This extension supports CKAN 2.2 and up.

Installation / Setup

  1. Install the CKAN extension to your local environment.

    (pyenv) $ pip install -e git+https://github.com/CodeandoMexico/ckanext-widgets.git@master#egg=ckanext-widgets
    
  2. Activate the plugin in your config.ini by adding the extension.

    ckan.plugins =  ckanext-widgets
    

Questions or issues?

We keep the project’s conversation in our issues page. If you have any other question you can reach us at equipo@codeandomexico.org.

Contribute (español)

We want this project to be the result of a community effort. You can collaborate with code, ideas and bugs. Read our CONTRIBUTE file.

Core Team

This project is an initiative of Codeando México.

The core team: - Noé Domínguez Porras - Miguel Ángel Gordian

License

Section to add the license. The default license is AGPL-3.0. Might vary depending of the project. Example:

Available under the license: GNU Affero General Public License (AGPL) v3.0. Read the document LICENSE for more information

Created by Codeando México, 2014.

alt text

Version
Version release date
(not set)
Contact name
[Codeando México](http://www.codeandomexico.org), 2014.
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

/ Setup

  1. Install the CKAN extension to your local environment.

    (pyenv) $ pip install -e git+https://github.com/CodeandoMexico/ckanext-widgets.git@master#egg=ckanext-widgets
    
  2. Activate the plugin in your config.ini by adding the extension.

    ckan.plugins =  ckanext-widgets
    
Plugins to configure (ckan.ini)
ckanext
CKAN Settings (ckan.ini)
# ckan.plugins =  ckanext-widgets
DB migration to be executed
(not set)
<< back to Extensions