1Locale::Po4a::Chooser(3pm) Po4a Tools Locale::Po4a::Chooser(3pm)
2
3
4
6 Locale::Po4a::Chooser - manage po4a modules
7
9 Locale::Po4a::Chooser is a module to manage po4a modules. Previously,
10 all po4a binaries used to know all po4a modules (pod, man, sgml, etc).
11 This made the addition of a new module boring, because you had to make
12 sure that the documentation is synchronized in all modules, and that
13 each of them can access the new module.
14
15 Now, you just have to call the Locale::Po4a::Chooser::new() function,
16 passing the name of module as argument.
17
18 The function Locale::Po4a::Chooser::list() lists the available formats,
19 and exits with the value passed as argument. So, we call
20 Locale::Po4a::Chooser::list(0) when requested for the list of formats,
21 and Locale::Po4a::Chooser::list(1) when passed an invalid format name.
22
24 About po4a:
25 Locale::Po4a::Po(3pm), Locale::Po4a::TransTractor(3pm), po4a(7)
26
27 About modules:
28 Locale::Po4a::Dia(3pm), Locale::Po4a::Docbook(3pm),
29 Locale::Po4a::Guide(3pm), Locale::Po4a::Halibut(3pm),
30 Locale::Po4a::Ini(3pm), Locale::Po4a::KernelHelp(3pm),
31 Locale::Po4a::LaTeX(3pm), Locale::Po4a::Man(3pm),
32 Locale::Po4a::Pod(3pm), Locale::Po4a::RubyDoc(3pm),
33 Locale::Po4a::Sgml(3pm), Locale::Po4a::TeX(3pm),
34 Locale::Po4a::Texinfo(3pm), Locale::Po4a::Text(3pm),
35 Locale::Po4a::Wml(3pm). Locale::Po4a::Xhtml(3pm),
36 Locale::Po4a::Xml(3pm), Locale::Po4a::Wml(3pm),
37 Locale::Po4a::Yaml(3pm).
38
40 Denis Barbier <barbier@linuxfr.org>
41 Martin Quinson (mquinson#debian.org)
42
44 Copyright © 2002-2005, 2014, 2017 SPI, Inc.
45
46 This program is free software; you may redistribute it and/or modify it
47 under the terms of GPL (see the COPYING file).
48
49
50
51Po4a Tools 2021-02-23 Locale::Po4a::Chooser(3pm)