diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-30 14:40:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-30 15:47:12 -0400 |
commit | 44863ea2346eea32b3bc8b9b700101bf7ea3b32f (patch) | |
tree | 531b244f157343b56bf84a26d5f5d03c9eb9b62c /debian/changelog | |
parent | 9936c3ec32094baa2bbbb6cd57a2e942b6b06f3b (diff) | |
download | ikiwiki-44863ea2346eea32b3bc8b9b700101bf7ea3b32f.tar ikiwiki-44863ea2346eea32b3bc8b9b700101bf7ea3b32f.tar.gz |
graphviz: Support urls embedded in the graph, by having graphviz generate an imagemap.
Also, I let preview mode write real files, rather than using data: uri.
Which is ok these days, since ikiwiki tracks files created during
previewing, and cleans them up later.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 73318b269..c77fbbeef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ikiwiki (3.20111107) UNRELEASED; urgency=low * The umask setting can now be set to private, group, or public, avoiding the need to enter octal correctly which is particularly difficult in yaml setup files. (smcv) + * graphviz: Support urls embedded in the graph, by having graphviz + generate an imagemap. -- Joey Hess <joeyh@debian.org> Thu, 17 Nov 2011 18:52:23 -0400 |