UnCommon Web
Download
Boxset
The UCW
boxset is a single tarball containing all the code
required to run ucw. It is the easiest way to try out
and get started with UCW Just download it, unpack it
somewhere and load the included start.lisp file. The
UCW boxset does not install any files outside of its
own directory.
NB: The UCW boxset is regenerated daily from the
latest development sources for 15 libraries, it may
occasionaly be in a broken state.
Dev
The latest version of UCW is in the darcs
repository
at: http://common-lisp.net/project/ucw/repos/ucw_dev.
$ darcs get http://common-lisp.net/project/ucw/repos/ucw_dev
To update your copy of the code simply do:
$ darcs pull
You will be asked which available patches (if any)
you'd like to apply. You can either look at each patch
and apply only the ones with changes you want or have
faith in me and apply them all.
Public
This is a world writable darcs repository. It
contains new and interesting patches which haven't yet
been moved over to the main repository.
$ darcs get http://uncommon-web.com/repos/ucw_public
presentations
An advanced presentation based CRUD interface for UCW.
$ darcs get http://common-lisp.net/project/ucw/repos/ucw-presentations
ucw+
An event based web programming system built ontop of ucw.
$ darcs get http://www.core.gen.tr/projects/ucw+/
Note: ucw+ requires a different version of yaclml. In order to get correct version of yaclml:
$ darcs get http://www.core.gen.tr/projects/yaclml/
darcsweb
All the ucw repos are viewable
through darcsweb
|