<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-354</id>
	<title>Nabble - Xml Graphics - General</title>
	<updated>2009-12-22T02:13:42Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Xml-Graphics---General-f354.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Xml-Graphics---General-f354.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26886216</id>
	<title>Re: svn commit: r892977 - in /xmlgraphics/commons/trunk: src/java/org/apache/xmlgraphics/xmp/ src/java/org/apache/xmlgraphics/xmp/merge/ src/java/org/apache/xmlgraphics/xmp/schemas/ test/java/org/apache/xmlgraphics/xmp/</title>
	<published>2009-12-22T02:13:42Z</published>
	<updated>2009-12-22T02:13:42Z</updated>
	<author>
		<name>Vincent Hennebert-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; Author: jeremias
&lt;br&gt;&amp;gt; Date: Mon Dec 21 21:08:42 2009
&lt;br&gt;&amp;gt; New Revision: 892977
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=892977&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=892977&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; Added support for XMP Basic's Identifier property (uses qualifiers).
&lt;br&gt;&amp;gt; Some simplifications.
&lt;br&gt;&amp;lt;snip/&amp;gt;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Modified: 
&lt;br&gt;&amp;gt; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=892977&amp;r1=892976&amp;r2=892977&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=892977&amp;r1=892976&amp;r2=892977&amp;view=diff&lt;/a&gt;&lt;br&gt;&amp;gt; ==============================================================================
&lt;br&gt;&amp;gt; --- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java (original)
&lt;br&gt;&amp;gt; +++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java Mon Dec 21 21:08:42 2009
&lt;br&gt;&amp;gt; @@ -78,6 +78,19 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (value == null || value.length() == 0) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IllegalArgumentException(&amp;quot;Value must not be empty&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;addObjectToArray(propName, value, arrayType);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; * Adds a String value to an array.
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; * @param propName the property name
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; * @param value the String value
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; * @param arrayType the type of array to operate on
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;protected void addObjectToArray(String propName, Object value, XMPArrayType arrayType) {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (value == null) {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IllegalArgumentException(&amp;quot;Value must not be null&amp;quot;);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QName name = getQName(propName);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XMPProperty prop = meta.getProperty(name);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (prop == null) {
&lt;/div&gt;&lt;br&gt;The javadoc says String, the method name and parameter type say Object??
&lt;br&gt;&lt;br&gt;&amp;lt;snip/&amp;gt;
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26886216&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26886216&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-svn-commit%3A-r892977---in--xmlgraphics-commons-trunk%3A-src-java-org-apache-xmlgraphics-xmp--src-java-org-apache-xmlgraphics-xmp-merge--src-java-org-apache-xmlgraphics-xmp-schemas--test-java-org-apache-xmlgraphics-xmp--tp26886216p26886216.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26828379</id>
	<title>DO NOT REPLY [Bug 48405] Implement a color conversion utility</title>
	<published>2009-12-17T05:59:48Z</published>
	<updated>2009-12-17T05:59:48Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48405&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48405&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Peter Hancock &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828379&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter.hancock@...&lt;/a&gt;&amp;gt; 2009-12-17 05:59:47 UTC ---
&lt;br&gt;Created an attachment (id=24724)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=24724&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=24724&lt;/a&gt;)
&lt;br&gt;A color coverter interface
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828379&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828379&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48405--New%3A-Implement-a-color-conversion-utility-tp26828349p26828379.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26828349</id>
	<title>DO NOT REPLY [Bug 48405] New: Implement a color conversion utility</title>
	<published>2009-12-17T05:57:23Z</published>
	<updated>2009-12-17T05:57:23Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48405&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48405&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Implement a color conversion utility
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: XMLGraphicsCommons
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: Trunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: enhancement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Utilities
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828349&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter.hancock@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;awt.Color conversion is repetitively re-implemented in the fop code-base. It
&lt;br&gt;would be useful to have a common interface for providing this functionality
&lt;br&gt;that could be used in the XMLGraphics child projects.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828349&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26828349&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48405--New%3A-Implement-a-color-conversion-utility-tp26828349p26828349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26810377</id>
	<title>Re: DO NOT REPLY [Bug 48395] [PATCH] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T04:29:53Z</published>
	<updated>2009-12-16T04:29:53Z</updated>
	<author>
		<name>Andrey V Koltunov</name>
	</author>
	<content type="html">This patch is not about custom encoding for particular font.
&lt;br&gt;&lt;br&gt;Plese visit Adobe site: 
&lt;br&gt;&lt;a href=&quot;http://www.adobe.com/devnet/opentype/archives/non_latin.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.adobe.com/devnet/opentype/archives/non_latin.html&lt;/a&gt;&amp;nbsp;and pay 
&lt;br&gt;attention on 'Cyrillic Fonts' section.
&lt;br&gt;&lt;br&gt;Here is some quotation:
&lt;br&gt;'The Adobe Standard Cyrillic Encoding is essentially the Windows Cyrillic 
&lt;br&gt;Encoding, plus a few extra characters which are not in standard Windows 
&lt;br&gt;positions - so most users probably will not be able to access them.'
&lt;br&gt;&lt;br&gt;So, I think, that it is not custom encoding. It is a standard encoding, which 
&lt;br&gt;is still missing in FOP.
&lt;br&gt;&lt;br&gt;As far, as I know, the biggest Cyrillc font designer ParaType 
&lt;br&gt;(&lt;a href=&quot;http://www.paratype.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.paratype.com/&lt;/a&gt;), may be others, supply Type1 fonts with this 
&lt;br&gt;encoding, explicitly defined in afm files (EncodingScheme field)
&lt;br&gt;&lt;br&gt;&amp;gt; thanks for the patch. I don't fully understand its purpose; FOP already
&lt;br&gt;&amp;gt; supports cyrillic fonts as I've generated PS using cyrillic fonts before.
&lt;br&gt;&amp;gt; Your patch just seems to offer custom encoding for 1 particular font. Can
&lt;br&gt;&amp;gt; you elaborate on reasoning behind your patch.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810377&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810377&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26810377.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809767</id>
	<title>DO NOT REPLY [Bug 48395] [PATCH] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T03:30:24Z</published>
	<updated>2009-12-16T03:30:24Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Chris Bowditch &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bowditch_chris@...&lt;/a&gt;&amp;gt; 2009-12-16 03:30:23 UTC ---
&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;thanks for the patch. I don't fully understand its purpose; FOP already
&lt;br&gt;supports cyrillic fonts as I've generated PS using cyrillic fonts before. Your
&lt;br&gt;patch just seems to offer custom encoding for 1 particular font. Can you
&lt;br&gt;elaborate on reasoning behind your patch.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809767&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809767&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809618</id>
	<title>DO NOT REPLY [Bug 48395] [PATCH] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T03:17:06Z</published>
	<updated>2009-12-16T03:17:06Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;Vincent Hennebert &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809618&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vhennebert@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; Attachment #24708|0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is obsolete| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809618&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809618&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809618.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809610</id>
	<title>DO NOT REPLY [Bug 48395] [PATCH] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T03:16:29Z</published>
	<updated>2009-12-16T03:16:29Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;Vincent Hennebert &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809610&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vhennebert@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|Type1 fonts handling with &amp;nbsp; |[PATCH] Type1 fonts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|AdobeStandardCyrillic &amp;nbsp; &amp;nbsp; &amp;nbsp; |handling with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|encoding sheme &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|AdobeStandardCyrillic
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|encoding sheme
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809610&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809610&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809610.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809403</id>
	<title>DO NOT REPLY [Bug 48395] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T02:57:53Z</published>
	<updated>2009-12-16T02:57:53Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;Andrey Koltunov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809403&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koldun@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;See Also| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;https://issues.apache.org/b&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/b&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|ugzilla/show_bug.cgi?id=483
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|96
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809403&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809403&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809403.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809388</id>
	<title>DO NOT REPLY [Bug 48395] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T02:56:49Z</published>
	<updated>2009-12-16T02:56:49Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Andrey Koltunov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koldun@...&lt;/a&gt;&amp;gt; 2009-12-16 02:56:49 UTC ---
&lt;br&gt;Created an attachment (id=24710)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=24710&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=24710&lt;/a&gt;)
&lt;br&gt;corrected version of patch
&lt;br&gt;&lt;br&gt;corrected const in PSFontUtils.defineAdobeCyrillicEncoding
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809388&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809388&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809070</id>
	<title>DO NOT REPLY [Bug 48395] Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T02:27:14Z</published>
	<updated>2009-12-16T02:27:14Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Andrey Koltunov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809070&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koldun@...&lt;/a&gt;&amp;gt; 2009-12-16 02:27:14 UTC ---
&lt;br&gt;Created an attachment (id=24708)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=24708&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=24708&lt;/a&gt;)
&lt;br&gt;cyrillic &amp;nbsp;glyphs support
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809070&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809070&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809070.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809044</id>
	<title>DO NOT REPLY [Bug 48395] New: Type1 fonts handling with AdobeStandardCyrillic encoding sheme</title>
	<published>2009-12-16T02:24:52Z</published>
	<updated>2009-12-16T02:24:52Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48395&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Type1 fonts handling with AdobeStandardCyrillic
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; encoding sheme
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: XMLGraphicsCommons
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: Trunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: PostScript
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809044&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;koldun@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;This patch allow to use Type1 Cyrillic fonts in PS.
&lt;br&gt;&lt;br&gt;Method defineAdobeCyrillicEncoding need for using in another patch, adding
&lt;br&gt;cyrillic support in FOP (which I also post to bugzilla).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809044&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809044&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48395--New%3A-Type1-fonts-handling-with-AdobeStandardCyrillic-encoding-sheme-tp26809044p26809044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779489</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-14T07:21:05Z</published>
	<updated>2009-12-14T07:21:05Z</updated>
	<author>
		<name>The Web Maestro</name>
	</author>
	<content type="html">Revising the VOTE to include Jörg's +1...
&lt;br&gt;&lt;br&gt;Time to sum up the votes.
&lt;br&gt;&lt;br&gt;+1 = 8
&lt;br&gt;+0.5 = 1
&lt;br&gt;+0 = 1
&lt;br&gt;&lt;br&gt;On Sat, Dec 12, 2009 at 9:44 AM, J.Pietschmann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j3322ptm@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Exactly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry that I missed the vote. (+1 I that still counts.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; J.Pietschmann
&lt;br&gt;&lt;br&gt;On Sat, Dec 12, 2009 at 9:27 AM, The Web Maestro
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Time to sum up the votes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1 = 7
&lt;br&gt;&amp;gt; +0.5 = 1
&lt;br&gt;&amp;gt; +0 = 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No other votes and no VETOs. The vote passes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Congratulations, Pascal! The Apache XML Graphics Project welcomes its
&lt;br&gt;&amp;gt; newest COMMITTER: Pascal Sancho!
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779489&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779489&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26779489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774370</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-14T00:27:03Z</published>
	<updated>2009-12-14T00:27:03Z</updated>
	<author>
		<name>Pascal Sancho</name>
	</author>
	<content type="html">Hi Clay,
&lt;br&gt;&lt;br&gt;Thank you all for your confidence, this makes me more involved.
&lt;br&gt;However, I will continue to contribute in the same way I do it FTM.
&lt;br&gt;&lt;br&gt;Thanks again.
&lt;br&gt;Pascal
&lt;br&gt;&lt;br&gt;&lt;br&gt;The Web Maestro a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Time to sum up the votes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1 = 7
&lt;br&gt;&amp;gt; +0.5 = 1
&lt;br&gt;&amp;gt; +0 = 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No other votes and no VETOs. The vote passes.
&lt;br&gt;&amp;gt; Congratulations, Pascal! The Apache XML Graphics Project welcomes its
&lt;br&gt;&amp;gt; newest COMMITTER: Pascal Sancho!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; The Web Maestro
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774370&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774370&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26774370.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26759639</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-12T09:44:58Z</published>
	<updated>2009-12-12T09:44:58Z</updated>
	<author>
		<name>J.Pietschmann</name>
	</author>
	<content type="html">On 09.12.2009 16:33, The Web Maestro wrote:
&lt;br&gt;...
&lt;br&gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&lt;br&gt;Exactly.
&lt;br&gt;&lt;br&gt;Sorry that I missed the vote. (+1 I that still counts.)
&lt;br&gt;&lt;br&gt;J.Pietschmann
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26759639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26759482</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-12T09:27:11Z</published>
	<updated>2009-12-12T09:27:11Z</updated>
	<author>
		<name>The Web Maestro</name>
	</author>
	<content type="html">Time to sum up the votes.
&lt;br&gt;&lt;br&gt;+1 = 7
&lt;br&gt;+0.5 = 1
&lt;br&gt;+0 = 1
&lt;br&gt;&lt;br&gt;No other votes and no VETOs. The vote passes.
&lt;br&gt;&lt;br&gt;Congratulations, Pascal! The Apache XML Graphics Project welcomes its
&lt;br&gt;newest COMMITTER: Pascal Sancho!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;The Web Maestro
&lt;br&gt;-- 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759482&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;My religion is simple. My religion is kindness.
&lt;br&gt;- HH The 14th Dalai Lama of Tibet
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Dec 9, 2009 at 7:33 AM, The Web Maestro
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759482&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759482&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759482&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759482&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26759482.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26759390</id>
	<title>Re: [VOTE] Helder Magalhães for Committer</title>
	<published>2009-12-12T09:18:14Z</published>
	<updated>2009-12-12T09:18:14Z</updated>
	<author>
		<name>The Web Maestro</name>
	</author>
	<content type="html">Time to sum up the votes.
&lt;br&gt;&lt;br&gt;+1 = 7
&lt;br&gt;+0 = 3
&lt;br&gt;&lt;br&gt;No other votes and no VETOs. The vote passes.
&lt;br&gt;&lt;br&gt;Congratulations, Helder! The Apache XML Graphics Project welcomes its
&lt;br&gt;newest COMMITTER!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;The Web Maestro
&lt;br&gt;-- 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759390&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;My religion is simple. My religion is kindness.
&lt;br&gt;- HH The 14th Dalai Lama of Tibet
&lt;br&gt;&lt;br&gt;2009/12/7 The Web Maestro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759390&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As you all know, Helder Magalhães has been actively contributing to
&lt;br&gt;&amp;gt; the Batik lists since 2008, helping users and cleaning up bugzilla.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although Helder hasn't yet exhibited his Java coding prowess, he has
&lt;br&gt;&amp;gt; demonstrated a willingness to help others get the most out of Batik,
&lt;br&gt;&amp;gt; and for that I'd like his efforts to be rewarded.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache Batik Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Helder. So here is my vote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well done Helder! Keep up the good work!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759390&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759390&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26759390&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Helder-Magalh%C3%A3es-for-Committer-tp26689347p26759390.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26751128</id>
	<title>Re: svn commit: r888794 - in /xmlgraphics/commons/trunk: src/java/org/apache/xmlgraphics/xmp/ src/java/org/apache/xmlgraphics/xmp/schemas/ test/java/org/apache/xmlgraphics/xmp/</title>
	<published>2009-12-11T12:38:46Z</published>
	<updated>2009-12-11T12:38:46Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Thanks for the nudge and the typo fixes, Vincent. I've fixed a few
&lt;br&gt;smaller bugs by improving test coverage. The whole thing should behave
&lt;br&gt;much better now.
&lt;br&gt;&lt;br&gt;On 10.12.2009 12:25:31 Vincent Hennebert wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Author: jeremias
&lt;br&gt;&amp;gt; &amp;gt; Date: Wed Dec &amp;nbsp;9 13:21:04 2009
&lt;br&gt;&amp;gt; &amp;gt; New Revision: 888794
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=888794&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=888794&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; Log:
&lt;br&gt;&amp;gt; &amp;gt; Added access methods for the remaining Dublin Core properties to the adapter.
&lt;br&gt;&amp;gt; &amp;gt; Added support for removing properties.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Added:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/XMPPropertyTest.java
&lt;br&gt;&amp;gt; &amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/Metadata.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/PropertyAccess.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPArray.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPProperty.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPStructure.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/DublinCoreAdapter.java
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;snip/&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Modified: 
&lt;br&gt;&amp;gt; &amp;gt; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java
&lt;br&gt;&amp;gt; &amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=888794&amp;r1=888793&amp;r2=888794&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=888794&amp;r1=888793&amp;r2=888794&amp;view=diff&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; ==============================================================================
&lt;br&gt;&amp;gt; &amp;gt; --- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java (original)
&lt;br&gt;&amp;gt; &amp;gt; +++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java Wed Dec &amp;nbsp;9 13:21:04 2009
&lt;br&gt;&amp;gt; &amp;gt; @@ -272,11 +306,13 @@
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;protected void setValue(String propName, String value) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QName name = getQName(propName);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XMPProperty prop = meta.getProperty(name);
&lt;br&gt;&amp;gt; &amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (prop == null) {
&lt;br&gt;&amp;gt; &amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (prop == null &amp;&amp; value != null &amp;&amp; value.length() &amp;gt; 0) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prop = new XMPProperty(name, value);
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;meta.setProperty(prop);
&lt;br&gt;&amp;gt; &amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;gt; &amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else if (value != null) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prop.setValue(value);
&lt;br&gt;&amp;gt; &amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;gt; &amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;meta.removeProperty(name);
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What’s supposed to happen if (prop == null &amp;&amp; value != null &amp;&amp; value.length()
&lt;br&gt;&amp;gt; == 0)?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Vincent
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26751128&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26751128&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-svn-commit%3A-r888794---in--xmlgraphics-commons-trunk%3A-src-java-org-apache-xmlgraphics-xmp--src-java-org-apache-xmlgraphics-xmp-schemas--test-java-org-apache-xmlgraphics-xmp--tp26725719p26751128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26739680</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-10T23:23:23Z</published>
	<updated>2009-12-10T23:23:23Z</updated>
	<author>
		<name>Simon Pepping @ Home</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 10:50:58AM +0000, Vincent Hennebert wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Max Berger wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi *,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I don't see the advantage of having commit rights if you do not submit
&lt;br&gt;&amp;gt; &amp;gt; any code.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Granting committership is a means to reward somebody for their constant
&lt;br&gt;&amp;gt; involvement in the community. In that case it???s more for the symbolic
&lt;br&gt;&amp;gt; side of it, although there are things a committer can do that don???t
&lt;br&gt;&amp;gt; require coding skills (bug triage, website maintenance, etc.).
&lt;/div&gt;&lt;br&gt;Committership is not a reward. We grant committership to those who
&lt;br&gt;play a strong role in the community around FOP, and thereby we make
&lt;br&gt;them a more visible member of that community with extra roles,
&lt;br&gt;responsibilities and powers.
&lt;br&gt;&lt;br&gt;Creating code is one of those roles, and the most prominent one of
&lt;br&gt;committers. The community needs many other roles in order to remain
&lt;br&gt;strong. The only named role is that of a committer, and we use it for
&lt;br&gt;all who lead FOP's community. It might be better to have more named
&lt;br&gt;roles, but we do not have them.
&lt;br&gt;&lt;br&gt;Regards, Simon
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Simon Pepping
&lt;br&gt;home page: &lt;a href=&quot;http://www.leverkruid.eu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.leverkruid.eu&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739680&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739680&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26739680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26739638</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-10T23:16:47Z</published>
	<updated>2009-12-10T23:16:47Z</updated>
	<author>
		<name>Simon Pepping @ Home</name>
	</author>
	<content type="html">+1 from me. Pascal strengthens the community around FOP. As a
&lt;br&gt;committer his role is publicly recognized, and he can make his
&lt;br&gt;contributions that more effectively.
&lt;br&gt;&lt;br&gt;Simon
&lt;br&gt;&lt;br&gt;On Wed, Dec 09, 2009 at 07:33:00AM -0800, The Web Maestro wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739638&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739638&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739638&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Simon Pepping
&lt;br&gt;home page: &lt;a href=&quot;http://www.leverkruid.eu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.leverkruid.eu&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739638&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739638&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26739638.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26733905</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-10T12:20:31Z</published>
	<updated>2009-12-10T12:20:31Z</updated>
	<author>
		<name>Cameron McCormack-4</name>
	</author>
	<content type="html">The Web Maestro:
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&lt;br&gt;+0, since I haven't been following FOP.
&lt;br&gt;&lt;br&gt;Cameron
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733905&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26733905&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26733905.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26726842</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-10T05:01:45Z</published>
	<updated>2009-12-10T05:01:45Z</updated>
	<author>
		<name>Christian Geisert</name>
	</author>
	<content type="html">The Web Maestro schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;/div&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726842&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26726842&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26726842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26725719</id>
	<title>Re: svn commit: r888794 - in /xmlgraphics/commons/trunk: src/java/org/apache/xmlgraphics/xmp/ src/java/org/apache/xmlgraphics/xmp/schemas/ test/java/org/apache/xmlgraphics/xmp/</title>
	<published>2009-12-10T03:25:31Z</published>
	<updated>2009-12-10T03:25:31Z</updated>
	<author>
		<name>Vincent Hennebert-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Author: jeremias
&lt;br&gt;&amp;gt; Date: Wed Dec &amp;nbsp;9 13:21:04 2009
&lt;br&gt;&amp;gt; New Revision: 888794
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=888794&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=888794&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; Added access methods for the remaining Dublin Core properties to the adapter.
&lt;br&gt;&amp;gt; Added support for removing properties.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Added:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/test/java/org/apache/xmlgraphics/xmp/XMPPropertyTest.java
&lt;br&gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/Metadata.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/PropertyAccess.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPArray.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPProperty.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPStructure.java
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/DublinCoreAdapter.java
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&amp;lt;snip/&amp;gt;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Modified: 
&lt;br&gt;&amp;gt; xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=888794&amp;r1=888793&amp;r2=888794&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java?rev=888794&amp;r1=888793&amp;r2=888794&amp;view=diff&lt;/a&gt;&lt;br&gt;&amp;gt; ==============================================================================
&lt;br&gt;&amp;gt; --- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java (original)
&lt;br&gt;&amp;gt; +++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/XMPSchemaAdapter.java Wed Dec &amp;nbsp;9 13:21:04 2009
&lt;br&gt;&amp;gt; @@ -272,11 +306,13 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;protected void setValue(String propName, String value) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QName name = getQName(propName);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XMPProperty prop = meta.getProperty(name);
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (prop == null) {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (prop == null &amp;&amp; value != null &amp;&amp; value.length() &amp;gt; 0) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prop = new XMPProperty(name, value);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;meta.setProperty(prop);
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else if (value != null) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;prop.setValue(value);
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;meta.removeProperty(name);
&lt;/div&gt;&lt;br&gt;What’s supposed to happen if (prop == null &amp;&amp; value != null &amp;&amp; value.length()
&lt;br&gt;== 0)?
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725719&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725719&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-svn-commit%3A-r888794---in--xmlgraphics-commons-trunk%3A-src-java-org-apache-xmlgraphics-xmp--src-java-org-apache-xmlgraphics-xmp-schemas--test-java-org-apache-xmlgraphics-xmp--tp26725719p26725719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26725371</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-10T02:54:35Z</published>
	<updated>2009-12-10T02:54:35Z</updated>
	<author>
		<name>Vincent Hennebert-2</name>
	</author>
	<content type="html">The Web Maestro wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;/div&gt;&lt;br&gt;This is well deserved. Helping out on the users list and cleaning up
&lt;br&gt;Bugzilla is of great relief for us developers.
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725371&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725371&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26725371.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26725334</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-10T02:50:58Z</published>
	<updated>2009-12-10T02:50:58Z</updated>
	<author>
		<name>Vincent Hennebert-2</name>
	</author>
	<content type="html">Max Berger wrote:
&lt;br&gt;&amp;gt; Hi *,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't see the advantage of having commit rights if you do not submit
&lt;br&gt;&amp;gt; any code.
&lt;br&gt;&lt;br&gt;Granting committership is a means to reward somebody for their constant
&lt;br&gt;involvement in the community. In that case it’s more for the symbolic
&lt;br&gt;side of it, although there are things a committer can do that don’t
&lt;br&gt;require coding skills (bug triage, website maintenance, etc.).
&lt;br&gt;&lt;br&gt;&amp;lt;snip/&amp;gt;
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725334&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26725334&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26725334.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714308</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-09T09:36:49Z</published>
	<updated>2009-12-09T09:36:49Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">+1 from me. Well deserved! I second Clay's thanks. Your contributions
&lt;br&gt;are highly appreciated, Pascal.
&lt;br&gt;&lt;br&gt;On 09.12.2009 16:33:00 The Web Maestro wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714308&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26714308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26714097</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-09T09:26:20Z</published>
	<updated>2009-12-09T09:26:20Z</updated>
	<author>
		<name>cbowditch</name>
	</author>
	<content type="html">Adrian Cumiskey wrote:
&lt;br&gt;&amp;gt; Although there haven't been any code contributions of which I am aware,
&lt;br&gt;&amp;gt; Pascal has made many contributions to the FOP user mailing lists and
&lt;br&gt;&amp;gt; followed up bugzilla entries over a long period of time (number of years).
&lt;br&gt;&amp;gt; He has also demonstrated a good knowledge of FOP, XSL:FO and digital
&lt;br&gt;&amp;gt; typography in general. &amp;nbsp;He is a valuable contributor to this community,
&lt;br&gt;&amp;gt; maybe committership will inspire some code... :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So my vote is +1.
&lt;br&gt;&lt;br&gt;+1 from me too. Well done Pascal.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Adrian.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009/12/9 Max Berger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;max@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi *,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't see the advantage of having commit rights if you do not submit
&lt;br&gt;&amp;gt;&amp;gt; any code. But I do like the answers and bugzilla entries of Sancho.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; +0.5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Max
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/12/9 The Web Maestro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; +1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Clay
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26714097&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26714097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26713924</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-09T09:14:58Z</published>
	<updated>2009-12-09T09:14:58Z</updated>
	<author>
		<name>Adrian Cumiskey</name>
	</author>
	<content type="html">Although there haven't been any code contributions of which I am aware,
&lt;br&gt;Pascal has made many contributions to the FOP user mailing lists and
&lt;br&gt;followed up bugzilla entries over a long period of time (number of years).
&lt;br&gt;He has also demonstrated a good knowledge of FOP, XSL:FO and digital
&lt;br&gt;typography in general. &amp;nbsp;He is a valuable contributor to this community,
&lt;br&gt;maybe committership will inspire some code... :)
&lt;br&gt;&lt;br&gt;So my vote is +1.
&lt;br&gt;&lt;br&gt;Adrian.
&lt;br&gt;&lt;br&gt;2009/12/9 Max Berger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;max@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi *,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't see the advantage of having commit rights if you do not submit
&lt;br&gt;&amp;gt; any code. But I do like the answers and bugzilla entries of Sancho.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +0.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Max
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/12/9 The Web Maestro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; &amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; &amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; &amp;gt; should be rewarded.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; &amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; &amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; +1
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Clay
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; &amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26713924&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Kind regards,
&lt;br&gt;&lt;br&gt;Adrian Cumiskey.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26713924.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26712498</id>
	<title>Re: [VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-09T07:51:14Z</published>
	<updated>2009-12-09T07:51:14Z</updated>
	<author>
		<name>Max Berger</name>
	</author>
	<content type="html">Hi *,
&lt;br&gt;&lt;br&gt;I don't see the advantage of having commit rights if you do not submit
&lt;br&gt;any code. But I do like the answers and bugzilla entries of Sancho.
&lt;br&gt;&lt;br&gt;+0.5
&lt;br&gt;&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;2009/12/9 The Web Maestro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;&amp;gt; FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;&amp;gt; many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;&amp;gt; should be rewarded.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Pascal. So here is my vote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well done Pascal! Thank you for your efforts!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712498&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712498&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712498&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712498&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26712498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26712158</id>
	<title>[VOTE] Pascal Sancho for Committer</title>
	<published>2009-12-09T07:33:00Z</published>
	<updated>2009-12-09T07:33:00Z</updated>
	<author>
		<name>The Web Maestro</name>
	</author>
	<content type="html">Fellow Committers,
&lt;br&gt;&lt;br&gt;As you all know, Pascal Sancho has been actively contributing to the
&lt;br&gt;FOP lists since 2004, helping users and cleaning up bugzilla to boot!.
&lt;br&gt;&lt;br&gt;Although Pascal hasn't been actively contributing code, he has helped
&lt;br&gt;many on the FOP &amp; XML Graphics lists, and for that I think his efforts
&lt;br&gt;should be rewarded.
&lt;br&gt;&lt;br&gt;The Apache XML Graphics Project, and the Apache FOP Project in
&lt;br&gt;particular, are a better place because of active contributors like
&lt;br&gt;Pascal. So here is my vote:
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;(Votes only on general@... please.)
&lt;br&gt;&lt;br&gt;Well done Pascal! Thank you for your efforts!
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Clay
&lt;br&gt;-- 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;My religion is simple. My religion is kindness.
&lt;br&gt;- HH The 14th Dalai Lama of Tibet
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712158&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26712158&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Pascal-Sancho-for-Committer-tp26712158p26712158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26709271</id>
	<title>Re: [VOTE] Helder Magalhães for Committer</title>
	<published>2009-12-09T04:13:15Z</published>
	<updated>2009-12-09T04:13:15Z</updated>
	<author>
		<name>Christian Geisert</name>
	</author>
	<content type="html">The Web Maestro schrieb:
&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you all know, Helder Magalhães has been actively contributing to
&lt;br&gt;&amp;gt; the Batik lists since 2008, helping users and cleaning up bugzilla.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although Helder hasn't yet exhibited his Java coding prowess, he has
&lt;br&gt;&amp;gt; demonstrated a willingness to help others get the most out of Batik,
&lt;br&gt;&amp;gt; and for that I'd like his efforts to be rewarded.
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26709271&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26709271&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Helder-Magalh%C3%A3es-for-Committer-tp26689347p26709271.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26709265</id>
	<title>Re: [VOTE] Helder Magalhães for Committer</title>
	<published>2009-12-09T04:12:58Z</published>
	<updated>2009-12-09T04:12:58Z</updated>
	<author>
		<name>Max Berger</name>
	</author>
	<content type="html">Hi *,
&lt;br&gt;&lt;br&gt;2009/12/8 Chris Bowditch &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26709265&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bowditch_chris@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; The Web Maestro wrote:
&lt;br&gt;&amp;gt;&amp;gt; As you all know, Helder Magalhães has been actively contributing to
&lt;br&gt;&amp;gt;&amp;gt; the Batik lists since 2008, helping users and cleaning up bugzilla.
&lt;br&gt;&amp;gt; I haven't followed Batik, so can only vote +0.
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&lt;br&gt;same for me: +0
&lt;br&gt;&lt;br&gt;Max
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26709265&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26709265&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Helder-Magalh%C3%A3es-for-Committer-tp26689347p26709265.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26708563</id>
	<title>Re: [VOTE] Helder Magalhães for Committer</title>
	<published>2009-12-09T03:08:56Z</published>
	<updated>2009-12-09T03:08:56Z</updated>
	<author>
		<name>Simon Pepping @ Home</name>
	</author>
	<content type="html">On Tue, Dec 08, 2009 at 09:43:49PM +1100, Cameron McCormack wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The Web Maestro:
&lt;br&gt;&amp;gt; &amp;gt; The Apache XML Graphics Project, and the Apache Batik Project in
&lt;br&gt;&amp;gt; &amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; &amp;gt; Helder. So here is my vote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; +1
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Well done Helder! Keep up the good work!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1 from me. &amp;nbsp;Helder is great contributor to the Batik community and I am
&lt;br&gt;&amp;gt; in favour of having him as a committer to help him in that role.
&lt;/div&gt;&lt;br&gt;I second that. +1 from me.
&lt;br&gt;&lt;br&gt;Simon
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Simon Pepping
&lt;br&gt;home page: &lt;a href=&quot;http://www.leverkruid.eu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.leverkruid.eu&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708563&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708563&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Helder-Magalh%C3%A3es-for-Committer-tp26689347p26708563.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26708360</id>
	<title>Re: [VOTE] Helder Magalhães for Committer</title>
	<published>2009-12-09T02:50:23Z</published>
	<updated>2009-12-09T02:50:23Z</updated>
	<author>
		<name>Vincent Hennebert-2</name>
	</author>
	<content type="html">The Web Maestro wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As you all know, Helder Magalhães has been actively contributing to
&lt;br&gt;&amp;gt; the Batik lists since 2008, helping users and cleaning up bugzilla.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although Helder hasn't yet exhibited his Java coding prowess, he has
&lt;br&gt;&amp;gt; demonstrated a willingness to help others get the most out of Batik,
&lt;br&gt;&amp;gt; and for that I'd like his efforts to be rewarded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache Batik Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Helder. So here is my vote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;/div&gt;&lt;br&gt;Not really following batik-users, but I like what I see on batik-dev.
&lt;br&gt;&lt;br&gt;Well done, and +1.
&lt;br&gt;&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708360&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Helder-Magalh%C3%A3es-for-Committer-tp26689347p26708360.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26701684</id>
	<title>Re: [VOTE] Helder Magalhães for Committer</title>
	<published>2009-12-08T14:06:46Z</published>
	<updated>2009-12-08T14:06:46Z</updated>
	<author>
		<name>J.Pietschmann</name>
	</author>
	<content type="html">On 08.12.2009 07:33, The Web Maestro wrote:
&lt;br&gt;&amp;gt; Although Helder hasn't yet exhibited his Java coding prowess, he has
&lt;br&gt;&amp;gt; demonstrated a willingness to help others get the most out of Batik,
&lt;br&gt;&amp;gt; and for that I'd like his efforts to be rewarded.
&lt;br&gt;&lt;br&gt;I noticed the activity:
&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;J.Pietschmann
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26701684&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26701684&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Helder-Magalh%C3%A3es-for-Committer-tp26689347p26701684.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26694237</id>
	<title>Re: [VOTE] Max Berger for Committer</title>
	<published>2009-12-08T05:55:58Z</published>
	<updated>2009-12-08T05:55:58Z</updated>
	<author>
		<name>The Web Maestro</name>
	</author>
	<content type="html">Please disregard this VOTE. I've started another.
&lt;br&gt;&lt;br&gt;Sorry Max &amp; Helder!
&lt;br&gt;&lt;br&gt;Clay
&lt;br&gt;&lt;br&gt;On 12/7/09, The Web Maestro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Fellow Committers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As you all know, Helder Magalhães has been actively contributing to
&lt;br&gt;&amp;gt; the Batik lists since 2008, helping users and cleaning up bugzilla.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although Helder hasn't yet exhibited his Java coding prowess, he has
&lt;br&gt;&amp;gt; demonstrated a willingness to help others get the most out of Batik,
&lt;br&gt;&amp;gt; and for that I'd like his efforts to be rewarded.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Apache XML Graphics Project, and the Apache Batik Project in
&lt;br&gt;&amp;gt; particular, are a better place because of active contributors like
&lt;br&gt;&amp;gt; Helder. So here is my vote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Votes only on general@... please.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well done Helder! Keep up the good work!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clay
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694237&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; My religion is simple. My religion is kindness.
&lt;br&gt;&amp;gt; - HH The 14th Dalai Lama of Tibet
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;The Web Maestro
&lt;br&gt;-- 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694237&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the.webmaestro@...&lt;/a&gt;&amp;gt; - &amp;lt;&lt;a href=&quot;http://ourlil.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ourlil.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;My religion is simple. My religion is kindness.
&lt;br&gt;- HH The 14th Dalai Lama of Tibet
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694237&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26694237&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-VOTE--Max-Berger-for-Committer-tp26689261p26694237.html" />
</entry>

</feed>
