From: Anthony Ventimiglia
Subject: CLHP 0.2.0alpha released
Date: 
Message-ID: <87he183jx7.fsf@afghan.dogpound>
CLHP 0.2.0alpha is now available at ftp://common-lisp.net/pub/project/clhp/

CLHP (Common Lisp Hypertext Preprocessor) combines the ease of PHP
with the joys of common lisp. It basically allows Lisp code to be
embedded in XML documents using xml processing instructions <?clhp
(print "Like This") ?>. 

The biggest feature of the new release is mod_clhp which integrates
CLHP into Apache. 

Major Changes since 0.1.1 release.

**  mod_clhp
    CLHP is now integrated into Apache as a dynamic module. This
    simplifies quite a bit from both the users end and the developers
    standpoint.
**  package is built with ASDF
    This also simplifies the build process
**  REQUIRE function
    used to load external lisp files relative to the Document-root
**  *SERVER-ENV* and *QUERY-VARS are now hash-tables.
**  CLHP is a single package.
    the full package name is :net.common-lisp.aventimiglia.clhp

clhp homepage: 
http://common-lisp.net/project/clhp/


-- 
(incf *yankees-world-series-losses*)