Still not fully finished but significantly expanded. There's amongst other stuff a whole new chapter on Elements. Since I'm calling it a day here it is for now. I switched back from Mercurial to SVN for the doc repo because it's easier for me to manage svn co http://code.arnebrasseur.net/marky svn co http://code.arnebrasseur.net/nitro_doc If the marky/docbook stuff is puzzling just yell. If you want commit access for e.g. fixing typos let me know. (ab) -- Ein Fuchs muß tun, was ein Fuchs tun muß arne@arnebrasseur.net
on 13.12.2007 13:29
on 13.12.2007 13:43
George Moschovitis schreef:
> Thank you!
No problem ;)
This time with the PDF.
(ab)
on 13.12.2007 13:58
Arne Brasseur wrote: > > If the marky/docbook stuff is puzzling just yell. If you want commit > access for e.g. fixing typos let me know. > > (ab) > after installing from svn, what are the steps to generate the documentation?
on 13.12.2007 17:05
Reid Thompson schreef: > Arne Brasseur wrote: > >> svn co http://code.arnebrasseur.net/marky >> svn co http://code.arnebrasseur.net/nitro_doc >> >> If the marky/docbook stuff is puzzling just yell. If you want commit >> access for e.g. fixing typos let me know. >> > after installing from svn, what are the steps to generate the documentation In marky/trunk you can do a "rake package", in the pkg/ directory you afterwards will find the marky gem. Install it (gem install marky) and you get the "marky" command. All the rest I suddenly realise I already explained in the first draft of the Nitro Documention Documentian, a.k.a. the metadoc. So without further ado here goes. You'll need an xslt processor. xsltproc was easy to install on my ubuntu system so that's the one I'm referring to. Saxon should do the same job, and there are others. For PDF output you need something that can convert XML-FO to PDF, I use Apache Fop for this which I had to install by hand, it's not packaged for Debian/Ubuntu. Hope this helps, (ab)
on 14.12.2007 09:21
Just a thought regarding something small to add to the tutorial -- error handling for empty task fields which reloads the page and displays the error message. I'm assuming this would be small, anyway. :) -Matt
on 14.12.2007 09:57
Yes, you're right. Error handling will be covered in one of the final sections. (ab) Matthew B Gardner schreef: