[Po4a-commits] "po4a/lib/Locale/Po4a Sgml.pm,1.129,1.130"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sat Dec 6 16:33:51 UTC 2008


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

Modified Files:
	Sgml.pm 
Log Message:
	* lib/Locale/Po4a/Sgml.pm: Added empty tag: spanspec.
	* lib/Locale/Po4a/Sgml.pm: Added ignore tags: city country isbn
	lineannotation pubsnumber volumenum.
	* lib/Locale/Po4a/Sgml.pm: Added translate tags: see substeps
	example seealso biblioentry biblioset chapterinfo orgdiv
	appendixinfo collab collabname confgroup conftitle confdates
	pagenums.


Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Sgml.pm	6 Dec 2008 16:16:50 -0000	1.129
+++ Sgml.pm	6 Dec 2008 16:33:49 -0000	1.130
@@ -460,20 +460,22 @@
 			                    "tag taglist titlepag toc");
 
     } elsif ($prolog =~ /docbook/i) {
-	$self->set_tags_kind("translate" => "abbrev artheader attribution ".
+	$self->set_tags_kind("translate" => "abbrev appendixinfo artheader attribution ".
+	                                    "biblioentry biblioset ".
+	                                    "chapterinfo collab collabname confdates confgroup conftitle ".
 	                                    "date ".
-	                                    "edition editor entry ".
+	                                    "edition editor entry example ".
 	                                    "figure ".
 	                                    "glosssee glossseealso glossterm ".
 	                                    "holder ".
 	                                    "member msgaud msglevel msgorig ".
-	                                    "orgname othername ".
-	                                    "para phrase pubdate publishername primary ".
+	                                    "orgdiv orgname othername ".
+	                                    "pagenums para phrase pubdate publishername primary ".
 	                                    "refclass refdescriptor refentrytitle refmiscinfo refname refpurpose releaseinfo remark revnumber revremark ".
-	                                    "screeninfo seg secondary segtitle simpara subtitle synopfragmentref synopsis ".
+	                                    "screeninfo seg secondary see seealso segtitle simpara substeps subtitle synopfragmentref synopsis ".
 	                                    "term tertiary title titleabbrev ".
 	                                    "contrib epigraph",
-	                     "empty"     => "audiodata colspec graphic imagedata textdata sbr videodata xref",
+	                     "empty"     => "audiodata colspec graphic imagedata textdata sbr spanspec videodata xref",
 	                     "indent"    => "abstract answer appendix article articleinfo audioobject author authorgroup ".
 	                                    "bibliodiv bibliography blockquote blockinfo book bookinfo bridgehead ".
 	                                    "callout calloutlist caption caution chapter copyright ".
@@ -497,25 +499,25 @@
 	                     "verbatim"  => "address cmdsynopsis holder literallayout programlisting ".
 	                                    "refentrytitle refname refpurpose screen term title",
 	                     "ignore"    => "acronym action affiliation anchor application arg author authorinitials ".
-	                                    "command citation citerefentry citetitle classname co computeroutput constant corpauthor ".
+	                                    "city citation citerefentry citetitle classname co command computeroutput constant corpauthor country ".
 	                                    "database po4abeg po4aend ".
 	                                    "email emphasis envar errorcode errorname errortext errortype exceptionname ".
 	                                    "filename firstname firstterm footnote footnoteref foreignphrase function ".
 	                                    "glossterm guibutton guiicon guilabel guimenu guimenuitem guisubmenu ".
 	                                    "hardware ".
-	                                    "indexterm informalexample inlineequation inlinegraphic inlinemediaobject interface interfacename ".
+	                                    "indexterm informalexample inlineequation inlinegraphic inlinemediaobject interface interfacename isbn ".
 	                                    "keycap keycode keycombo keysym ".
-	                                    "link literal ".
+	                                    "link lineannotation literal ".
 	                                    "manvolnum markup medialabel menuchoice methodname modespec mousebutton ".
 	                                    "nonterminal ".
 	                                    "olink ooclass ooexception oointerface option optional othercredit ".
-	                                    "parameter personname phrase productname productnumber prompt property ".
+	                                    "parameter personname phrase productname productnumber prompt property pubsnumber ".
 	                                    "quote ".
 	                                    "remark replaceable returnvalue revhistory ".
 	                                    "sgmltag sidebar structfield structname subscript superscript surname symbol systemitem ".
 	                                    "token trademark type ".
 	                                    "ulink userinput ".
-	                                    "varname ".
+	                                    "varname volumenum ".
 	                                    "wordasword ".
 	                                    "xref ".
 	                                    "year",




More information about the Po4a-commits mailing list