README 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. po4a (convert PO to/from other documentation formats)
  2. po4a (PO for anything) eases translations and their maintenance,
  3. allowing gettext's usage on unexpected areas like documentation.
  4. In po4a each documentation format is handled by a module that converts
  5. this format to/from PO. Formats handled by po4a:
  6. - asciidoc: AsciiDoc format.
  7. - dia: uncompressed Dia diagrams.
  8. - docbook: DocBook XML.
  9. - guide: Gentoo Linux's XML documentation format.
  10. - ini: INI format.
  11. - kernelhelp: Help messages of each kernel compilation option.
  12. - latex: LaTeX format.
  13. - man: Good old manual page format.
  14. - pod: Perl Online Documentation format.
  15. - sgml: either DebianDoc or DocBook DTD.
  16. - texinfo: The info page format.
  17. - tex: generic TeX documents (see also latex).
  18. - text: simple text document.
  19. - wml: WML documents.
  20. - xhtml: XHTML documents.
  21. - xml: generic XML documents (see also docbook).
  22. - yaml: YAML documents.
  23. man pages are encoded in UTF-8. To read them in other languages than
  24. English, do this for instance:
  25. LANG=ru_RU.utf8 GROFF_ENCODING=utf8 man <man page>
  26. See README_SBo.txt for dependency info and build options.