[jQuery] PDFs of JQuery docs

2007-01-18 Thread Dotan Dimet
Hi, Inspired by a comment on John's helping you understand jquery blog post, I've mashed together the JQuery build scripts (written in javascript!) with a free PDF-generating library called iText to produce PDF versions of the JQuery documenation: Just JQuery [116k pdf]:

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Sam Collett
On 18/01/07, Dotan Dimet [EMAIL PROTECTED] wrote: Hi, Inspired by a comment on John's helping you understand jquery blog post, I've mashed together the JQuery build scripts (written in javascript!) with a free PDF-generating library called iText to produce PDF versions of the JQuery

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Sam Collett
Some suggestions. How about a cover page showing the version number of jQuery (and maybe even the logo - if that is in SVN)? Also maybe the document title should be set ('jQuery 1.1 with all plugins ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Sam Collett
On 18/01/07, Dotan Dimet [EMAIL PROTECTED] wrote: Sam, a cover page is a fine idea. There's a version.txt file in the source repository, but no image files - can you help me hunt down a suitable logo for the cover page? My script can deduce if it's building docs for JQuery or for JQuery +

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Dotan Dimet
Thanks, I've updated all my PDF files to have a cover page and title. I ended up using the classic hat.gif - http://jquery.com/images/new/hat.gif - because it was easiest to find on the site. For my updated script to work, you need to save that file in the same directory as the build.xml and

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Yehuda Katz
Dotan, I have some solutions in Visual jQuery for dealing with line-breaks (I assume you're using XSL). They won't perfectly match what you're doing, but you can see the basic technique for splitting up lines and reformatting. -- Yehuda On 1/18/07, Dotan Dimet [EMAIL PROTECTED] wrote:

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Dotan Dimet
Gerry, I explain how I did that in this blog posting: http://corky.net/dotan/log/2007/01/jquery-documentation-in-pdf.html I leveraged JQuery's build scripts (written in Javascript) and a free Java library. - Dotan Gerry Danen wrote: Nice. How did you do that? Gerry On 1/18/07,

Re: [jQuery] PDFs of JQuery docs

2007-01-18 Thread Gerry Danen
Thank you, Dotan. I will study it when I get home. Gerry On 1/18/07, Dotan Dimet [EMAIL PROTECTED] wrote: Gerry, I explain how I did that in this blog posting: http://corky.net/dotan/log/2007/01/jquery-documentation-in-pdf.html I leveraged JQuery's build scripts (written in Javascript)