CHANGELOG.txt |
CHANGELOG.txt |
|
linkchecker 7.x-1.3, August 6, 2016
-----------------------------------
* Issue #2060243 by hswong3i, hass: Split linkchecker_scan_nodetypes as content type specific.
* Issue #2651180 by hass: Ignore fragment used for ajax requests
* Upgrade outdated… |
linkchecker.admin.inc |
linkchecker.admin.inc |
|
Administrative page callbacks for the linkchecker module. |
linkchecker.batch.inc |
linkchecker.batch.inc |
|
Batch API callbacks for the linkchecker module. |
linkchecker.drush.inc |
linkchecker.drush.inc |
|
Drush interface to linkchecker functionalities. |
linkchecker.info |
linkchecker.info |
|
name = Link checker
description = "Periodically checks for broken links in node types, blocks and fields and reports the results."
configure = admin/config/content/linkchecker
core = 7.x
files[] = linkchecker.drush.inc
files[] = linkchecker.test |
linkchecker.install |
linkchecker.install |
|
Installation file for Link Checker module. |
linkchecker.module |
linkchecker.module |
|
This module periodically check links in given node types, blocks etc. |
linkchecker.pages.inc |
linkchecker.pages.inc |
|
User page callbacks for the linkchecker module. |
linkchecker.redirect.inc |
linkchecker.redirect.inc |
|
Redirect interface to linkchecker functionalities. |
linkchecker.test |
linkchecker.test |
|
Test file for Link checker module. |
README.txt |
README.txt |
|
Link Checker
------------
Installation:
1. Install linkchecker via Modules page.
2. Go to Modules and enable the "Link checker" module.
3. Go to Configuration -> Content authoring -> Link checker and enable the node types to scan.
4.… |