|
Subject: Announcing UnCommon Web version 0.0 Newsgroups: gmane.lisp.web Date: 2003-11-20 18:15:03 GMT (5 years, 32 weeks, 3 days, 23 hours and 39 minutes ago) UnCommon Web is a common lisp web application development framework. This is an alpha release, the "core" is functional but it is missing various major features (cookie and form handling come to mind) plus all the conviences (like documentation) required for a real-world web framework. Features: - Continuation based page flow control and "regular" url<->function mapping. - Component oriented UI generation will (when such components exist) allow for easy re-use of user interface elements. - Programmer freindly HTML generation via macros, designer (and designer-tool) friendly HTML generation via templating. - mod_lisp and portableaserve backends - portable (but not yet ported) across implementations and operating systems. - BSD license This release is known to work on OpenMCL 0.13 on PPC and CMUCL 18d on linux. Really Really Quick Install instructions: 1) download and install the required libs (see below) 2) make sure ASDF sees all the .asd files 3) see the exampels/run- |
|
|