newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on November 06, 2002, 02:31:44 PM

Title: new CGI example newLISP Blog
Post by: Lutz on November 06, 2002, 02:31:44 PM
A Blog program written in newLISP. Posts are stored in XML, no database required. Check it out at:



//http://nuevatec.com/blog



and download it at



//http://newlisp.org/download/newlisp-blog-10.tgz



the included file "cgi.lsp" contains the most common used CGI subroutines for gettting POST and GET parameters and getting and setting cookies.



Lutz