Slavek,
Good news!
I have the source files to compile help handbooks for Digikam and Showfoto. I compiled them successfully. Both are very nice manuals. :)
Supported i18n languages for both digikam and showfoto: da, de, es, et, it, nl, sv. For digikam only: pt_BR, ru.
Right now the sources are one tarball. As a test run I compiled digikam with all help files, including the i18n help files.
The help files should be split similar to the k3b, gwenview, and koffice i18n files. The digikam help sources do not include po files. Only help files.
On a second build run I removed the i18n files to create a basic digikam patch with only the English help files. No build problems.
How do you want to merge the files into the source tree?
I can merge the English help files directly into the digikam tree with one patch. No problem.
For the i18n help files we need to create a new module in the git tree:
applications/digikam-help-i18n
or
applications/digikam-i18n
Let me know!
Darrell
On Friday 10 of January 2014 06:40:22 Darrell Anderson wrote:
Good news!
I have the source files to compile help handbooks for Digikam and Showfoto. I compiled them successfully. Both are very nice manuals.
:)
Supported i18n languages for both digikam and showfoto: da, de, es, et, it, nl, sv. For digikam only: pt_BR, ru.
Right now the sources are one tarball. As a test run I compiled digikam with all help files, including the i18n help files.
The help files should be split similar to the k3b, gwenview, and koffice i18n files. The digikam help sources do not include po files. Only help files.
On a second build run I removed the i18n files to create a basic digikam patch with only the English help files. No build problems.
How do you want to merge the files into the source tree?
I can merge the English help files directly into the digikam tree with one patch. No problem.
For the i18n help files we need to create a new module in the git tree:
applications/digikam-help-i18n
or
applications/digikam-i18n
Good work!
Because the original package was purely a standalone package with all documentation, I suggest to keep it as well as a git module applications/digikam-doc - all languages, including English.
Slavek --