URLs checker enhancement (bug #2959)
authorFrederic Demians <f.demians@tamil.fr>
Tue, 17 Feb 2009 09:23:13 +0000 (10:23 +0100)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 26 Feb 2009 21:06:22 +0000 (15:06 -0600)
commit64505d71188847dc465cb367ba2a95db439392d4
treecfad9c030002491d37da33923aed70e3e0ee1972
parent3f54fb1961ce959baaf97c001e74ba95839248d6
URLs checker enhancement (bug #2959)

Improve URLs checker script in the way (half way) pointed out by Galen:

- A C4::URL::Checker class handle URL checking. This class is not yet
  in a separate file in C4 directory. This class would be easily
  extended to accomodate authorities URLs checking.
- Script output can now be formatted in CSV or HTML. HTML version
  link directly to MARC biblio record editor.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
misc/cronjobs/check-url.pl