Convert xhtml documents from/to po files
The po4a (\s-1PO\s0 for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation.
Locale::Po4a::Xhtml is a module to help the translation of \s-1XHTML\s0 documents into other [human] languages.
These are this module's particular options:
Include files specified by an include \s-1SSI\s0 (Server Side Includes) element (e.g. <!--#include virtual=\*(L"/foo/bar.html\*(R" -->). Note: You should use it only for static files. An additional rootpath parameter can be specified. It specifies the root path to find files included by a virtual attribute.
This module is fully functional, as it relies in the Locale::Po4a::Xml module. This only defines the translatable tags and attributes.
\*(L"It works for me\*(R", which means I use it successfully on my personal Web site. However, \s-1YMMV:\s0 please let me know if something doesn't work for you. In particular, tables are getting no testing whatsoever, as we don't use them.
Locale::Po4a::TransTractor\|(3pm), Locale::Po4a::Xml\|(3pm), po4a\|(7)
Yves Rütschlé <[email protected]> Nicolas François <[email protected]>
Copyright (c) 2004 by Yves Rütschlé <[email protected]> Copyright (c) 2007-2008 by Nicolas François <[email protected]>
This program is free software; you may redistribute it and/or modify it under the terms of \s-1GPL\s0 (see the \s-1COPYING\s0 file).