| File | Date | Author | Commit |
|---|---|---|---|
| acl-compat | 2019-07-04 |
|
[c9e535] Small bugfix |
| aserve | 2019-07-20 |
|
[cac1d6] Revert "Merge /u/dcooper8/portableaserve/ branc... |
| contrib | 2004-02-09 |
|
[d5d785] cvsignore frobbery: |
| debian | 2005-03-03 |
|
[80fd98] new debian version |
| .cvsignore | 2004-02-09 |
|
[d5d785] cvsignore frobbery: |
| ChangeLog | 2013-03-09 |
|
[559624] Quicklisp-ify paserve |
| INSTALL.lisp | 2013-01-13 |
|
[c03141] Add cautionary cerror to INSTALL.lisp |
| README | 2019-07-20 |
|
[cac1d6] Revert "Merge /u/dcooper8/portableaserve/ branc... |
| README.cmucl | 2013-03-09 |
|
[559624] Quicklisp-ify paserve |
| clean.sh | 2004-02-09 |
|
[7a8ae2] Added silly little clean-up script. |
| logical-hostnames.lisp | 2002-04-08 |
|
[125c64] Revised acl-compat logical host for MCL only. P... |
README -- This is a short description of what you will find in the subdirectories of this archive ./acl-compat/ Several ACL compatibility hacks ./aserve/ The AServe source ./debian/ Debian package files ./contrib/ Additional useful (?) code contributed by users ./logical-hostnames.lisp Some logical-pathname-translations needed by defsys ./README This file ./README.cmucl Additional documentation for CMU Common Lisp ./INSTALL.lisp Quick installation (deprecated) To run Portable AllegroServe, best install QuickLisp (http://quicklisp.org/) and evalute (ql:quickload :aserve). Loading the file aserve:example.cl and evaluating (aserve-example::start-server :port 2001) starts an AllegroServe server on http://localhost:2001 that shows off some of the things possible with AllegroServe. Depending on the Lisp implementation, it might be necessary to give additional arguments :chunking nil and/or :listeners 0, since chunked transfer encoding and multi-threading are not supported everywhere. Regards, Jochen Schmidt -- jsc@dataheaven.de http://www.dataheaven.de