(type egg)
(signature "htmlprag egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/htmlprag" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg")) (section 2 "HTMLPrag" (p "A " (i "permissive") " HTML parser that generates SXML.")) (section 2 "Usage" (p (tt "(require-extension htmlprag)")) (p "This extension provides the module " (tt "htmlprag") ".")) (section 2 "Documentation" (p "See the " (link "http://www.neilvandyke.org/racket-html-parsing/" "official documentation for htmlprag") ".") (p "The testsuite is disabled by default, but you can enable it by unpacking the egg and editing the source as described in the htmlprag documentation.")) (section 2 "About this egg" (section 3 "Author" (p (link "http://www.neilvandyke.org/" "Neil van Dyke"))) (section 3 "API") (section 3 "Version history" (dl (dt "0.16.2") (dd "object tags are non-empty (Peter Danenberg)") (dt "0.16") (dd "sync with upstream 0.16, restrict exports (zb)") (dt "0.14") (dd "initial import from upstream"))) (section 3 "License" (pre "Copyright (c) 2003 - 2005 Neil W. Van Dyke.  This program is Free\nSoftware; you can redistribute it and/or modify it under the terms of the\nGNU Lesser General Public License as published by the Free Software\nFoundation; either version 2.1 of the License, or (at your option) any\nlater version.  This program is distributed in the hope that it will be\nuseful, but without any warranty; without even the implied warranty of\nmerchantability or fitness for a particular purpose.  See\n[[http://www.gnu.org/copyleft/lesser.html]] for details.  For other\nlicense options and consulting, contact the author.")))))
