Skip to content

Patch that fixes CLP and Webactions to work with Portable AllegroServe (AServe)

License

Notifications You must be signed in to change notification settings

Jaso-N7/aserve-clp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AServe-CLP v1.1

About

Patch that allows Webactions and Common Lisp Server Pages (CLP) templates to work with latest (2019) Portable AllegroServe (v1.2.60).

Currently being used in my production websites served from :aserve and using :webactions

Usage

  1. Place / copy the file clpage-patch.lisp directly into your project directory (or anywhere in your project path).
  2. Edit your .asd to similar to the following:
(defsystem "project-name"
  :version "0.1.0"
  :author "First Surname"
  :license ""
  :depends-on ("aserve" "webactions")
  :components ((:file "clpage-patch")
  ...
  1. Load your project and start using Webactions with CLP templates.

About

Patch that fixes CLP and Webactions to work with Portable AllegroServe (AServe)

Resources

License

Stars

Watchers

Forks

Packages

No packages published