5 projects tagged "Markup"
CL-BibTeX is a replacement for the BibTeX program, written in Common Lisp. The aim is to enable the user to format bibliographic entries using Common Lisp programs, rather than using the stack language of BibTeX style files. A compiler that transforms BibTeX style files into comprehensible Common Lisp programs is included.
HTML-TEMPLATE is a portable library for Common Lisp that can be used to fill templates with arbitrary (string) values at runtime. It is intended to be used for HTML and is loosely modeled after the HTML::Template Perl module. It translates templates into efficient closures that can be re-used as often as needed, and uses an intelligent cache mechanism that allows templates to be updated while your program is running.
Common Lisp Hypertext Preprocessor combines the ease of PHP with the joys of Common Lisp. It allows Common Lisp code to be embedded in HTML or XML using XML processing instructions. It consists of two packages, CL- CGI, which provides a small package to aid in writing CGI programs in Lisp, and CLHP, the full package, which depends on CL-CGI.