From 5b8d38f3c22a0e241568d70fdb6d372561683389 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 5 Jan 2009 15:58:59 +0100 Subject: 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 . * NEWS: Update. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e5e860a..514541f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Copyright (C) 2005, 2006, 2007, 2008 Ludovic Courtès +Copyright (C) 2005, 2006, 2007, 2008, 2009 Ludovic Courtès 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 ** 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 -- cgit v1.2.3