Skip to content

helpfulrobot/heyday-silverstripe-linkcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Link Check

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:

About

A small module to check and report on broken web links.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%