[Po4a-commits] "po4a/lib/Locale/Po4a Docbook.pm,1.20,1.21"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Mar 2 09:32:13 UTC 2008


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

Modified Files:
	Docbook.pm 
Log Message:
po4a tested on the docbook testsuite.
* lib/Locale/Po4a/Docbook.pm: Remove ulink from the tags list
   (already in the inline list).
* lib/Locale/Po4a/Docbook.pm: Move orgname from the tags list to
  the inline list (can have para as parent).
* lib/Locale/Po4a/Docbook.pm: Move affiliation from the inline
  list to the tags list (according to the list of parents, there is
  no reasons to get an include tag for the <affiliation> tags.
* lib/Locale/Po4a/Docbook.pm: Move othercredit from the inline
  list to the tags list (according to the list of parents, there is
  no reasons to get an include tag for the <othercredit> tags).
* lib/Locale/Po4a/Docbook.pm: There is no need to have the
  <revhistory> tag inline. Children tags are translated anyway.
* lib/Locale/Po4a/Docbook.pm: Added support for <affiliation>,
  <appendixinfo>, <articleinfo>, <biblioentry>, <bibliographyinfo>,
  <blockinfo>, <bookinfo>, <confgroup>, <confdates>, <conftitle>,
  <confnum>, <confsponsor>, <contrib>, <chapterinfo>, <collab>,
  <glossaryinfo>, <indexinfo>, <jobtitle>, <objectinfo>, <orgdiv>,
  <prefaceinfo>, pubsnumber>, <refsynopsisdivinfo>, <revision>,
  <revremark>, <sect1info>, <sect2info>, <sect3info>, <sect4info>,
  <sect5info>, <setinfo>, <shortaffil>, <city>, <country>,
  <imageobject>, <imagedata>, <othername>, <postcode>, <state>,
  <street>.
* lib/Locale/Po4a/Docbook.pm: Added support for <address> (no
  wrap).


Index: Docbook.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Docbook.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Docbook.pm	29 Feb 2008 21:47:09 -0000	1.20
+++ Docbook.pm	2 Mar 2008 09:32:10 -0000	1.21
@@ -92,30 +92,53 @@
 	$self->{options}{'tags'} .= '
 		<abbrev>
 		<acronym>
+		W<address>
+		<affiliation>
+		<appendixinfo>
 		<arg>
 		<artheader>
+		<articleinfo>
 		<attribution>
+		<biblioentry>
+		<bibliographyinfo>
+		<blockinfo>
+		<bookinfo>
 		<citetitle>
+		<confgroup>
+		<confdates>
+		<conftitle>
+		<confnum>
+		<confsponsor>
+		<contrib>
+		<chapterinfo>
+		<collab>
 		<computeroutput>
 		<date>
 		<entry>
 		<figure>
+		<glossaryinfo>
 		<glosssee>
 		<glossseealso>
 		<glossterm>
 		<holder>
+		<indexinfo>
+		<jobtitle>
 		<keyword>
 		<member>
 		<msgaud>
 		<msglevel>
 		<msgorig>
+		<objectinfo>
+		<orgdiv>
 		<option>
-		<orgname>
+		<othercredit>
 		<para>
 		<phrase>
+		<prefaceinfo>
+		<primary>
 		<pubdate>
 		<publishername>
-		<primary>
+		<pubsnumber>
 		W<programlisting>
 		<prompt>
 		<quote>
@@ -124,25 +147,34 @@
 		<refmiscinfo>
 		<refname>
 		<refpurpose>
+		<refsynopsisdivinfo>
 		<releaseinfo>
 		<remark>
 		<replaceable>
+		<revision>
 		<revnumber>
+		<revremark>
 		W<screen>
 		<screeninfo>
+		<sect1info>
+		<sect2info>
+		<sect3info>
+		<sect4info>
+		<sect5info>
+		<sectioninfo>
 		<seg>
 		<segtitle>
+		<setinfo>
+		<shortaffil>
 		<simpara>
 		<subtitle>
 		<synopfragmentref>
 		<term>
 		<title>
 		<titleabbrev>
-		<ulink>
 		<userinput>';
 	$self->{options}{'inline'} .= '
 		<action>
-		<affiliation>
 		<anchor>
 		<application>
 		<arg>
@@ -152,6 +184,8 @@
 		<citation>
 		<citerefentry>
 		<citetitle>
+		<city>
+		<country>
 		<classname>
 		<co>
 		<computeroutput>
@@ -181,6 +215,8 @@
 		<guimenuitem>
 		<guisubmenu>
 		<hardware>
+		<imageobject>
+		<imagedata>
 		<indexterm>
 		<informalexample>
 		<inlineequation>
@@ -207,10 +243,12 @@
 		<ooexception>
 		<oointerface>
 		<optional>
-		<othercredit>
+		<orgname>
+		<othername>
 		<parameter>
 		<personname>
 		<phrase>
+		<postcode>
 		<productname>
 		<productnumber>
 		<prompt>
@@ -220,9 +258,10 @@
 		<replaceable>
 		<remark>
 		<returnvalue>
-		<revhistory>
 		<sgmltag>
 		<sidebar>
+		<state>
+		<street>
 		<structfield>
 		<structname>
 		<subscript>




More information about the Po4a-commits mailing list