manakai

mklinktypelist.pl - The link type list generator for the Whatpm conformance checker

_LinkTypeList.pm - The link type list for the Whatpm conformance checker

SYNOPSIS

Generation:

  $ make update-_LinkTypeList.pm _LinkTypeList.pm

DESCRIPTION

The _LinkTypeList.pm Perl module file contains a list of link types that might be used formally in HTML rel attributes, conforming or non-conforming, according to the Web Applications 1.0 specification. This Perl module is referenced from the Whatpm DOM conformance checker, i.e. Whatpm::ContentChecker.

The mklinktypelist.pl script is the script that is used to generate the _LinkTypeList.pm from the list of available link rel extensions in the WHATWG Wiki. The script can be invoked by using the make command as mentioned in the "SYNOPSIS" section.

WILLFUL VIOLATIONS

As the WHATWG Wiki is freely editable by any interested party, it might sometimes include broken or incorrect data that are inappropriate for the conformance checker implementation. Rather than complying with the spec literally, we choose to willfully violate such broken data from the wiki page. Specifically,

SEE ALSO

Makefile.

Whatpm::ContentChecker.

Web Applications 1.0 - Link types <http://www.whatwg.org/specs/web-apps/current-work/complete.html#linkTypes>.

RelExtensions

WHATWG Wiki <http://wiki.whatwg.org/wiki/RelExtensions>.

AUTHORS

The author of mklinktypelist.pl is Wakaba <wakaba@suikawiki.org>.

Authors of the "RelExtensions" page in the WHATWG Wiki, from which the _LinkTypeList.pm Perl module is generated, are WHATWG contributors. For the revision history of the wiki pgae, see <http://wiki.whatwg.org/index.php?title=RelExtensions&action=history>.

LICENSE

Copyright (C) 2006 The WHATWG Contributors

Copyright 2007-2022 Wakaba <wakaba@suikawiki.org>.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

(So-called "MIT license". Source: "WHATWG Wiki:Copyrights" <http://wiki.whatwg.org/wiki/WHATWG_Wiki:Copyrights>)