Extension Deadoralive


Extension Basics

Title
Deadoralive
Name
ckanext-deadoralive
Type
Public extension
Description
A CKAN extension for the Dead or Alive link checker service
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-10-30 15:40:07)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

Build Status Coverage Status Latest Version Downloads Supported Python versions Development Status License

ckanext-deadoralive

ckanext-deadoralive is a CKAN extension for the Dead or Alive link checker service. It provides the API that enables a CKAN site to be checked by the link checker, handles saving the results posted by the link checker in CKAN’s database and adds various broken link reports to the CKAN site.

Features and screenshots: seanh.cc/posts/ckanext-deadoralive

Requirements

Tested with CKAN 2.2 and Python 2.7. Python 2.6 is not supported!

Installation and Usage

  1. Activate your CKAN virtualenv and then:

    pip install ckanext-deadoralive
    
  2. Add deadoralive to the ckan.plugins setting in your CKAN config file.

  3. Create a user account for the link checker to use.

    Before you can run the link checker service you need a CKAN user account for it to use. I recommend creating a new user account just for the link checker rather than using an admin account, so the link checker can run with as few privi

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
deadoralive
CKAN Settings (ckan.ini)
# ckanext.deadoralive.authorized_users = deadoralive
# ckanext.deadoralive.recheck_resources_after = 24
# ckanext.deadoralive.resend_pending_resources_after = 2
# ckanext.deadoralive.broken_resource_min_fails = 3
# ckanext.deadoralive.broken_resource_min_hours = 36
# ckanext.deadoralive.recheck_resources_after = 0
# ckanext.deadoralive.broken_resource_min_hours = 0
# ckanext.deadoralive.resend_pending_resources_after = 0
DB migration to be executed
(not set)
<< back to Extensions