2017 © Pedro Peláez
 

silverstripe-module silverstripe-linkcheck

image

heyday/silverstripe-linkcheck

  • Sunday, January 17, 2016
  • by heyday
  • Repository
  • 25 Watchers
  • 3 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SilverStripe Link Check

Checks managed websites for broken links and produces a report which is emailed to interested parties in PDF format., (*1)

License

SilverStripe Link Check is released under the MIT license, (*2)

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., (*3)

Running the task

Create a cronjob which runs frequently to perform checks. An example cronjob which runs weekly on Friday morning is below., (*4)

0 9 * * 5 /path/to/webroot/framework/sake LinkCheckTask

Contributing

Code guidelines

This project follows the standards defined in:, (*5)

The Versions