toastnz/externallinks

Module which tracks external broken links in SilverStripe CMS page content field and HTMLText field in toast blocks

Installs: 134

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Type:silverstripe-vendormodule

1.2 2022-06-29 01:54 UTC

This package is auto-updated.

Last update: 2024-03-29 04:33:39 UTC


README

Introduction

The external links module is a task and ModelAdmin to track and to report on broken external links. This module can also check the blocks HTMLText fields.

It's based on Silverstripe External Links, but including the Blocks HTMLText fiedls.

https://github.com/silverstripe/silverstripe-externallinks

Requirements

  • SilverStripe ^4.0
  • Silverstripe External Links (silverstripe/externallinks)

Features

  • Add external links to broken links reports
  • Add a task to track external broken links
  • Add HTMLText fields inside blocks external broken links to broken links reports

Installation

  1. Require the module via composer: composer require toastnz/externallinks
  2. Run /dev/build in your browser to rebuild the database.
  3. Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinksWithBlocksTask to check for broken external links(including blocks html text fields)

Generate report

Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinksTask to check your site for external broken links each time to generate the report.

Queued job

This function is under development, please use dev task only.