Extension EDS News


Extension Basics

Title
EDS News
Name
ckanext-edsnews
Type
Public extension
Description
CKAN extension by Keitaro providing basic news display functionality for CKAN portals.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-07 14:26:16)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-edsnews

The edsnews extension for CKAN provides a basic news display functionality within a CKAN instance. This extension allows portal administrators to create and display news items on the data portal.

Features

  • Basic news display functionality
  • Integration with CKAN portal frontend
  • News management for portal administrators

Installation

To install ckanext-edsnews:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-edsnews Python package into your virtual environment:

    pip install -e git+https://github.com/keitaroinc/ckanext-edsnews.git#egg=ckanext-edsnews
    
  3. Add edsnews to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

Development Installation

To install ckanext-edsnews for development:

git clone https://github.com/keitaroinc/ckanext-edsnews.git
cd ckanext-edsnews
python setup.py develop
pip install -r dev-requirements.txt

License

AGPL-3.0 license

Developed by Keitaro Inc.

Version
0.0.1
Version release date
2021-04-07
Contact name
Keitaro Inc
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘edsnews’ to ckan.plugins. Provides basic news display functionality for CKAN portals.

Plugins to configure (ckan.ini)
edsnews
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions