heyday / silverstripe-linkcheck
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 28
Forks: 2
Open Issues: 2
Type:silverstripe-module
Requires
- php: >=5.3.2
- composer/installers: 1.0.0
- heyday/silverstripe-wkhtml: 1.0.*
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
Requires (Dev)
- composer/composer: 1.0.0-alpha6
- pdepend/pdepend: 1.1.*
- phploc/phploc: dev-master
- phpmd/phpmd: 1.4.*
- sami/sami: dev-master
This package is auto-updated.
Last update: 2024-10-29 03:38:06 UTC
README
Checks managed websites for broken links and produces a report which is emailed to interested parties in PDF format.
License
SilverStripe Link Check is released under the MIT license
Installation
$ composer require silverstripe-linkcheck
How to use
Setting up checks
Set up a Link Check site in /admin/linkcheck/
filling out the name and URL to check. Add email addresses to send the
results to.
Running the task
Create a cronjob which runs frequently to perform checks. An example cronjob which runs weekly on Friday morning is below.
0 9 * * 5 /path/to/webroot/framework/sake LinkCheckTask
Contributing
Code guidelines
This project follows the standards defined in: