Croquemort support for uData


Keywords
udata, croquemort
License
Other
Install
pip install udata-croquemort==2.0.1

Documentation

uData-croquemort

This plugin provides integration between uData and Croquemort link checker.

Compatibility

udata-croquemort requires Python 2.7+ and uData.

Installation

Install uData.

Remain in the same virtual environment (for Python) and use the same version of npm (for JS).

Install udata-croquemort:

pip install udata-croquemort

Modify your local configuration file of udata (typically, udata.cfg) as following:

PLUGINS = ['croquemort']
LINKCHECKING_DEFAULT_LINKCHECKER = 'croquemort'
CROQUEMORT_URL = 'http://localhost:8000'
CROQUEMORT_NB_RETRY = 10
CROQUEMORT_DELAY = 1