[Po4a-commits] "po4a/lib/Locale/Po4a Chooser.pm,1.33,1.34"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Thu Nov 23 01:09:55 CET 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv32578/lib/Locale/Po4a

Modified Files:
	Chooser.pm 
Log Message:
Some cleanups in the list of supported modules.


Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Chooser.pm	26 Aug 2006 14:19:56 -0000	1.33
+++ Chooser.pm	23 Nov 2006 00:09:53 -0000	1.34
@@ -34,12 +34,8 @@
         $modname = 'NewsDebian';
     } elsif ($module eq 'latex') {
         $modname = 'LaTeX';
-    } elsif ($module eq 'texinfo') {
-        $modname = 'Texinfo';
-    } elsif ($module eq 'text') {
-        $modname = 'Text';
-    } elsif ($module eq 'ini') {
-        $modname = 'Ini';
+#    } elsif ($module eq 'bibtex') {
+#        $modname = 'BibTex';
     } else {
         $modname = ucfirst($module);
     }
@@ -59,16 +55,23 @@
 
 sub list {
     warn wrap_msg(gettext("List of valid formats:")
-	."\n  - ".gettext("kernelhelp: Help messages of each kernel compilation option.")
+#	."\n  - ".gettext("bibtex: BibTex bibliography format.")
+	."\n  - ".gettext("dia: uncompressed Dia diagrams.")
+	."\n  - ".gettext("docbook: Docbook XML.")
+	."\n  - ".gettext("guide: Gentoo Linux's xml documentation format.")
 #	."\n  - ".gettext("html: HTML documents (EXPERIMENTAL).")
+	."\n  - ".gettext("ini: .INI format.")
+	."\n  - ".gettext("kernelhelp: Help messages of each kernel compilation option.")
+	."\n  - ".gettext("latex: LaTeX format.")
 	."\n  - ".gettext("man: Good old manual page format.")
 	."\n  - ".gettext("pod: Perl Online Documentation format.")
 	."\n  - ".gettext("sgml: either debiandoc or docbook DTD.")
-	."\n  - ".gettext("dia: uncompressed Dia diagrams.")
-	."\n  - ".gettext("guide: Gentoo Linux's xml documentation format.")
-	."\n  - ".gettext("docbook: Docbook XML.")
-	."\n  - ".gettext("latex: LaTeX format.")
 	."\n  - ".gettext("texinfo: The info page format.")
+#	."\n  - ".gettext("tex: generic TeX documents.")
+	."\n  - ".gettext("text: simple text document.")
+#	."\n  - ".gettext("wml: WML documents.")
+#	."\n  - ".gettext("xhtml: XHTML documents.")
+#	."\n  - ".gettext("xml: generic XML documents.")
     );
     exit shift;
 }




More information about the Po4a-commits mailing list