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: John Gabriele
Subject: Re: [Chicken-users] script to generate html from wiki-formatted text?
Date: Tue, 30 Aug 2011 17:35:39 -0400

On Tue, Aug 30, 2011 at 4:13 PM, Mario Domenech Goulart
<address@hidden> wrote:
> Hi John,
>
> On Tue, 30 Aug 2011 16:15:20 -0400 John Gabriele <address@hidden> wrote:
>
>> Does anyone have (or would anyone whip up?) a script for converting
>> wiki markup to html? Something to be used like:
>>
>>     chicken-wiki-to-html foo.txt > foo.html
>
> Here's one: http://parenteses.org/mario/misc/wiki2html.scm

Thanks, Mario!

It requires that I install qwiki, but installation failed because it
couldn't locate `apr-1-config`. I'm on Ubuntu, and so installed
libapr1-dev. Tried `chicken-install qwiki` again. Got a little
further, but...

Failed again, this time it seemed to be svn-client that was having a
problem. I got:

~~~~
In file included from svn-client.c:13:
svn-client-base.c:5:22: error: svn_auth.h: No such file or directory
svn-client-base.c:6:24: error: svn_client.h: No such file or directory
svn-client-base.c:7:24: error: svn_config.h: No such file or directory
...
~~~~

Looked like I might need libsvn-dev, so installed that and tried again.

Success!

Do egg doc pages generally list external prereqs (such as how qwiki
required libapr1-dev and libsvn-dev)? Should I add a "Prerequisites"
section to the doc for qwiki?

Thanks again,
---John



reply via email to

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