Paul,

The help system's rendering code is decoupled from the rendering
backend. So far we have plain text, UI, and HTML renderers, and
there's no reason someone couldn't write a TeX or direct PDF backend
as well.

Take a look at the io.styles vocabulary; it defines the formatted
output stream protocol that the help system's markup elements use to
render themselves. Basically you'd be looking at a new implementation
of this, along with some support code.

Slava

On Sat, Jan 17, 2009 at 4:52 AM, Paul Moore <[email protected]> wrote:
> Is there any way of producing a printable version of (some or all of)
> the Factor documentation? I guess printing off *-docs.factor from the
> distribution, plus chunks of basis\help, would be a start, but it's a
> bit markup-heavy. Page-by-page prints of the HTML is a bit time
> consuming, as well.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to