Extension iFrame View


Extension Basics

Title
iFrame View
Name
ckanext-iframeview
Type
Public extension
Description
Embed iframes for CKAN resource views. Enables embedding of external web pages within CKAN resource previews.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-10-02 06:35:10)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-iframeview

Requirements

For example, you might want to mention here which versions of CKAN this extension works with.

Installation

To install ckanext-iframeview:

  1. Activate your CKAN virtual environment, for example: . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-iframeview Python package into your virtual environment: pip install ckanext-iframeview

  3. Add iframeview to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu: sudo service apache2 reload

Config Settings

# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.iframeview.some_setting = some_default_value

Development Installation

To install ckanext-iframeview for development, activate your CKAN virtualenv and do:

git clone https://github.com/reneenoble/ckanext-iframeview.git
cd ckanext-iframeview
python setup.py develop
pip install -r dev-requirements.txt
Version
0.0.1
Version release date
(not set)
Contact name
Renee Noble
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Python 2.6/2.7 support only - likely works with CKAN 2.2-2.5

Plugins to configure (ckan.ini)
iframeview
CKAN Settings (ckan.ini)
# ckanext.iframeview.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions