Mike Noyes wrote:
> 
> Ray Olszewski, 2001-04-10 21:35 -0700

> >You forget how lazy I am and how much I hate DocBook and all its cousins
> >(as I've written elsewhere, I want to *write* documentatin, not *program*
> >documentation).

I like the way you think Ray :-)

> Understood, but all of the documents in the DocManager are plain text
> (enclosed in <pre> tags) or html. The DocManager doesn't even understand
> DocBook XML. At this time, the only documents I want to convert to DocBook
> XML are our Guides.

cat - <<!*
<pre>
`cat doc.txt`
</pre>
!*

...or better yet...

stamp () {
   cat - <<!*
<pre>
`cat ${1:-doc.txt}`
</pre>
!*
}

stamp raysfaqdoc.txt > raysmangleddocs.html

:-)

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to