
HtmlPrag: Pragmatic Parsing of HTML to SXML
Quote:
> I saw you using an inline document format, please where could I find
> more information on that? Thank you!
Sorry, I should've included a note about the doc format...
The format is largely Texinfo, run through a preprocessor called
Funcelit that adds some new constructs and inserts some boilerplate that
causes docs to be typeset as articles rather than books (and HTML
one-pagers, rather than HTML multi-pagers). Funcelit was kludged up as
one of my first programs in Guile, for which Texinfo was particularly
appropriate. I'm currently only using Funcelit as a stopgap measure til
I find or make a better literate programming format (probably one that
uses XML as an intermediate representation, but not XML syntax as a
source format). However, I will try to clean up and release Funcelit,
just in case anyone's curious.
--
http://www.neilvandyke.org/