1Locale::Po4a::Xhtml(3)User Contributed Perl DocumentationLocale::Po4a::Xhtml(3)
2
3
4
6 Locale::Po4a::Xhtml - Convert Xhtml documents from/to PO files
7
9 The goal of the po4a (po for anything) project is to ease translations
10 (and more interestingly, the maintenance of translations) using gettext
11 tools on areas where they were not originally expected like documenta‐
12 tion.
13
14 Locale::Po4a::Xhtml is a module to help the translation of Xhtml docu‐
15 ments into other [human] languages.
16
17 Please note that this module is still experimental. It is not distrib‐
18 uted in the official po4a releases since we don't feel it to be mature
19 enough. If you insist on trying, check the CVS out.
20
22 These are this module's particular options:
23
24 includessi[=rootpath]
25 Include files specified by an include SSI (Server Side Includes)
26 element (e.g. <!--#include virtual="/foo/bar.html" -->).
27
28 Note: You should use it only for static files.
29
30 An additional rootpath parameter can be specified. It specifies the
31 root path to find files included by a virtual attribute.
32
34 This module is fully functional, as it relies in the Locale::Po4a::Xml
35 module. This only defines the translatable tags and attributes.
36
37 It is derived from Jordi's DocBook module.
38
39 "It works for me", which means I use it successfully on my personal Web
40 site. However, YMMV: please let me know if something doesn't work for
41 you. In particular, tables are getting no testing whatsoever, as we
42 don't use them.
43
45 po4a(7), Locale::Po4a::TransTractor(3pm), Locale::Po4a::Xml(3pm).
46
48 Yves Rütschlé <po4a@rutschle.net>
49 Nicolas François <nicolas.francois@centraliens.net>
50
52 Copyright (c) 2004 by Yves Rütschlé <po4a@rutschle.net>
53
54 This program is free software; you may redistribute it and/or modify it
55 under the terms of GPL (see the COPYING file).
56
57
58
59perl v5.8.8 2008-06-01 Locale::Po4a::Xhtml(3)