"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "wine-docs-1.0/po4a/README" of archive wine-docs-1.0.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 Introduction to Po4a
2 ====================
3
4 The po4a (po for anything) project goal is to ease translations (and
5 more interestingly, the maintenance of translations) using gettext
6 tools on areas where they were not expected like documentation.
7
8 In po4a each documentation format is handled by a module. For now, we have a
9 module for the pod format (in which the perl documentation is written), the
10 good old man pages, and the documentation of the kernel compilation options.
11 Some other modules are underway, like for sgml, xml or texinfo.
12
13
14 INSTALLATION
15
16 To install this module type the following:
17
18 make
19 make install
20
21
22 USE WITHOUT INSTALLATION
23
24 If you want to use a version without installing it (such as the CVS one),
25 use the PERLLIB environment variable is such construction:
26
27 PERLLIB=~/CVSIMPORT/po4a/lib ~/CVSIMPORT/po4a/po4a-gettextize [usual args]
28
29
30 PO4A DEPENDENCIES
31
32 Locale::gettext (v1.01):
33 This module being itself internationalized, it needs the Locale::gettext
34 library to translate its own messages.
35
36
37 SGML MODULE SPECIFIC DEPENDENCIES
38
39 SGMLS (1.03ii):
40 This is a set of Perl5 routines for processing the output from the sgmls
41 and nsgmls SGML parsers.
42
43 sp (1.3.4): James Clark's SGML parsing tools
44 This is the parser we use.
45 http://www.jclark.com/sp/
46
47
48 PROJECT WEB PAGE
49
50 You can find more information and report bugs at the po4a project web page:
51
52 http://po4a.alioth.debian.org
53
54
55 COPYRIGHT AND LICENSE
56
57 This program is free software; you may redistribute it and/or modify it
58 under the terms of GPL (see COPYING file).
59
60 Copyright (C) 2002,2003 by SPI, inc.
61 Authors:
62 Denis Barbier <barbier@linuxfr.org>
63 Martin Quinson (mquinson#debian.org)
64