[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Chicken manual in Texinfo format
From: |
Alejandro Forero Cuervo |
Subject: |
Re: [Chicken-users] Chicken manual in Texinfo format |
Date: |
Fri, 1 Jun 2007 00:43:28 +0000 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
> I did in fact discover Graham's code, and I wrote some code to fill
> in the missing functionality [...].
Excellent! :-)
> How would you suggest that I go about creating a test harness for
> wiki->texi without having to create my own svnwiki site?
The following is an example of a simplistic program that converts its
input from wiki format to texi:
(use stream-wiki)
(write-stream (wiki->texi (port->stream)))
It should be noted that wiki->texi supports *a* *lot* of optional
parameters so the above example is, as I said, very simplistic.
Notably, the wiki extensions will be missing, so the parser will just
skip some tags (eg. “<br/>”). If my example above is not enough for
what you want, let me know and I'll send more information.
> Also, you might want to consider implementing the eggdoc tags, which
> I find immensely useful when writing egg documentation -- perhaps
> this would facilitate the development of egg documentation on the
> wiki. I also like how eggdoc uses SXML -- why not follow its
> approach and just have a wiki->sxml converter and then converters
> for sxml to whatever.
Can you provide a simplistic example of how an egg would be documented
in the wiki using these tags and what the actual html produced would
be?
Thanks!
Alejo.
http://azul.freaks-unidos.net/
- Re: [Chicken-users] Chicken manual in Texinfo format, (continued)
- Re: [Chicken-users] Chicken manual in Texinfo format, Adhi Hargo, 2007/05/19
- Re: [Chicken-users] Chicken manual in Texinfo format, Mario Domenech Goulart, 2007/05/20
- [Chicken-users] A Proposal for Texinfo Reference Manual, was: Re: Chicken manual in Texinfo format, Adhi Hargo, 2007/05/21
- Re: [Chicken-users] A Proposal for Texinfo Reference Manual, was: Re: Chicken manual in Texinfo format, Brandon Van Every, 2007/05/21
- [Chicken-users] Re: A Proposal for Texinfo Reference Manual, Ivan Raikov, 2007/05/25
- Re: [Chicken-users] Chicken manual in Texinfo format, Ivan Raikov, 2007/05/20
- Re: [Chicken-users] Chicken manual in Texinfo format, Graham Fawcett, 2007/05/21
- Re: [Chicken-users] Chicken manual in Texinfo format, Ivan Raikov, 2007/05/22
Re: [Chicken-users] Chicken manual in Texinfo format, Alejandro Forero Cuervo, 2007/05/31
Re: [Chicken-users] Chicken manual in Texinfo format, Adhi Hargo, 2007/05/31
Re: [Chicken-users] Chicken manual in Texinfo format, Alejandro Forero Cuervo, 2007/05/31
Re: [Chicken-users] Chicken manual in Texinfo format, Adhi Hargo, 2007/05/31
Re: [Chicken-users] Chicken manual in Texinfo format, Brandon Van Every, 2007/05/18