diff options
author | Ludovic Courtès | 2009-01-05 15:58:59 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-01-05 15:58:59 +0100 |
commit | 5b8d38f3c22a0e241568d70fdb6d372561683389 (patch) | |
tree | 6da498308b35636b30ab8811c5746d67da3ae79c /NEWS | |
parent | f00ddf9d153001e9f2be219af8cf804db2b06c54 (diff) | |
download | skribilo-5b8d38f3c22a0e241568d70fdb6d372561683389.tar.gz skribilo-5b8d38f3c22a0e241568d70fdb6d372561683389.tar.lz skribilo-5b8d38f3c22a0e241568d70fdb6d372561683389.zip |
html: Produce hyperlinks back to the call site of footnotes.
* src/guile/skribilo/engine/html.scm (&html-footnotes): Produce a
hyperlink to `footenote-site-...'.
(footnote): Produce an anchor named `footnote-site-...' for back
references. Suggested by Klaus Schilling <schilling.klaus@web.de>.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org> +Copyright (C) 2005, 2006, 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org> Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -14,6 +14,7 @@ Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org> ** New `--custom' compiler option ** Using `(image :url ...)' with `lout' yields a warning, not an error ** New `rss-2' input syntax, for RSS 2.0 feeds +** HTML engine: footnotes now yield hyperlinks back to the call site * New in Skribilo 0.9.1 |