You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2006/04/11 23:11:16 UTC

svn commit: r393310 [1/3] - in /xmlgraphics/commons/trunk: ./ src/documentation/ src/documentation/classes/ src/documentation/content/ src/documentation/content/xdocs/ src/documentation/resources/ src/documentation/resources/images/ src/documentation/t...

Author: jeremias
Date: Tue Apr 11 14:11:13 2006
New Revision: 393310

URL: http://svn.apache.org/viewcvs?rev=393310&view=rev
Log:
Skeleton for Commons website with minimal initial content.

Added:
    xmlgraphics/commons/trunk/forrest.properties   (with props)
    xmlgraphics/commons/trunk/src/documentation/
    xmlgraphics/commons/trunk/src/documentation/README.txt   (with props)
    xmlgraphics/commons/trunk/src/documentation/classes/
    xmlgraphics/commons/trunk/src/documentation/classes/CatalogManager.properties   (with props)
    xmlgraphics/commons/trunk/src/documentation/content/
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/download.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/favicon.ico   (with props)
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/resources/
    xmlgraphics/commons/trunk/src/documentation/resources/images/
    xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.gif   (with props)
    xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.jpg   (with props)
    xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.svg   (with props)
    xmlgraphics/commons/trunk/src/documentation/skinconf.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/
    xmlgraphics/commons/trunk/src/documentation/translations/langcode.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/languages_en.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/languages_es.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_af.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_de.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_es.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_it.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_no.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_ru.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/menu_sk.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/tabs.xml   (with props)
    xmlgraphics/commons/trunk/src/documentation/translations/tabs_es.xml   (with props)

Added: xmlgraphics/commons/trunk/forrest.properties
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/forrest.properties?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/forrest.properties (added)
+++ xmlgraphics/commons/trunk/forrest.properties Tue Apr 11 14:11:13 2006
@@ -0,0 +1,105 @@
+# Copyright 2006 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+##############
+# Properties used by forrest.build.xml for building the website
+# These are the defaults, un-comment them if you need to change them.
+##############
+
+# Prints out a summary of Forrest settings for this project
+#forrest.echo=true 
+
+# Project name (used to name .war file)
+#project.name=my-project
+
+# Specifies name of Forrest skin to use
+#project.skin=tigris
+#project.skin=crust
+project.skin=pelt
+
+# comma separated list, file:// is supported
+#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
+
+##############
+# behavioural properties
+#project.menu-scheme=tab_attributes
+#project.menu-scheme=directories
+
+##############
+# layout properties
+
+# Properties that can be set to override the default locations
+#
+# Parent properties must be set. This usually means uncommenting
+# project.content-dir if any other property using it is uncommented
+
+#project.status=status.xml
+#project.content-dir=src/documentation
+#project.raw-content-dir=${project.content-dir}/content
+#project.conf-dir=${project.content-dir}/conf
+#project.sitemap-dir=${project.content-dir}
+#project.xdocs-dir=${project.content-dir}/content/xdocs
+#project.resources-dir=${project.content-dir}/resources
+#project.stylesheets-dir=${project.resources-dir}/stylesheets
+#project.images-dir=${project.resources-dir}/images
+#project.schema-dir=${project.resources-dir}/schema
+#project.skins-dir=${project.content-dir}/skins
+#project.skinconf=${project.content-dir}/skinconf.xml
+#project.lib-dir=${project.content-dir}/lib
+#project.classes-dir=${project.content-dir}/classes
+#project.translations-dir=${project.content-dir}/translations
+
+##############
+# validation properties
+
+# This set of properties determine if validation is performed
+# Values are inherited unless overridden.
+# e.g. if forrest.validate=false then all others are false unless set to true.
+#forrest.validate=true
+#forrest.validate.xdocs=${forrest.validate}
+#forrest.validate.skinconf=${forrest.validate}
+#forrest.validate.sitemap=${forrest.validate}
+#forrest.validate.stylesheets=${forrest.validate}
+#forrest.validate.skins=${forrest.validate}
+#forrest.validate.skins.stylesheets=${forrest.validate.skins}
+
+# *.failonerror=(true|false) - stop when an XML file is invalid
+#forrest.validate.failonerror=true
+
+# *.excludes=(pattern) - comma-separated list of path patterns to not validate
+# e.g.
+#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
+
+
+##############
+# General Forrest properties
+
+# The URL to start crawling from
+#project.start-uri=linkmap.html
+# Set logging level for messages printed to the console
+# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
+#project.debuglevel=ERROR
+# Max memory to allocate to Java
+#forrest.maxmemory=64m
+# Any other arguments to pass to the JVM. For example, to run on an X-less
+# server, set to -Djava.awt.headless=true
+#forrest.jvmargs=
+# The bugtracking URL - the issue number will be appended
+#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
+#project.bugtracking-url=http://issues.apache.org/jira/browse/
+# The issues list as rss
+#project.issues-rss-url=
+#I18n Property only works for the "forrest run" target.
+#project.i18n=true

Propchange: xmlgraphics/commons/trunk/forrest.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/src/documentation/README.txt
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/README.txt?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/README.txt (added)
+++ xmlgraphics/commons/trunk/src/documentation/README.txt Tue Apr 11 14:11:13 2006
@@ -0,0 +1,7 @@
+This is the base documentation directory.
+
+skinconf.xml     # This file customizes Forrest for your project. In it, you
+                 # tell forrest the project name, logo, copyright info, etc
+
+sitemap.xmap     # Optional. This sitemap is consulted before all core sitemaps.
+                 # See http://forrest.apache.org/docs/project-sitemap.html

Propchange: xmlgraphics/commons/trunk/src/documentation/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/classes/CatalogManager.properties?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/classes/CatalogManager.properties (added)
+++ xmlgraphics/commons/trunk/src/documentation/classes/CatalogManager.properties Tue Apr 11 14:11:13 2006
@@ -0,0 +1,37 @@
+# Copyright 2002-2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#=======================================================================
+# CatalogManager.properties
+#
+# This is the default properties file for Apache Forrest.
+# This facilitates local configuration of application-specific catalogs.
+#
+# See the Apache Forrest documentation:
+# http://forrest.apache.org/docs/your-project.html
+# http://forrest.apache.org/docs/validation.html
+
+# verbosity ... level of messages for status/debug
+# See forrest/src/core/context/WEB-INF/cocoon.xconf
+
+# catalogs ... list of additional catalogs to load
+#  (Note that Apache Forrest will automatically load its own default catalog
+#  from src/core/context/resources/schema/catalog.xcat)
+# use full pathnames
+# pathname separator is always semi-colon (;) regardless of operating system
+# directory separator is always slash (/) regardless of operating system
+#
+#catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat
+catalogs=
+

Propchange: xmlgraphics/commons/trunk/src/documentation/classes/CatalogManager.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/content/xdocs/download.xml?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/download.xml (added)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/download.xml Tue Apr 11 14:11:13 2006
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
+<document> 
+  <header> 
+    <title>Download Apache XML Graphics Commons</title> 
+  </header> 
+  <body> 
+    <section id="release">
+      <title>Download a Release</title>
+      <p>
+        The first release of Apache XML Graphics Commons will soon be made available. Until then,
+        please get the source code from Subversion.
+      </p>
+    </section>
+    <section id="svn">
+      <title>Download from Subversion</title>
+      <p>
+        The latest source code is available directly from the Subversion repository:
+      </p>
+      <table>
+        <tr>
+          <th colspan="2">Trunk</th>
+        </tr>
+        <tr>
+          <td>Repository URL</td>
+          <td>
+            <link href="http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/">
+              <code>http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/</code>
+            </link>
+          </td>
+        </tr>
+        <tr>
+          <td>Web view</td>
+          <td>
+            <link href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/">
+              <code>http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/</code>
+            </link>
+          </td>
+        </tr>
+      </table>
+      <note>
+        Committers need to replace "<code>http</code>" with "<code>https</code>"
+        and then log in so they can gain write access!
+      </note>
+    </section>
+  </body>
+</document>

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/download.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: xmlgraphics/commons/trunk/src/documentation/content/xdocs/favicon.ico
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/content/xdocs/favicon.ico?rev=393310&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = image/x-icon

Added: xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml (added)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml Tue Apr 11 14:11:13 2006
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
+<document> 
+  <header> 
+    <title>Apache XML Graphics Commons</title> 
+  </header> 
+  <body> 
+    <section>
+      <title>Overview</title>
+      <p>
+        Apache XML Graphics Commons is a library that consists of several reusable components 
+        used by <a href="ext:batik">Apache Batik</a> and <a href="ext:fop">Apache FOP</a>. 
+        Many of these components can easily be used separately outside the domains of SVG 
+        and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D 
+        implementations that let you generate PDF and PostScript files and much more.
+      </p>
+      <p>
+        Apache XML Graphics Commons has only just started. It's in the process of being
+        populated with components coming from Apache Batik and Apache FOP. Stay tuned for
+        exciting treasures made available.
+      </p>
+      <p>
+        In the Wiki, we have a 
+        <a href="http://wiki.apache.org/xmlgraphics/XmlGraphicsCommonComponents">plan for building Apache XML Graphics Commons</a>.
+        The plan will give you an idea of what you can expect to find here when we're finished 
+        migrating components.
+      </p>
+    </section>
+    <section id="features">
+      <title>Features</title>
+      <p>
+        What follows is a list of components which have already been ported from Batik and FOP:
+      </p>
+      <table>
+        <tr>
+          <th>Description</th>
+          <th>Package</th>
+          <th>Provenance</th>
+        </tr>
+        <tr>
+          <td>Image codecs for PNG and TIFF</td>
+          <td>org.apache.xmlgraphics.image.codec</td>
+          <td>Batik</td>
+        </tr>
+        <tr>
+          <td>Bitmap image writer abstraction with implementation for the above codecs and for the Image I/O API.</td>
+          <td>org.apache.xmlgraphics.image.writer</td>
+          <td>Batik</td>
+        </tr>
+        <tr>
+          <td>Java2D helper classes</td>
+          <td>org.apache.xmlgraphics.image.rendered and org.apache.xmlgraphics.java2d</td>
+          <td>Batik</td>
+        </tr>
+        <tr>
+          <td>Graphics2D implementation that produces PostScript and EPS</td>
+          <td>org.apache.xmlgraphics.java2d.ps</td>
+          <td>FOP</td>
+        </tr>
+        <tr>
+          <td>Helper classes for PostScript code production</td>
+          <td>org.apache.xmlgraphics.ps</td>
+          <td>FOP</td>
+        </tr>
+        <tr>
+          <td>Various I/O classes, encoders and decoders for various formats</td>
+          <td>org.apache.xmlgraphics.util.io</td>
+          <td>Batik/FOP</td>
+        </tr>
+      </table>
+    </section>
+  </body>
+</document>

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/index.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml (added)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml Tue Apr 11 14:11:13 2006
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Forrest site.xml
+
+This file contains an outline of the site's information content.  It is used to:
+- Generate the website menus (though these can be overridden - see docs)
+- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
+<link href="site:changes"> links to changes.html (or ../changes.html if in
+  subdir).
+- Provide aliases for external URLs in the external-refs section.  Eg, <link
+  href="ext:cocoon"> links to http://cocoon.apache.org/ 
+
+See http://forrest.apache.org/docs/linking.html for more info
+-->
+
+<site label="XMLGraphicsCommons" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+
+  <about label="XML Graphics Commons">
+    <index label="Overview" href="index.html" description="Overview"/>
+    <download label="Download" href="download.html" description="Download"/>
+    <information label="Information">
+      <mail label="Mailing Lists" href="http://xmlgraphics.apache.org/mail.html" description="Information on Mailing Lists"/>
+      <repo label="Code Repositories" href="http://xmlgraphics.apache.org/repo.html" description="Information on Code Repositories"/>
+    </information>
+  </about>
+
+  <external-refs>
+    <xmlgraphics.apache.org href="http://xmlgraphics.apache.org/">
+      <fop href="fop/"/>
+      <batik href="batik/"/>
+      <commons href="commons/"/>
+    </xmlgraphics.apache.org>
+    <xml.apache.org href="http://xml.apache.org/"/>
+    <www.apache.org href="http://www.apache.org/"/>
+  </external-refs>
+
+</site>

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml?rev=393310&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml (added)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml Tue Apr 11 14:11:13 2006
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "tab-cocoon-v11.dtd">
+
+<tabs software="XMLGraphicsCommons"
+  title="XMLGraphicsCommons"
+  copyright="The Apache Software Foundation"
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+
+  <!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+
+  <tab id="" label="Home" dir="" indexfile="index.html"/>
+  <!-- Add new tabs here, eg:
+  <tab label="How-Tos" dir="community/howto/"/>
+  <tab label="XML Site" dir="xml-site/"/>
+  -->
+
+</tabs>

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/tabs.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.gif
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.gif?rev=393310&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.jpg
URL: http://svn.apache.org/viewcvs/xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.jpg?rev=393310&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/commons/trunk/src/documentation/resources/images/apache-xml-graphics.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org