Changeset main,5 for main/dso-tags.asd


Ignore:
Timestamp:
06/09/2008 09:54:47 PM (18 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tags
revision id:
dsowen@fugue88.ws-20080609215447-gufu5u9zswt1bhng
Message:
  • Added DEFTAG
  • Documented EXPAND-TAG
  • Added XML-escaping functions
  • Improved XML-escaping in RENDER-TAG
  • Fixed bug dealing with reusing data structures (changed an NCONC to an APPEND)
  • Bundled an XHTML tag which outputs the right doctype and namespace for XHTML 1.0 Strict
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/dso-tags.asd

    r4 r5  
    22
    33#|
    4 Copyright (C) 2008  David Owen
     4Copyright (C) 2008  David Owen <dsowen@fugue88.ws>
    55
    66This program is free software: you can redistribute it and/or modify
     
    1919
    2020(asdf:defsystem #:dso-tags
    21   :depends-on (#:cl-ppcre)
     21  :depends-on (#:cl-ppcre #:dso-util)
    2222  :components ((:file "tags")))
Note: See TracChangeset for help on using the changeset viewer.