Extension System Info (EDS News)


Extension Basics

Title
System Info (EDS News)
Name
ckanext-systeminfo
Type
Public extension
Description
CKAN extension providing news functionality originally developed for the Energinet project, with configurable news display, pagination, and subscription support. Note: Repository contains ckanext-edsnews code despite being named ckanext-systeminfo.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-08 00:00:00)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-edsnews

Extension that provides basic news functionality for the Energinet project.

Note: This repository is named ckanext-systeminfo but actually contains the ckanext-edsnews extension code.

Requirements

CKAN 2.6+

Installation

  1. Activate your CKAN virtual environment
  2. Install the ckanext-edsnews Python package: pip install ckanext-edsnews
  3. Add edsnews to the ckan.plugins setting
  4. Restart CKAN

Config Settings

ckanext.edsnews.news_show_limit = 10    # default max 10
ckanext.edsnews.pagination_limit = 5    # default max 5
ckanext.edsnews.recent_news_limit = 5   # default max 5
ckanext.edsnews.truncate_limit = 100    # default: 100

Development Installation

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

Running the Tests

nosetests --nologcapture --with-pylons=test.ini

License

AGPL-3.0

Version
1.3.0
Version release date
2018-07-10
Contact name
Keitaro Inc
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Repository contains ckanext-edsnews code despite being named ckanext-systeminfo. Provides news functionality with configurable display limits.

Plugins to configure (ckan.ini)
edsnews
CKAN Settings (ckan.ini)
# ckanext.edsnews.news_show_limit = 10
# ckanext.edsnews.pagination_limit = 5
# ckanext.edsnews.recent_news_limit = 5
# ckanext.edsnews.truncate_limit = 100
DB migration to be executed
(not set)
<< back to Extensions