[Po4a-commits] "po4a/lib/Locale/Po4a Guide.pm,1.8,1.9"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Mon Oct 30 23:52:00 CET 2006


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

Modified Files:
	Guide.pm 
Log Message:
Improvements after reading the 'guide' DTD and testing on the whole
gentoo's documentation.


Index: Guide.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Guide.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Guide.pm	30 Oct 2006 12:11:57 -0000	1.8
+++ Guide.pm	30 Oct 2006 22:51:58 -0000	1.9
@@ -86,42 +86,58 @@
 	$self->{options}{'tagsonly'}=1;
 	$self->{options}{'tags'}.='
 		w<abstract>
+		<author>
+		<b>
+		<brite>
+		<c>
 		<codenote>
 		<comment>
 		<const>
 		<date>
-		<dd>
-		<dt>
+		w<dd>
+		w<dt>
+		<e>
+		<i>
 		<ident>
 		w<impo>
 		<keyword>
-		<li>
+		w<li>
 		<mail>
 		w<note>
 		w<p>
+		<path>
 		W<pre>
 		<stmt>
-		<th>
-		<ti>
-		<title>
+		w<th>
+		w<ti>
+		w<title>
+		<uri>
 		<var>
 		<version>
 		w<warn>';
 	$self->{options}{'attributes'}.='
 		<author>title
 		<figure>caption
+		<figure>link
 		<figure>short
 		<guide>link
 		<p>by
 		<pre>caption';
 	$self->{options}{'inline'}.='
 		<b>
+		<brite>
 		<c>
+		<const>
 		<e>
 		<i>
+		<ident>
+		<keyword>
+		<mail>
 		<path>
+		<stmt>
 		<sub>
 		<sup>
-		<uri>';
+		<uri>
+		<var>';
 	$self->treat_options;
 }




More information about the Po4a-commits mailing list