Phtml has been ASDF packaged and cleaned from ACL-specific stuff by Nick Allen. It should work at least in ACL and SBCL.
Download
GitLab: https://gitlab.common-lisp.net/cl-couch/phtml
Comments
Max Mouratov wonders if there is any difference between phtml and CL-HTML-Parse. At first glance these packages seem identical. Unnecessary duplication?
- Yes: Nearly identical to CL-HTML-Parse—with a few small differences.
- Line 946 of phtml.lisp: Here CL-HTML-Parse allows content in :button.
- Line 1043 of phtml.lisp: Here CL-HTML-Parse has cadr instead of rest.
LLGPL