Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1.1
-
Fix Version/s: None
-
Component/s: Administration
-
Labels:None
-
Environment:All
-
Database:Any
-
Affected Branches:MOODLE_11_STABLE
Description
Dead links can be quite a headache. How about a utility module which could be run overnight as a cron task. It could check the HTML links in mdl_resources and email the administrator with references to broken links by course short/fullname and resource title.
If you were to add a field to record the original author at the time of creation, they could get an email as well.
From memory, it's an HTTP GET to each address - 404 and it ain't there any more. Might be possible to enhance the functionality by recovering and storing date/time info - that way, you could indicate potential changes to content as well as dead links. Don't forget that it may be necessary to access the web via a proxyaddress:portnum config, but to be really whizzy, you could accommodate proxy configuration files (.PAC) as well (but not essential).
Interesting in working on this plugin if it's not yet completed.