[Po4a-commits] "po4a/lib/Locale/Po4a Docbook.pm,1.28,1.29"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Mon Dec 29 12:50:46 UTC 2008


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

Modified Files:
	Docbook.pm 
Log Message:
	* lib/Locale/Po4a/Docbook.pm: Reworked to take into account all
	the DocBook 5.0 tags, with the new classification.


Index: Docbook.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Docbook.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Docbook.pm	17 Nov 2008 15:13:27 -0000	1.28
+++ Docbook.pm	29 Dec 2008 12:50:44 -0000	1.29
@@ -64,8 +64,8 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2004 by Jordi Vilalta  <jvprat at gmail.com>
-Copyright (c) 2007-2008 by Nicolas François <nicolas.francois at centraliens.net>
+ Copyright (c) 2004 by Jordi Vilalta  <jvprat at gmail.com>
+ Copyright (c) 2007-2008 by Nicolas François <nicolas.francois at centraliens.net>
 
 This program is free software; you may redistribute it and/or modify it
 under the terms of GPL (see the COPYING file).
@@ -91,198 +91,1660 @@
[...1832 lines suppressed...]
+	$self->{options}{'_default_translated'} .= " <wordasword>";
+	$self->{options}{'_default_inline'} .= " <wordasword>";
+
+# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+
+	# xref; empty element;
+	$self->{options}{'_default_untranslated'} .= " <xref>";
+	$self->{options}{'_default_inline'} .= " <xref>";
+
+# YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
+
+	# year; contains text; Formatted inline
+	$self->{options}{'_default_translated'} .= " <year>";
+	$self->{options}{'_default_inline'} .= " <year>";
+
+# ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
+
 	$self->{options}{'attributes'}.='
 		lang';
 




More information about the Po4a-commits mailing list