aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authortycho garen <garen@tychoish.com>2012-01-30 13:49:19 -0500
committertycho garen <garen@tychoish.com>2012-01-30 13:49:19 -0500
commitf77784affdc9f05be06eb0be3c26bb81ef41ec8f (patch)
treee10c3d06efd776ecfccc8a41708221c169d21336 /doc/todo
parent01afd033cbe4d931c1354652d337f2ad456968a2 (diff)
downloadikiwiki-f77784affdc9f05be06eb0be3c26bb81ef41ec8f.tar
ikiwiki-f77784affdc9f05be06eb0be3c26bb81ef41ec8f.tar.gz
comment on haskell rebuild
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
index 733d69db0..01910a97c 100644
--- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
+++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
@@ -49,3 +49,7 @@ href="http://jaspervdj.be/hakyll">Hakyll</a>?
> that are wiki compilers. Since we know from experience that dealing
> with static compilation turns out to be one of the trickiest parts of
> ikiwiki, I'm doubtful about trying to bolt that into one. --[[Joey]]
+
+>> Haykll isn't a wiki but it does do static compilation. The missing
+>> parts are: the web interface, the wiki link processing, and page
+>> dependency stuff. -- [[tychoish]]