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

2011-09-02 Thread John Gabriele
On Thu, Sep 1, 2011 at 6:04 AM, Christian Kellermann wrote: > > Ok, I will start hacking on this. > Thanks! (set! Christian (+ Christian 1)) :) ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-

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

2011-09-01 Thread Alan Post
On Thu, Sep 01, 2011 at 12:04:58PM +0200, Christian Kellermann wrote: > * felix winkelmann [110901 11:58]: > > > Maybe adding a simple clause like: > > > > > > (depends-on-external "libexif" source: "http://libexif.sf.net";) > > > > > > to the .meta file (of libexif in this case) which can be qu

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

2011-09-01 Thread Felix
> Maybe adding a simple clause like: > > (depends-on-external "libexif" source: "http://libexif.sf.net";) > > to the .meta file (of libexif in this case) which can be queried by > chicken-install. > > So the user has a chance to get a complete list of all dependencies in > advance instead of ha

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

2011-09-01 Thread Christian Kellermann
* felix winkelmann [110901 11:58]: > > Maybe adding a simple clause like: > > > > (depends-on-external "libexif" source: "http://libexif.sf.net";) > > > > to the .meta file (of libexif in this case) which can be queried by > > chicken-install. > > > > So the user has a chance to get a complete

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

2011-09-01 Thread Christian Kellermann
* Alaric Snell-Pym [110901 11:27]: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/01/2011 10:08 AM, Peter Bex wrote: > > > If you have suggestions on how to improve this without listing all the > > package names of all the distributions out there, that would of course > > be much ap

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

2011-09-01 Thread Alaric Snell-Pym
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/2011 10:08 AM, Peter Bex wrote: > If you have suggestions on how to improve this without listing all the > package names of all the distributions out there, that would of course > be much appreciated! I suppose the only widely portable way t

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

2011-09-01 Thread Peter Bex
On Tue, Aug 30, 2011 at 05:35:39PM -0400, John Gabriele wrote: > > 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" >

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

2011-08-30 Thread Jim Ursetto
On Aug 30, 2011, at 8:10 PM, John Gabriele wrote: > On Tue, Aug 30, 2011 at 6:23 PM, Jim Ursetto 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 chickade

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

2011-08-30 Thread John Gabriele
On Tue, Aug 30, 2011 at 6:23 PM, Jim Ursetto wrote: > John, > 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. > A further option is hyde. At the moment, I only

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

2011-08-30 Thread Jim Ursetto
John, Another option is to look at manual-labor, which uses svnwiki-sxml and chicken-doc-html under the hood. A further option is hyde. Jim On Aug 30, 2011, at 3:13 PM, Mario Domenech Goulart wrote: > Hi John, > > On Tue, 30 Aug 2011 16:15:20 -0400 John Gabriele wrote: > >> Does anyone have

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

2011-08-30 Thread John Gabriele
On Tue, Aug 30, 2011 at 4:13 PM, Mario Domenech Goulart wrote: > Hi John, > > On Tue, 30 Aug 2011 16:15:20 -0400 John Gabriele 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

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

2011-08-30 Thread Mario Domenech Goulart
Hi John, On Tue, 30 Aug 2011 16:15:20 -0400 John Gabriele 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 >

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

2011-08-30 Thread John Gabriele
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 (BTW, the Chicken wiki uses qwiki, correct?) Thanks, ---John ___ Chicken-users mailing list