----- Original Message ----- From: "Shawn Anderson" <[EMAIL PROTECTED]> Newsgroups: saltstorm.xmail Sent: Tuesday, November 19, 2002 2:41 AM Subject: [xmail] Re: XMail manual in PDF format
> > I agree, it looks very nice :) > > Maybe we can automate the pdf and pod file creation? That shouldn't be problem. HTMLDOC is GNUed and ported to *nix/BSD/win32/whatever. Projects are saved as *.book files and I believe they can be passed in by automation to the cmdline version. HTMLDOC can also output to PostScript format aswell, if anyone would want that. or what about real-time ;) -----8<--- /Readme.cgi ----8<----- #!/bin/sh options="-t pdf --webpage --header ... --footer ..." echo "Content-Type: application/pdf" echo "" htmldoc $options http://www.xmailserver.org/Readme.html # ---------- http://www.easysw.com/htmldoc/index.html Just say, Me want and I'll be passing over the xmail.book I used for starters for whomever want it. /Thomas. > Shawn > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Davide Libenzi > Sent: Monday, November 18, 2002 8:30 PM > To: XMail mailing list > Subject: [xmail] Re: XMail manual in PDF format > > > > On Tue, 19 Nov 2002, Newsmirror wrote: > > > > > Hi all, > > > > Got hold of the HTMLDOC application the other day > > and in the process of learning, I played around with converting the > > new XMail v1.11 Readme.html to PDF. > > > > Although I am not a hc PDF fan myself, someone else > > might find it an alternative to the html version. > > > > It has a book-style look with TOC, chapter links > > aswell as preserved inline linking. I also included > > the XMail logo and the current changelog. If anyone > > would want the manual on printed paper, this would > > make a nice source for a 101-page pretty print-out. > > > > > > http://www.saltstorm.net/depo/scope/xmail-manual.pdf > > http://www.saltstorm.net/depo/scope/xmail-manual.pdf.gz > > http://www.saltstorm.net/depo/scope/xmail-manual.pdf.zip > > Really nice. I much does it take the conversion ? > > > > - Davide > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in the > body of a message to [EMAIL PROTECTED] For general help: send the > line "help" in the body of a message to [EMAIL PROTECTED] > > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > > > -- > ---------------------------------------------------------------------------- > XMail::Scope::nntpfwd v1.00 | 2002-11-19 01:41:30Z > <nntp://news.saltstorm.net/saltstorm.xmail/2679> - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
