This is the top-level directory for Internet Meta Humble Objects, a
developer toolkit for writing dynamic Web applications using Common
Lisp.

See the INSTALL file for information on installing this software.

* Orientation

Most of the code for the framework is in this directory.
Subdirectories are:

  doc           tutorial and reference manual (DocBook SGML sources)

  example       a few examples which provide an idea of how to go about
                using this framework.

  apache        mod_webapp, an Apache to lisp connector derived from
                'mod_webapp' in Apache/Jakarta/Tomcat (?) sources

  debian        materials for buiding the Debian package

  experimental  some experiemental stuff, not ready for prime time


* Supported Interpreters

IMHO only supports CMUCL at this time.  We are willing to support
other Common Lisp interpreters (especially free ones), but volunteers
would be needed not just for the initial patches, but also for ongoing
support.


* Getting the latest IMHO

The IMHO home page is <URL:http://alpha.onshored.com/lisp-software/>.

You can download the sources from CVS using a CVSROOT of
':pserver:anoncvs@alpha.onshore-devel.com:/cvs'.  Do the following
steps:

  cvs -d :pserver:anoncvs@alpha.onshored.com:/cvs login
  # password is 'anoncvs'
  cvs -d :pserver:anoncvs@alpha.onshored.com:/cvs co imho


* Feedback

IMHO discussions are usually held on the LispWeb mailing list,
<URL:http://www.red-bean.com/mailman/listinfo/lispweb>.

Bug reports and patches should be submitted at
<URL:http://bugs.onshored.com/>.

