[Po4a-commits] po4a/lib/Locale/Po4a LaTeX.pm,1.3,1.4 TeX.pm,1.47,1.48
Nicolas FRAN??OIS
po4a-devel@lists.alioth.debian.org
Sun, 27 Feb 2005 18:04:31 +0000
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv8060/lib/Locale/Po4a
Modified Files:
LaTeX.pm TeX.pm
Log Message:
Add a minimal documentation to the LaTeX module.
Change the TeX module status.
Index: LaTeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/LaTeX.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- LaTeX.pm 27 Feb 2005 14:17:11 -0000 1.3
+++ LaTeX.pm 27 Feb 2005 18:04:28 -0000 1.4
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# Copyright (c) 2004 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>
+# Copyright (c) 2004, 2005 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>
#
# This file is part of po4a.
#
@@ -22,7 +22,20 @@
=head1 NAME
-Locale::Po4a::LaTeX -
+Locale::Po4a::LaTeX - Convert LaTeX documents and derivates from/to PO files
+
+=head1 DESCRIPTION
+
+The po4a (po for anything) project goal is to ease translations (and more
+interestingly, the maintenance of translations) using gettext tools on
+areas where they were not expected like documentation.
+
+Locale::Po4a::LaTeX is a module to help the translation of LaTeX documents into
+other [human] languages. It can also be used as a base to build modules for
+LaTeX-based documents.
+
+This module contains the definitions of common LaTeX commands and
+environments.
=head1 SEE ALSO
@@ -36,7 +49,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2004 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>.
+Copyright 2004, 2005 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>.
This program is free software; you may redistribute it and/or modify it
under the terms of GPL (see COPYING file).
Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- TeX.pm 27 Feb 2005 17:32:32 -0000 1.47
+++ TeX.pm 27 Feb 2005 18:04:28 -0000 1.48
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# Copyright (c) 2004 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>
+# Copyright (c) 2004, 2005 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>
#
# This file is part of po4a.
#
@@ -35,10 +35,6 @@
other [human] languages. It can also be used as a base to build modules for
TeX-based documents.
-Please note that this module is still under heavy developement, and not
-distributed in official po4a release since we don't feel it to be mature
-enough. If you insist on trying, check the CVS out.
-
Users should probably use the LaTeX module, which inherite from the TeX module
and contains the definitions of common LaTeX commands.
@@ -1441,7 +1437,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright 2004 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>.
+Copyright 2004, 2005 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>.
This program is free software; you may redistribute it and/or modify it
under the terms of GPL (see the COPYING file).