diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-15 16:33:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-15 16:33:02 +0000 |
commit | 65dca9f89d82cc512f1c10ac8cf70696243e650a (patch) | |
tree | 53e0c9e87da2fcd86f23a557ac2132c92b700bb6 /debian/changelog | |
parent | 68c77ef01fff197c65678f6f23a12cea66f635db (diff) | |
download | ikiwiki-65dca9f89d82cc512f1c10ac8cf70696243e650a.tar ikiwiki-65dca9f89d82cc512f1c10ac8cf70696243e650a.tar.gz |
* Rewritten rst plugin by madduck is a python program that communicates with
ikiwiki via XML RPC. This should be much faster than the old plugin that
had to fork python for every rst page render. Note that if you use
the rst plugin, you now need to have the RPC::XML perl module installed.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 760fc46f2..5250783ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,8 +17,12 @@ ikiwiki (2.10) UNRELEASED; urgency=low * Add a "createlink" class attribute to the span for wikilinks pointing to not-yet-existing pages. I don't have a useful style defined for that though. + * Rewritten rst plugin by madduck is a python program that communicates with + ikiwiki via XML RPC. This should be much faster than the old plugin that + had to fork python for every rst page render. Note that if you use + the rst plugin, you now need to have the RPC::XML perl module installed. - -- Joey Hess <joeyh@debian.org> Sat, 13 Oct 2007 19:05:42 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 15 Oct 2007 12:20:15 -0400 ikiwiki (2.9) unstable; urgency=low |