Validate Web README File

22nd September, 2005

INTRODUCTION

    The python scripts in this release offer a dead link checker
    (dlc.py), a XML validator, based on libxml2 (chk_xml.py), and a
    simple XHTML validator (chk_xhtml.py).

    chk_xml.py will check an XML document for well-formedness and
    conformance to a DTD (if one is given).  chk_xhtml.py, based on
    the standard python xml.sax libraray, will only check for
    well-formedness.

    chk_xhtml.py relies on a catalog.py, which reads the local PUBLIC
    XML entity mappings to files.

    Instructions on running the python scripts can be found in the
    source.

ERRORS

    Should you encounter errors during use of these scripts, please
    email mark@hydrus.org.uk with relevant details.

LICENCE

    Copyright (C) 2005  Mark Willson

    These programs are free software; you can redistribute them and/or
    modify them under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    These programs are distributed in the hope that they will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

RELEASE HISTORY
    24th September,  2005        1.0     First public release

$Id: README,v 1.6 2005/09/24 15:08:55 mark Exp $