diff options
author | tycho garen <garen@tychoish.com> | 2012-01-30 13:49:19 -0500 |
---|---|---|
committer | tycho garen <garen@tychoish.com> | 2012-01-30 13:49:19 -0500 |
commit | f77784affdc9f05be06eb0be3c26bb81ef41ec8f (patch) | |
tree | e10c3d06efd776ecfccc8a41708221c169d21336 /doc/todo | |
parent | 01afd033cbe4d931c1354652d337f2ad456968a2 (diff) | |
download | ikiwiki-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.mdwn | 4 |
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]] |