1Locale::Po4a::NewsDebian(3pm) Po4a Tools Locale::Po4a::NewsDebian(3pm)
2
3
4
6 Locale::Po4a::NewsDebian - convert NEWS.Debian documents from/to PO
7 files
8
10 The po4a (PO for anything) project goal is to ease translations (and
11 more interestingly, the maintenance of translations) using gettext
12 tools on areas where they were not expected like documentation.
13
14 Locale::Po4a::NewsDebian is a module to help the translation of the
15 NEWS.Debian files into other [human] languages. Those files are where
16 maintainer are supposed to write the important news about their
17 package.
18
20 NONE.
21
23 Not tested.
24
25 A finer split of the entries may be preferable (search for /^ */, for
26 example), but this version is more robust and NEWS.Debian entries are
27 not supposed to change that often.
28
30 This module is loosely inspired from
31 /usr/lib/dpkg/parsechangelog/debian, which is:
32
33 Copyright © 1996 Ian Jackson. This is free software; see the GNU
34 General Public Licence version 2 or later for copying conditions. There
35 is NO warranty.
36
37 The adaptation for po4a was done by:
38
39 Martin Quinson (mquinson#debian.org)
40
42 Copyright © 1996 Ian Jackson.
43 Copyright © 2005 SPI, Inc.
44
45 This program is free software; you may redistribute it and/or modify it
46 under the terms of GPL (see the COPYING file).
47
48
49
50Po4a Tools 2021-02-23 Locale::Po4a::NewsDebian(3pm)