https://github.com/driebit/mod_link_check
Link checker module for Zotonic
https://github.com/driebit/mod_link_check
Last synced: 9 months ago
JSON representation
Link checker module for Zotonic
- Host: GitHub
- URL: https://github.com/driebit/mod_link_check
- Owner: driebit
- License: apache-2.0
- Created: 2017-03-30T08:26:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T08:10:12.000Z (almost 9 years ago)
- Last Synced: 2025-06-03T04:51:04.164Z (about 1 year ago)
- Language: Erlang
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/mlc_crawler.erl
Awesome Lists containing this project
README
mod_link_check
========================
A Zotonic module for checking links within your content.
This module is part of [Ginger](http://github.com/driebit/ginger).
Features:
* Detect links and verify their current HTTP status
Configuration
-------------
These are the available configuration options you can set in the Zotonic configuration screen.
| Key | Unit | Description |
| ---------------|:-------------:| ----------------------------------------:|
| check_interval | milliseconds | How often to initiate a check |
| check_age | milliseconds | How long ago was last check before retry |
| ignore_internal| boolean | Should internal links be ignored |
Usage
-----
Currently there is only a single admin screen under Modules -> External Link Checker with a direct table display of the current data.
Status
-----
Very much a work in progress especially when it comes to the user interface.