Menu

Tree [568358] master /
 History

HTTPS access


File Date Author Commit
 bin 2011-11-22 Ville Skyttä Ville Skyttä [568358] Set =encoding utf8 on PODs.
 etc 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 lib 2011-11-22 Ville Skyttä Ville Skyttä [568358] Set =encoding utf8 on PODs.
 site 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 t 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 .gitignore 2010-03-08 Ville Skyttä Ville Skyttä [eb25b2] Tell git to ignore stuff.
 BUGS 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 Build.PL 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 ChangeLog 2007-08-06 Ville Skyttä Ville Skyttä [21df2d] Add copyright notices.
 MANIFEST 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 META.yml 2007-04-01 Ville Skyttä Ville Skyttä [659cb6] 1.12
 Makefile.PL 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 README 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 SIGNATURE 2007-04-01 Ville Skyttä Ville Skyttä [659cb6] 1.12
 SPECS 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 TODO 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.
 test.pl 2011-11-21 Ville Skyttä Ville Skyttä [6b86bf] Remove CVS keywords.

Read Me

Welcome to gmuck!

  gmuck assists you in producing valid (X)HTML by checking CGI scripts,
  XSL stylesheets, templates, normal HTML files or [you name it] and
  reporting errors that it finds.

  It is not a replacement for real validation tools, but is handy in
  quick checks and in situations where validation of the actual generated
  markup is troublesome.

  gmuck is a line-oriented tool.  Because of that, its structural
  checking capabilities are limited, but it makes an attempt to report
  syntactical errors as well as provides some lint-like features.

  There gmuck distribution consists of the "HTML::GMUCK" module and the
  "gmuck" command line interface to it.

  See the gmuck(1) and HTML::GMUCK(3) manual pages
  (or before installation, "perldoc bin/gmuck.pod" and
  "perldoc lib/HTML/GMUCK.pod" in the dir where you unpacked gmuck),
  and ChangeLog, TODO and BUGS files for more information.

  gmuck is short for Generated MarkUp ChecKer, or Generated MUCK if you
  like.  Hmph, that's actually ambiguous, see above for a better explanation.
  But gmuck sounds cool :)

DEPENDENCIES

  gmuck should work with Perl 5.6.0 and later.  The development and
  most of the testing has been done with Perl 5.6.1, 5.8.0 and 5.8.3 
  on Linux.  If you encounter problems,  please report them, preferably
  with a suggested fix (see FEEDBACK).

  gmuck is written in pure Perl, so no C requirements.  Also, all
  platforms that Perl works on should be supported.


INSTALLATION

   Installation goes the normal way:

   perl Makefile.PL
   make
   make test
   make install


AVAILABILITY

  Source code tarballs are available from gmuck's home page at
  <http://gmuck.sourceforge.net/>.  CPAN, <http://search.cpan.org/dist/gmuck/>
  should also have the latest version.


FEEDBACK

  For all your feedback, feature requests, bug reports and patches,
  please use the facilities of the SourceForge project page at
  <URL:http://sourceforge.net/projects/gmuck/>.

  Ville Skyttä  <ville.skytta at iki.fi>


COPYRIGHT

  Copyright (C) 2001-2007  Ville Skyttä.  All rights reserved.

  gmuck is free software, you can redistribute it and/or modify it
  under the terms of The Artistic License or the GNU General Public
  License ("GPL") as published by the Free Software Foundation;
  either version 2 of the GPL, or (at your option) any later version.