[version 0.9.0 ediware**20070309180009] { hunk ./CHANGELOG 1 +Version 0.9.0 +2007-03-09 +Hand down external format to included files (suggested by Igor Plekhov) + hunk ./api.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/api.lisp,v 1.20 2006/09/29 22:36:26 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/api.lisp,v 1.22 2007/03/09 13:09:16 edi Exp $ hunk ./api.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./api.lisp 63 - (external-format :default)) + (external-format *external-format*)) hunk ./api.lisp 86 - *included-files*))) + *included-files*)) + (*external-format* external-format)) hunk ./doc/index.html 10 - a { text-decoration: none; } - a.none { border:1px solid white; } - a.none:hover { border:1px solid white; } - a { border:1px solid white; } - a:hover { border: 1px solid black; } - a.noborder { border:0px } - a.noborder:hover { border:0px } + a { text-decoration: none; padding: 1px 2px 1px 2px; } + a:visited { text-decoration: none; padding: 1px 2px 1px 2px; } + a:hover { text-decoration: none; padding: 1px 1px 1px 1px; border: 1px solid #000000; } + a:focus { text-decoration: none; padding: 1px 2px 1px 2px; border: none; } + a.none { text-decoration: none; padding: 0; } + a.none:visited { text-decoration: none; padding: 0; } + a.none:hover { text-decoration: none; border: none; padding: 0; } + a.none:focus { text-decoration: none; border: none; padding: 0; } + a.noborder { text-decoration: none; padding: 0; } + a.noborder:visited { text-decoration: none; padding: 0; } + a.noborder:hover { text-decoration: none; border: none; padding: 0; } + a.noborder:focus { text-decoration: none; border: none; padding: 0; } + pre.none { padding:5px; background-color:#ffffff } hunk ./doc/index.html 327 -current version is 0.8.0. +current version is 0.9.0. hunk ./doc/index.html 386 +
+Luís Oliveira maintains a darcs +repository of HTML-TEMPLATE +at http://common-lisp.net/~loliveira/ediware/. hunk ./doc/index.html 1466 -$Header: /usr/local/cvsrep/html-template/doc/index.html,v 1.49 2006/12/12 19:31:22 edi Exp $ +$Header: /usr/local/cvsrep/html-template/doc/index.html,v 1.51 2007/03/09 13:09:18 edi Exp $ hunk ./errors.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/errors.lisp,v 1.7 2006/01/03 18:41:44 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/errors.lisp,v 1.8 2007/01/01 23:49:16 edi Exp $ hunk ./errors.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./html-template.asd 2 -;;; $Header: /usr/local/cvsrep/html-template/html-template.asd,v 1.12 2006/12/12 19:31:20 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/html-template.asd,v 1.14 2007/03/09 13:09:16 edi Exp $ hunk ./html-template.asd 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./html-template.asd 31 - :version "0.8.0" + :version "0.9.0" hunk ./html-template.system 2 -;;; $Header: /usr/local/cvsrep/html-template/html-template.system,v 1.4 2006/01/03 18:41:44 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/html-template.system,v 1.5 2007/01/01 23:49:16 edi Exp $ hunk ./html-template.system 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./load.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/load.lisp,v 1.6 2006/09/14 14:02:00 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/load.lisp,v 1.7 2007/01/01 23:49:16 edi Exp $ hunk ./load.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./packages.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/packages.lisp,v 1.18 2006/12/12 19:31:20 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/packages.lisp,v 1.19 2007/01/01 23:49:16 edi Exp $ hunk ./packages.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./specials.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/specials.lisp,v 1.22 2006/12/12 19:31:20 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/specials.lisp,v 1.24 2007/03/09 13:09:16 edi Exp $ hunk ./specials.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./specials.lisp 93 + +(defvar *external-format* :default + "The external format used when opening files.") hunk ./template.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/template.lisp,v 1.23 2006/12/12 19:31:20 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/template.lisp,v 1.24 2007/01/01 23:49:16 edi Exp $ hunk ./template.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./test.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/test.lisp,v 1.12 2006/12/12 19:31:20 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/test.lisp,v 1.13 2007/01/01 23:49:16 edi Exp $ hunk ./test.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. hunk ./util.lisp 2 -;;; $Header: /usr/local/cvsrep/html-template/util.lisp,v 1.18 2006/09/29 22:36:26 edi Exp $ +;;; $Header: /usr/local/cvsrep/html-template/util.lisp,v 1.19 2007/01/01 23:49:16 edi Exp $ hunk ./util.lisp 4 -;;; Copyright (c) 2003-2006, Dr. Edmund Weitz. All rights reserved. +;;; Copyright (c) 2003-2007, Dr. Edmund Weitz. All rights reserved. }