ssougnez / Diplo.LinkChecker

Link Checker for Umbraco 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diplo Link Checker

A Link Checker for Umbraco 7

Diplo Link Checker is a dashboard add-on for Umbraco 7 that allows an editor to easily check their site for broken or problematic links.

Features

  • Able to check an entire site, or just a section or even a single page
  • Completely asychnronous so can check multiple links simultaneously and provide real-time feedback
  • Caches link status so only checks each unique link once (within a short period)
  • Works for all types of links - external, internal, HTML, files, images and even CSS and JavaScript files
  • Provides feedback on errors with help dialogue and an overview of HTTP status codes
  • Quick edit facilty allows you to easily edit the page that contains the broken link directly within Umbraco
  • Advanced options allow you to set the timeout period, toggle between viewing all checked links and only links that have problems
  • You can whitelist HTTP codes and only report on those
  • You can also configure it to ignore ports (if you are behind a reverse proxy, for example)

Install

Package available at https://our.umbraco.org/projects/backoffice-extensions/diplo-link-checker

NuGet version at https://www.nuget.org/packages/Diplo.LinkChecker/

PM> Install-Package Diplo.LinkChecker

About

Link Checker for Umbraco 7


Languages

Language:JavaScript 36.9%Language:C# 36.8%Language:HTML 22.9%Language:CSS 2.1%Language:Batchfile 1.3%