slackbuilds/misc/po4a
B. Watson 11b55b4e6b
misc/po4a: Updated for version 0.69.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-07 08:13:42 +07:00
..
README misc/po4a: Updated for version 0.65, new maintainer. 2022-01-17 09:03:26 +07:00
README_SBo.txt misc/po4a: Updated for version 0.65, new maintainer. 2022-01-17 09:03:26 +07:00
po4a.SlackBuild misc/po4a: Updated for version 0.69. 2023-01-07 08:13:42 +07:00
po4a.info misc/po4a: Updated for version 0.69. 2023-01-07 08:13:42 +07:00
slack-desc misc/po4a: Updated for version 0.65, new maintainer. 2022-01-17 09:03:26 +07:00

README

po4a (convert PO to/from other documentation formats)

po4a (PO for anything) eases translations and their maintenance,
allowing gettext's usage on unexpected areas like documentation.

In po4a each documentation format is handled by a module that converts
this format to/from PO. Formats handled by po4a:

- asciidoc: AsciiDoc format.
- dia: uncompressed Dia diagrams.
- docbook: DocBook XML.
- guide: Gentoo Linux's XML documentation format.
- ini: INI format.
- kernelhelp: Help messages of each kernel compilation option.
- latex: LaTeX format.
- man: Good old manual page format.
- pod: Perl Online Documentation format.
- sgml: either DebianDoc or DocBook DTD.
- texinfo: The info page format.
- tex: generic TeX documents (see also latex).
- text: simple text document.
- wml: WML documents.
- xhtml: XHTML documents.
- xml: generic XML documents (see also docbook).
- yaml: YAML documents.

man pages are encoded in UTF-8. To read them in other languages than
English, do this for instance:
LANG=ru_RU.utf8 GROFF_ENCODING=utf8 man <man page>

See README_SBo.txt for dependency info and build options.