1PO4A-NORMALIZE(1)     User Contributed Perl Documentation    PO4A-NORMALIZE(1)
2
3
4

NAME

6       po4a-normalize - normalize a documentation file by parsing it in po4a,
7       and writing it back
8

SYNOPSIS

10       po4a-normalize -f <fmt> <master.doc>
11

DESCRIPTION

13       The po4a (po for anything) project goal is to ease translations (and
14       more interestingly, the maintenance of translations) using gettext
15       tools on areas where they were not expected like documentation.
16
17       The "po4a-normalize" script is a debugging tool used to make sure that
18       po4a don't change the document when it's not supposed to. Only use it
19       if you're developing a new module, or if you doubt the sanity of the
20       tools.
21
22       The generated document will be written to po4a-normalize.output while
23       the generated po file will be written to po4a-normalize.po. No way to
24       change that ;)
25

OPTIONS

27       -o, --option
28           Extra option(s) to pass to the format plugin. Specify each option
29           in the 'name=value' format. See the documentation of each plugin
30           for more information about the valid options and their meanings.
31
32       -h, --help
33           Show a short help message.
34
35       --help-format
36           List the documentation format understood by po4a.
37
38       -f, --format
39           Format of the documentation you want to handle. Use the --help-for‐
40           mat option to see the list of available formats.
41
42       -M, --master-charset
43           Charset of the file containing the document to translate.
44
45       -V, --version
46           Display the version of the script and exit.
47

SEE ALSO

49       po4a(7), po4a-updatepo(1), po4a-translate(1), po4a-gettextize(1).
50

AUTHORS

52        Denis Barbier <barbier@linuxfr.org>
53        Martin Quinson (mquinson#debian.org)
54
56       Copyright 2002, 2003, 2004 by SPI, inc.
57
58       This program is free software; you may redistribute it and/or modify it
59       under the terms of GPL (see the COPYING file).
60
61
62
63perl v5.8.8                       2008-06-01                 PO4A-NORMALIZE(1)
Impressum