Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 691 Bytes

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