Re: [Koha-translate] Koha 3.2 Manual (es) PDF Version (Full Manual) Character encoding
Pablo, Its written in docbook, you can grab that and convert it to anything. Just clone the documentation git repository and then you edit it, and send patches for fixes, additions etc. Have a look for some docbook tools, and have a play :) Chris On 29 Dec 2010 10:40, "Pablo Bianchi" <pablo.bianchi@gmail.com> wrote: Hi Liz! Did you found the cause of the encoding problem? Is something community can do to help with this? It would be great if possible to download an ODT (Open Document Format), to have the possibility to change format, font size, margins, etc., not only for Spanish, but for everyone else. Exist any chance...? Regards, Pablo _______________________________________________ Koha-translate mailing list Koha-translate@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate website: www.koha-community.org git: git.koha-community.org bugs: bugs.koha-community.org
Its written in docbook, you can grab that and convert it to anything. Just clone the documentation git repository and then you edit it, and send patches for fixes, additions etc.
It would be nice to have on Koha documentation git repository the stylesheets and procedures used to generate Koha web site documentation and PDF files from docbooks files. It would help some to tweak the result output and propose alternative formats. -- Frédéric
2010/12/29 Frédéric DEMIANS <f.demians@tamil.fr>:
Its written in docbook, you can grab that and convert it to anything. Just clone the documentation git repository and then you edit it, and send patches for fixes, additions etc.
It would be nice to have on Koha documentation git repository the stylesheets and procedures used to generate Koha web site documentation and PDF files from docbooks files. It would help some to tweak the result output and propose alternative formats.
The css is there http://git.koha-community.org/gitweb/?p=kohadocs.git;a=tree;f=css There is plenty of documentation on how to create html or pdf from docbook, but Liz could write out how its done for the koha-community.org site when she gets time :) Chris
The css is there http://git.koha-community.org/gitweb/?p=kohadocs.git;a=tree;f=css
Thanks!
There is plenty of documentation on how to create html or pdf from docbook, but Liz could write out how its done for the koha-community.org site when she gets time :)
Hope Liz can hear you.
Thanks a lot Chris! On Ubuntu 10.4, with docbook2odf package installed, I tried: git clone git://git.koha-community.org/kohadocs.git cd es docbook2odf manual.xml --output-file manual-es.odt --debug And after 10' a 23MB ODF file is generated, but for some reason I can't open it with OpenOffice: ooffice -view manual.odt terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc With AbiWord, after a while open it ("Some errors were encountered during the import."). I saved to another ODT and again trying to open with OpenOffice. This time it could, but it says it is corrupt and try to fix it. Then I tried with another package, docbook-utils. Again, a lot of errors. A bunch of HTMLs with basic format, no colors and problems with images were generated. jw manual.xml * ...non SGML character number...* * ...maximum number of errors (200) reached...* Are we sure that manual.xml DocBook is perfectly correct? Someone could do this successfully? Cheers, Pablo PD: At least looks to be completely in UTF-8, as it should.
Hi! I download some PDFs from here: http://download.koha-community.org/manual_pdf/ Notice that the encoding problem is still there, visible on any language with non-english characters: http://docs.google.com/viewer?url=http://download.koha-community.org/manual_... <http://docs.google.com/viewer?url=http://download.koha-community.org/manual_pdf/koha3-2manual-es.pdf>Does anybody know where is the problem? No one else tried to generate an ODT file from GIT Docbook/XML source? Liz, could you tell me how did you generate those PDFs please? I should ask on koha-devel? Thanks! Pablo
participants (3)
-
Chris Cormack -
Frédéric DEMIANS -
Pablo Bianchi