Re: [Viking-devel] DocBook based Help

2010-05-26 Thread Robert Norris
> $ cd help/C > $ yelp viking.xml or maybe: yelp file:///`pwd`/viking.xml > The PDF version can be produced like this: > $ cd help/C > $ dblatex viking.xml > $ evince viking.pdf On my Debian box: aptitude install dblatex ... "Need to get 465MB of archives. After unpacking 783MB will be

Re: [Viking-devel] DocBook based Help

2010-05-25 Thread Greg Troxel
I've just merged my 'help' branch on 'master'. The help content is based on wiki UserManual page (I did my best to create a clean DocBook document with all these info, but there is certainly things to fix). This help is also accessible via Help->Help. :-) guessing that this commit caused

Re: [Viking-devel] DocBook based Help

2010-05-25 Thread Guilhem Bonnefille
I forgave the most important: how to read this doc? The 'online' version can be read like this: $ cd help/C $ yelp viking.xml The PDF version can be produced like this: $ cd help/C $ dblatex viking.xml $ evince viking.pdf 2010/5/25 Guilhem Bonnefille : > Hi, > > I've just merged my 'help' branch

[Viking-devel] DocBook based Help

2010-05-25 Thread Guilhem Bonnefille
Hi, I've just merged my 'help' branch on 'master'. The help content is based on wiki UserManual page (I did my best to create a clean DocBook document with all these info, but there is certainly things to fix). This help is also accessible via Help->Help. :-) Comments and fixes are welcome. You c