On Aug 30, 2011, at 8:10 PM, John Gabriele wrote:

> On Tue, Aug 30, 2011 at 6:23 PM, Jim Ursetto <zbignie...@gmail.com> wrote:
>> 
>> Another option is to look at manual-labor, which uses svnwiki-sxml and 
>> chicken-doc-html under the hood.
> 
> Thanks. That also works nicely for me. The styling reminds me of chickadee.

Yep, chickadee uses the same backend, and manual-labor uses chickadee's CSS.

>> A further option is hyde.
> 
> At the moment, I only need a simple tool to use as a previewer for a
> potential wiki doc, but thanks for pointing it out.

Indeed, I mentioned hyde because you can put it in dynamic serving mode and let 
it do the conversion automatically for you, while you preview the results in a 
web browser.  (I.e. hit reload and it will convert the wiki doc to HTML.)  As a 
downside, you have to include a spurious empty sexpr () at the beginning of the 
document, as expected by hyde, which has to be deleted when you upload.

Actually, when I want to do previews for wiki documents, I usually just use 
chickadee.  In other words you start a local chickadee server, then run 
`chicken-doc-admin -E filename` whenever your source changes.  The rendering 
engine differs between qwiki (multidoc) and chickadee (chicken-doc-html) but 
this is rarely an issue.  They both do use the same wiki parser (svnwiki-sxml) 
as well.

Jim
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to