New release CL-EMB 0.3.2
CL-EMB is a library to embed Common Lisp and special template
tags into normal text files. Can be used for dynamically
generated HTML pages.
You can download it from
http://common-lisp.net/project/cl-emb/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-emb)
Changes:
- Bugfix regarding the template tags @include and @call
The generated code wasn't correct after the API changes
in 0.3.0
_______________________________________________
cl-emb-announce site list
cl-emb-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/cl-emb-announce
Hi Peter!
On Thu, 9 Jun 2005 19:50:38 -0700, Peter Graves <peter(a)armedbear.org> wrote:
> Although in most implementations, (EQ 3 3) => true, this is not
> required by ANSI; for portability, fixnums should be compared with
> EQL. See
> http://www.lispworks.com/documentation/HyperSpec/Body/f_eq.htm (in
> particular, the third example).
>
> With the patch below (against 1.2.7), ABCL from current CVS
> completes the CL-PPCRE test suite with only the expected 3 errors.
Thanks for the patch, I've released a new version including it.
Good to know that CL-PPCRE now works with ABCL - I've added it to the
list of known-to-work implementations.
Cheers,
Edi.
_______________________________________________
cl-ppcre-announce mailing list
cl-ppcre-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-ppcre-announce
ChangeLog:
Version 0.2.0
2005-06-09
Added :DO-NOT-CACHE option to CREATE-TEMPLATE-PRINTER
Added clever DEFMETHOD trick by Peter Seibel
Fixed bug in READ-UNTIL which doesn't affect HTML-TEMPLATE
Better example in docs inspired by Bruce R. Lewis' critique on lisp-web
Mention asdf-install in docs
Added hyperdoc support
Added :HTML-TEMPLATE to *FEATURES*
Download:
<http://weitz.de/files/html-template.tar.gz>
And you thought the project was dead, right?
:)
Cheers,
Edi.
_______________________________________________
html-template-announce site list
html-template-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/html-template-announce
On Sun, 15 May 2005 15:12:41 +0200, Edi Weitz <edi(a)agharta.de> wrote:
> Maybe the easiest way to cope with old GD libs is to revert to the
> 0.4.1 situation but with GIF support being the default now?
I've now uploaded 0.4.8 which does that. No other changes so happy
users of 0.4.7 don't need to upgrade.
Cheers,
Edi.
_______________________________________________
cl-gd-announce mailing list
cl-gd-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-gd-announce
-*- outline -*-
UnCommon Web version 0.3.9 - "learning to spel"
Released 2005-05-09
This release: improves the documentation; adds a completely new
back-end; adds multi-threading support to the mod_lisp back-end; provides
a large number of bug fixes and minor improvements.
* Home page
http://common-lisp.net/project/ucw/
* Download
ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.9.tar.gzftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.9.tar.bz2
* Changes (since 0.3.7)
- rfc2388 and iterate are no longer included in distribution tarballs
but must be downloaded separately. UCW, unless the araneida backend
is used, now depends on PURI (puri.b9.com).
** System
- All the scripts and lisp files required for starting and stopping
UCW are now in the bin directory. The unused file src/bin.lisp has
been removed.
- The default log level has been turned down to avoid uninformative
messages being constantly written to the console.
** RERL
- The Content-Type header is explicitly set in the standard-server's
handle-request method.
- HTTP headers are now always passed as strings. Automatic
keyword->string conversion has been eliminated.
- The DEFAPPLICATION macro has been removed. In its place we now must
explicitly create the application object and register is with the
server at the appropiate times.
** Components
- New REDIRECT component.
- New convenience macro initialize-container.
- *debug-on-error* and *inspect-components* are now exported from the
UCW package.
** Back-ends
- All back-ends now use the ucw.backend logger, this is much simpler
than having each backend have its own logger.
- The mod_lisp backend now supports parsing mime encoded POST
data. The current API is not definitive and will change in the near
future.
- mod_lisp backend now support multiple worker threads.
- Added httpd backend.
** YACLML/TAL
- <ucw:select :multiple t now works as expected.
- New convenience tags <ucw:text, <ucw:password and <ucw:submit.
- :action attribute now allowed on regular A and INPUT tags in TAL
files.
- Fix spelling error in yaclml, enviroment is now consistently spelt
correctly.
** Documentation
- Added the wiki example.
- Improved user's manual.
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
_______________________________________________
bese-announce mailing list
bese-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/bese-announce
On Fri, 6 May 2005 18:33:37 -0500, Alan Shields <Alan-Shields(a)omrf.ouhsc.edu> wrote:
> Please find enclosed a patch which adds a lisp interface to get-pixel.
Thanks Alan,
I've released a new version (0.4.7) which includes your patch.
Cheers,
Edi.
_______________________________________________
cl-gd-announce mailing list
cl-gd-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-gd-announce
UnCommon Web version 0.3.8 - "learning to climb up ice"
Released 2005-05-03
This release: improves the documentation; adds a completely new
back-end; adds multi-threading support to the mod_lisp back-end; provides
a large number of bug fixes and minor improvements.
* Home page
http://common-lisp.net/project/ucw/
* Download
ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.8.tar.gzftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.8.tar.bz2
* Changes (since 0.3.7)
** System
- UCW will now attempt to load asdf system definitions manually if
asdf:*central-registry* isn't properly configured. This should make
it easier for lisp newbies to start with UCW.
- All the scripts and lisp files required for starting and stopping
UCW are now in the bin directory. The unused file src/bin.lisp has
been removed.
- The default log level has been turned down to avoid uninformative
messages being constantly written to the console.
** RERL
- The Content-Type header is explicitly set in the standard-server's
handle-request method.
- HTTP headers are now always passed as strings. Automatic
keyword->string conversion has been eliminated.
** Components
- New REDIRECT component.
- New convenience macro initialize-container.
- *debug-on-error* and *inspect-components* are now exported from the
UCW package.
** Back-ends
- All back-ends now use the ucw.backend logger, this is much simpler
than having each backend have its own logger.
- The mod_lisp backend now supports parsing mime encoded POST
data. The current API is not definitive and will change in the near
future.
- mod_lisp backend now support multiple worker threads.
- Added httpd backend.
** YACLML/TAL
- <ucw:select :multiple t now works as expected.
- New convenience tags <ucw:text, <ucw:password and <ucw:submit.
- :action attribute now allowed on regular A and INPUT tags in TAL
files.
** Documentation
- Added the wiki example.
- Improved users manual.
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
_______________________________________________
bese-announce mailing list
bese-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/bese-announce