chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] script to generate html from wiki-formatted text?


From: Jim Ursetto
Subject: Re: [Chicken-users] script to generate html from wiki-formatted text?
Date: Wed, 31 Aug 2011 00:11:09 -0500

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

> On Tue, Aug 30, 2011 at 6:23 PM, Jim Ursetto <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]