heyday/silverstripe-linkcheck

There is no license information available for the latest version (1.0.0) of this package.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 27

Forks: 2

Open Issues: 2

Type:silverstripe-module

1.0.0 2013-09-17 00:01 UTC

This package is auto-updated.

Last update: 2024-02-29 02:09:39 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: