|
From: | Nelson Castillo |
Subject: | Re: [Chicken-hackers] egg-post-commit |
Date: | Wed, 7 Mar 2007 12:06:09 -0500 |
I thought that you are (or were) converting the wiki source to HTML yourself upon commit; I was wondering if that functionality could be integrated into svnwiki or stream-wiki so you don't have to do it yourself, and so it would look exactly like the wiki.
hey :) There used to be a binary that allowed you to generate static HTML files from a file with wiki syntax. I'll ask Alejandro fot it. I think it's quite easy to do that. (use stream-wiki) (define (convert-to-html f) (stream->string (wiki->html (port->stream (open-input-file f))))) (write (convert-to-html "test")) I'll ask Alejandro. Regards, Nelson.- -- http://arhuaco.org http://emQbit.com
[Prev in Thread] | Current Thread | [Next in Thread] |