Subject: CVS commit: wip/cl-who
From: Oleksandr Kozachuk
Date: 2011-02-22 17:10:33
Message id: E1Prup8-0005SL-3B@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import cl-who-0.11.1 as wip/cl-who.

CL-WHO - Yet another Lisp markup language

CL-WHO tries to create efficient code in that it makes constant strings as long
as possible. In other words, the code generated by the CL-WHO macros will
usually be a sequence of WRITE-STRING forms for constant parts of the output
interspersed with arbitrary code inserted by the user of the macro. CL-WHO will
make sure that there aren't two adjacent WRITE-STRING forms with constant
strings - see examples below. CL-WHO's output is either XHTML (default) or
'plain' (SGML) HTML depending on what you've set HTML-MODE to.


Files:
RevisionActionfile
1.1importwip/cl-who/options.mk
1.1importwip/cl-who/Makefile
1.1importwip/cl-who/distinfo
1.1importwip/cl-who/PLIST
1.1importwip/cl-who/DESCR
1.1importwip/cl-who/files/ecl-who.asd