Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First cut at TXR Lisp translation. | Kaz Kylheku | 2023-05-28 | 1 | -331/+0 |
| | | | | | | This relies on an improvement in TXR Lisp that will be released in TXR 287: parameter macros like :key being expanded inside nested macro parameter lists. | ||||
* | downcase a tag only when it is in the same case (useful for some camel case ↵ | Manuel Giraud | 2019-06-07 | 1 | -4/+2 |
| | | | | XML tags). | ||||
* | Special variable to enable empty attribute syntax | Knut Olav Bøhmer | 2016-07-29 | 1 | -11/+11 |
| | | | | | See https://www.w3.org/TR/html-markup/syntax.html#syntax-attr-empty for spesification. | ||||
* | Add a type-check for a stream in with-html-output. | Stas Boukarev | 2013-11-17 | 1 | -0/+1 |
| | | | | Avoids confusion caused in Issue #14. | ||||
* | Merge branch 'master' of github.com:edicl/cl-who | Hans Huebner | 2013-11-17 | 1 | -1/+1 |
|\ | |||||
| * | Added missing comma to fmt attr | Jeffrey Cunningham | 2013-03-01 | 1 | -1/+1 |
| | | |||||
* | | fix a style-warning | Hans Huebner | 2012-12-27 | 1 | -1/+2 |
|/ | |||||
* | Fix problems with declaration processing (Stas Boukarev) | Hans Huebner | 2012-09-04 | 1 | -1/+5 |
| | |||||
* | declaration are supported per cl-who docs. This patch detect them and put ↵ | Ala'a Mohammad Alawi | 2012-04-27 | 1 | -2/+6 |
| | | | | them in proper place | ||||
* | *HTML-NO-INDENT-TAGS* | Nikodemus Siivola | 2012-04-09 | 1 | -7/+8 |
| | | | | | | | | Tags in this list don't have their body indented even if *INDENT* is true. <pre> in particular is indentation sensitive, and it's irritating when rendering changes as :indent is flipped. | ||||
* | delete trailing whitespace | Nikodemus Siivola | 2012-04-09 | 1 | -3/+3 |
| | |||||
* | HTML5 support | Edi Weitz | 2010-10-12 | 1 | -4/+8 |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4618 4281704c-cde7-0310-8518-8e2dc76b1ff0 | ||||
* | Patch from Slawek Zak | Edi Weitz | 2009-03-26 | 1 | -2/+5 |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4343 4281704c-cde7-0310-8518-8e2dc76b1ff0 | ||||
* | Dev version | Edi Weitz | 2009-03-09 | 1 | -277/+93 |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4336 4281704c-cde7-0310-8518-8e2dc76b1ff0 | ||||
* | Rename to version-less name | Edi Weitz | 2009-03-09 | 1 | -0/+499 |
git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4335 4281704c-cde7-0310-8518-8e2dc76b1ff0 |