[updates for new stuff in 0.51 dan**20010107024829] { hunk ./doc/index.html 18 -
  • Too much free time +
  • db-sockets hunk ./doc/index.html 25 +

    News

    + +

    Sun Jan 7 02:31:10 GMT 2001: Araneida 0.51 released. This +adds better support for conditional GET and If-Modified-Since headers, +some speed improvements to the sexp-to-HTML convertor, and a new +pattern-based sexp rewriting engine, so that you can for example write + +

    +(define-page
    + ((merge-url *araneida-url* "/rewritten")
    +  :patterns example-patterns
    +  :changed-time (get-universal-time))
    + '(page
    +   (title "foo")
    +   (body (h1 "title") (p "hello " (red "red") " world")))))
    +
    + +and have it transformed into HTML in a fairly arbitrary (and more +general than CSS) fashion. See example 6 in main.lisp for details (including the +definiton of the rewriting patterns) and /rewritten for the output + hunk ./doc/index.html 83 - >Tarchive on master site + >Tarchive on master site (currently version 0.51) hunk ./doc/index.html 101 -$Date: 2000/02/18 15:01:00 $
    Daniel Barlow
    +$Date: 2001/01/07 02:48:29 $
    Daniel Barlow
    }