1Locale::Po4a::Docbook(3pm) Po4a Tools Locale::Po4a::Docbook(3pm)
2
3
4
6 Locale::Po4a::Docbook - convert DocBook XML documents from/to PO files
7
9 The po4a (PO for anything) project goal is to ease translations (and
10 more interestingly, the maintenance of translations) using gettext
11 tools on areas where they were not expected like documentation.
12
13 Locale::Po4a::Docbook is a module to help the translation of DocBook
14 XML documents into other [human] languages.
15
17 This module is fully functional, as it relies in the Locale::Po4a::Xml
18 module. This only defines the translatable tags and attributes.
19
20 The only known issue is that it doesn't handle entities yet, and this
21 includes the file inclusion entities, but you can translate most of
22 those files alone (except the typical entities files), and it's usually
23 better to maintain them separated.
24
26 Locale::Po4a::TransTractor(3pm), Locale::Po4a::Xml(3pm), po4a(7)
27
29 Jordi Vilalta <jvprat@gmail.com>
30
32 Copyright (c) 2004 by Jordi Vilalta <jvprat@gmail.com>
33 Copyright (c) 2007-2009 by Nicolas François <nicolas.francois@centraliens.net>
34
35 This program is free software; you may redistribute it and/or modify it
36 under the terms of GPL (see the COPYING file).
37
38
39
40Po4a Tools 2018-09-24 Locale::Po4a::Docbook(3pm)