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/02/27 23:10:51 UTC

svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Author: jeremias
Date: Mon Feb 27 14:10:49 2006
New Revision: 381461

URL: http://svn.apache.org/viewcvs?rev=381461&view=rev
Log:
Some cleanup and a few little updates.
Added XML Graphics Commons (without any links for now).

Added:
    xmlgraphics/site/src/documentation/content/xdocs/favicon.ico   (with props)
Removed:
    xmlgraphics/site/src/documentation/content/favicon.ico
    xmlgraphics/site/src/documentation/content/images/
    xmlgraphics/site/src/documentation/content/xdocs/images/
Modified:
    xmlgraphics/site/src/documentation/content/xdocs/index.xml
    xmlgraphics/site/src/documentation/content/xdocs/site.xml
    xmlgraphics/site/src/documentation/skinconf.xml

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

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

Modified: xmlgraphics/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/index.xml?rev=381461&r1=381460&r2=381461&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/index.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/index.xml Mon Feb 27 14:10:49 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2005 The Apache Software Foundation
+  Copyright 2002-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.
@@ -36,8 +36,9 @@
       <ul>
         <li><em><a href="ext:batik">Apache Batik</a></em> - A toolkit for Scalable Vector Graphics (SVG), based in Java</li>
         <li><em><a href="ext:fop">Apache FOP</a></em> - A print formatter &amp; renderer for XSL-FO (FO=formatting objects), based in Java</li>
+        <li><em><!--a href="ext:commons"-->Apache XML Graphics Commons<!--/a--></em> - A library with various components used by Apache Batik and Apache FOP, written in Java</li>
       </ul>
-      <section>
+      <section id="batik">
         <title>Apache Batik: a Java-based SVG toolkit </title>
         <p>Batik is a Java(tm) technology based toolkit for applications  or applets that want to use images in the <a href="http://www.w3.org/TR/SVG/">Scalable Vector Graphics (SVG)</a> format for various purposes, such as viewing, generation or manipulation.
         </p>
@@ -51,7 +52,7 @@
         <p>Another ambition for the Batik project is to make it highly <a href="http://xmlgraphics.apache.org/batik/extendingBatik.html">extensible</a> (for example, Batik allows the developer to handle custom SVG tags). Even though the goal of the project is to provide a set of core modules, one of the deliverables is a full fledged <a href="http://xmlgraphics.apache.org/batik/svgviewer.html">SVG Browser</a> implementation, which validates the various modules and their inter-operability.</p>
         <p>Find out more about <a href="ext:batik">Apache Batik</a>.</p>
       </section>
-      <section>
+      <section id="fop">
         <title>Apache FOP: a Java-based XSL-FO (Formatting Objects) processor</title>
         <p>FOP is the world's first print formatter driven by XSL-FO (XSL Formatting  Objects). It is a Java-based application that reads a formatting object tree and then turns it into a PDF document or outputs directly to the printer.</p>
         <p>FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a  Java application that reads a formatting object (FO) tree and  renders the resulting pages to a specified output. The primary output target is PDF but other <a href="http://xmlgraphics.apache.org/fop/output.html">output formats</a> currently supported include:</p>
@@ -67,7 +68,26 @@
           <li>TXT (text)</li>
         </ul>
         <p>Find out more about <a href="ext:fop">Apache FOP</a>.</p>
-        <note>The latest version of FOP (0.20.5) is a partial implementation of the <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0 W3C Recommendation</a>.</note>
+        <note>The latest version of FOP (0.91beta) is a partial implementation of the <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0 W3C Recommendation</a>.</note>
+      </section>
+      <section id="commons">
+        <title>Apache XML Graphics Commons</title>
+        <p>
+          Apache XML Graphics Commons is a library that consists of several reusable components 
+          used by Apache Batik and Apache FOP. Many of these components can easily be used 
+          separately outside the domains of SVG and XSL-FO. You'll 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>
   </body>

Modified: xmlgraphics/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/site.xml?rev=381461&r1=381460&r2=381461&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/site.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/site.xml Mon Feb 27 14:10:49 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2005 The Apache Software Foundation
+  Copyright 2002-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.
@@ -35,7 +35,8 @@
     <index label="Overview" href="index.html" description="Welcome to the Apache XML Graphics Project"/>
     <subprojects label="Subprojects">
       <batik label="Batik" href="ext:batik" description="Apache Batik"/>
-      <fop label="FOP" href="ext:fop" description="Apache FOP"/>
+      <fop label="FOP" href="ext:fop" description="Apache XML Graphics Commons"/>
+      <!--commons label="XML Graphics Commons" href="ext:commons" description="Apache FOP"/-->
     </subprojects>
     <information label="Information">
       <team label="Who We Are" href="team.html" description="The Apache XML Graphics Project Team"/>
@@ -50,6 +51,7 @@
     <xmlgraphics.apache.org href="http://xmlgraphics.apache.org/">
       <fop href="fop/"/>
       <batik href="batik/"/>
+      <!--commons href="commons/"/-->
     </xmlgraphics.apache.org>
     <www.apache.org href="http://www.apache.org/"/>
   </external-refs>

Modified: xmlgraphics/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/skinconf.xml?rev=381461&r1=381460&r2=381461&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/skinconf.xml (original)
+++ xmlgraphics/site/src/documentation/skinconf.xml Mon Feb 27 14:10:49 2006
@@ -86,10 +86,10 @@
   <host-logo></host-logo>
 
   <!-- relative url of a favicon file, normally favicon.ico -->
-  <favicon-url></favicon-url>
+  <favicon-url>favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2004-2005</year>
+  <year>2004-2006</year>
   <vendor>The Apache Software Foundation.</vendor>
   <!-- The optional copyright-link URL will be used as a link in the
     copyright statement



---------------------------------------------------------------------
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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Clay Leeds <we...@mac.com>.
On Feb 28, 2006, at 9:51 AM, Jeremias Maerki wrote:
> On 28.02.2006 18:16:53 Web Maestro Clay wrote:
>> I did receive some warning:
>> - I get a bunch of warnings (which could be due to my recent
>> migration of xmlg.a.o/batik/):
>>
>> ...
>> deploy.svn:
>> Copying 77 files to /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/
>> site/work/svn-deploy/forrest-docs
>> svn: warning: 'index.pdf' is already under version control
>> svn: warning: 'mail.html' is already under version control
>> svn: warning: 'legal.html' is already under version control
>> svn: warning: 'team.html' is already under version control
>> svn: warning: 'mail.pdf' is already under version control
>> svn: warning: 'charter.html' is already under version control
>> svn: warning: 'legal.pdf' is already under version control
>> svn: warning: 'team.pdf' is already under version control
>> svn: warning: 'favicon.ico' is already under version control
>> svn: warning: 'linkmap.html' is already under version control
>> svn: warning: 'charter.pdf' is already under version control
>> svn: warning: 'linkmap.pdf' is already under version control
>> svn: warning: 'repo.html' is already under version control
>> svn: warning: 'index.html' is already under version control
>> svn: warning: 'repo.pdf' is already under version control
>> https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/
>> deploy:
>> ...
>
> Strange. I would think that the deployment script handled that  
> correctly.
> You might want to ask the Forrest peeps about that.

Will do...

>> I'm not sure what is next. I think I just change this line:
>>
>>    <property name="deploy.svn.url" value="https://svn.apache.org/
>> repos/asf/xmlgraphics/site/deploy/"/>
>>
>> to
>>
>>    <property name="deploy.svn.url" value="https://svn.apache.org/
>> repos/asf/xmlgraphics/site"/>
>
> Why? IMO, that would deploy the generated site to the base  
> directory in
> SVN where the sources for the site are located. Seems very wrong to  
> me.

OK... I'll wait to commit my changes to publish.xml until I've ironed  
out the warnings above.

>> After I `svn ci publish.xml -m "Changed forrestbot to use SVN instead
>> of SCP."`I think I'm done after committing my changes to publish.xml.
>> Is that right?
>
> Let's check the above first.
>
>
> Jeremias Maerki

Clay Leeds
webmaestro@mac.com

My religion is simple. My religion is kindness.
-- HH Dalai Lama of Tibet




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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
On 28.02.2006 18:16:53 Web Maestro Clay wrote:
> On Feb 27, 2006, at 2:51 PM, Jeremias Maerki wrote:
> > You'd modify publish.xml. You can probably use [1] as a template. Docs
> > about the format are at [2]. The whole thing probably gets simpler  
> > since
> > you can get rid of the permission fix. I'd deploy the whole thing to
> > https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/. Make  
> > sure any
> > files only on people.apache.org make it into SVN somehow (.htaccess
> > files and such).
> >
> > G'night and good luck.
> >
> > [1] http://svn.apache.org/repos/asf/forrest/trunk/site-author/ 
> > publish.xml
> > [2] http://forrest.apache.org/tools/forrestbot.html
> 
> I've successfully modified my forrestbot to publish to site/deploy/.  
> FWIW, the xmlgraphics site itself has no .htaccess files (although  
> there is one in the fop/ sub-dir, but I don't think I'm touching that).

Good.

> I did receive some warning:
> - I get a bunch of warnings (which could be due to my recent  
> migration of xmlg.a.o/batik/):
> 
> ...
> deploy.svn:
> Copying 77 files to /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/ 
> site/work/svn-deploy/forrest-docs
> svn: warning: 'index.pdf' is already under version control
> svn: warning: 'mail.html' is already under version control
> svn: warning: 'legal.html' is already under version control
> svn: warning: 'team.html' is already under version control
> svn: warning: 'mail.pdf' is already under version control
> svn: warning: 'charter.html' is already under version control
> svn: warning: 'legal.pdf' is already under version control
> svn: warning: 'team.pdf' is already under version control
> svn: warning: 'favicon.ico' is already under version control
> svn: warning: 'linkmap.html' is already under version control
> svn: warning: 'charter.pdf' is already under version control
> svn: warning: 'linkmap.pdf' is already under version control
> svn: warning: 'repo.html' is already under version control
> svn: warning: 'index.html' is already under version control
> svn: warning: 'repo.pdf' is already under version control
> https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/
> deploy:
> ...

Strange. I would think that the deployment script handled that correctly.
You might want to ask the Forrest peeps about that.

> I'm not sure what is next. I think I just change this line:
> 
>    <property name="deploy.svn.url" value="https://svn.apache.org/ 
> repos/asf/xmlgraphics/site/deploy/"/>
> 
> to
> 
>    <property name="deploy.svn.url" value="https://svn.apache.org/ 
> repos/asf/xmlgraphics/site"/>

Why? IMO, that would deploy the generated site to the base directory in
SVN where the sources for the site are located. Seems very wrong to me.

> After I `svn ci publish.xml -m "Changed forrestbot to use SVN instead  
> of SCP."`I think I'm done after committing my changes to publish.xml.  
> Is that right?

Let's check the above first.


Jeremias Maerki


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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Web Maestro Clay <th...@gmail.com>.
On Feb 27, 2006, at 2:51 PM, Jeremias Maerki wrote:
> You'd modify publish.xml. You can probably use [1] as a template. Docs
> about the format are at [2]. The whole thing probably gets simpler  
> since
> you can get rid of the permission fix. I'd deploy the whole thing to
> https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/. Make  
> sure any
> files only on people.apache.org make it into SVN somehow (.htaccess
> files and such).
>
> G'night and good luck.
>
> [1] http://svn.apache.org/repos/asf/forrest/trunk/site-author/ 
> publish.xml
> [2] http://forrest.apache.org/tools/forrestbot.html

I've successfully modified my forrestbot to publish to site/deploy/.  
FWIW, the xmlgraphics site itself has no .htaccess files (although  
there is one in the fop/ sub-dir, but I don't think I'm touching that).

I did receive some warning:
- I get a bunch of warnings (which could be due to my recent  
migration of xmlg.a.o/batik/):

...
deploy.svn:
Copying 77 files to /Users/Shared/_WebDLs/_repos/apache/xmlgraphics/ 
site/work/svn-deploy/forrest-docs
svn: warning: 'index.pdf' is already under version control
svn: warning: 'mail.html' is already under version control
svn: warning: 'legal.html' is already under version control
svn: warning: 'team.html' is already under version control
svn: warning: 'mail.pdf' is already under version control
svn: warning: 'charter.html' is already under version control
svn: warning: 'legal.pdf' is already under version control
svn: warning: 'team.pdf' is already under version control
svn: warning: 'favicon.ico' is already under version control
svn: warning: 'linkmap.html' is already under version control
svn: warning: 'charter.pdf' is already under version control
svn: warning: 'linkmap.pdf' is already under version control
svn: warning: 'repo.html' is already under version control
svn: warning: 'index.html' is already under version control
svn: warning: 'repo.pdf' is already under version control
https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/
deploy:
...

I'm not sure what is next. I think I just change this line:

   <property name="deploy.svn.url" value="https://svn.apache.org/ 
repos/asf/xmlgraphics/site/deploy/"/>

to

   <property name="deploy.svn.url" value="https://svn.apache.org/ 
repos/asf/xmlgraphics/site"/>

After I `svn ci publish.xml -m "Changed forrestbot to use SVN instead  
of SCP."`I think I'm done after committing my changes to publish.xml.  
Is that right?

Clay Leeds
the.webmaestro@gmail.com

My religion is simple. My religion is kindness.
-- HH Dalai Lama of Tibet




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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
You'd modify publish.xml. You can probably use [1] as a template. Docs
about the format are at [2]. The whole thing probably gets simpler since
you can get rid of the permission fix. I'd deploy the whole thing to
https://svn.apache.org/repos/asf/xmlgraphics/site/deploy/. Make sure any
files only on people.apache.org make it into SVN somehow (.htaccess
files and such).

G'night and good luck.

[1] http://svn.apache.org/repos/asf/forrest/trunk/site-author/publish.xml
[2] http://forrest.apache.org/tools/forrestbot.html

On 27.02.2006 23:34:19 Clay Leeds wrote:
> I think that makes the most sense. What's involved in making the change?
> 
> On Feb 27, 2006, at 2:30 PM, Jeremias Maerki wrote:
> > Well, given the problems you and I had with the scp approach and given
> > the desire of many infrastructure people, I'm considering moving  
> > back to
> > the SVN deployment approach. Today, I'm too tired to get that started,
> > but maybe I can do that later this week.
> >
> > On 27.02.2006 23:25:03 Clay Leeds wrote:
> >> On Feb 27, 2006, at 2:10 PM, jeremias@apache.org wrote:
> >>> Author: jeremias
> >>> Date: Mon Feb 27 14:10:49 2006
> >>> New Revision: 381461
> >>>
> >>> URL: http://svn.apache.org/viewcvs?rev=381461&view=rev
> >>> Log:
> >>> Some cleanup and a few little updates.
> >>> Added XML Graphics Commons (without any links for now).
> >>
> >> This change had the 'happy' side-effect of completing the Batik
> >> migration from xml.a.o to xmlgraphic.a.o (I'm working through a
> >> forrestbot problem w the Forrest team). Thanks!


Jeremias Maerki


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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Clay Leeds <we...@mac.com>.
I think that makes the most sense. What's involved in making the change?

On Feb 27, 2006, at 2:30 PM, Jeremias Maerki wrote:
> Well, given the problems you and I had with the scp approach and given
> the desire of many infrastructure people, I'm considering moving  
> back to
> the SVN deployment approach. Today, I'm too tired to get that started,
> but maybe I can do that later this week.
>
> On 27.02.2006 23:25:03 Clay Leeds wrote:
>> On Feb 27, 2006, at 2:10 PM, jeremias@apache.org wrote:
>>> Author: jeremias
>>> Date: Mon Feb 27 14:10:49 2006
>>> New Revision: 381461
>>>
>>> URL: http://svn.apache.org/viewcvs?rev=381461&view=rev
>>> Log:
>>> Some cleanup and a few little updates.
>>> Added XML Graphics Commons (without any links for now).
>>
>> This change had the 'happy' side-effect of completing the Batik
>> migration from xml.a.o to xmlgraphic.a.o (I'm working through a
>> forrestbot problem w the Forrest team). Thanks!
>
> Jeremias Maerki

Clay Leeds
webmaestro@mac.com

My religion is simple. My religion is kindness.
-- HH Dalai Lama of Tibet




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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Well, given the problems you and I had with the scp approach and given
the desire of many infrastructure people, I'm considering moving back to
the SVN deployment approach. Today, I'm too tired to get that started,
but maybe I can do that later this week.

On 27.02.2006 23:25:03 Clay Leeds wrote:
> On Feb 27, 2006, at 2:10 PM, jeremias@apache.org wrote:
> > Author: jeremias
> > Date: Mon Feb 27 14:10:49 2006
> > New Revision: 381461
> >
> > URL: http://svn.apache.org/viewcvs?rev=381461&view=rev
> > Log:
> > Some cleanup and a few little updates.
> > Added XML Graphics Commons (without any links for now).
> 
> This change had the 'happy' side-effect of completing the Batik  
> migration from xml.a.o to xmlgraphic.a.o (I'm working through a  
> forrestbot problem w the Forrest team). Thanks!


Jeremias Maerki


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


Re: svn commit: r381461 - in /xmlgraphics/site/src/documentation: content/favicon.ico content/images/ content/xdocs/favicon.ico content/xdocs/images/ content/xdocs/index.xml content/xdocs/site.xml skinconf.xml

Posted by Clay Leeds <we...@mac.com>.
On Feb 27, 2006, at 2:10 PM, jeremias@apache.org wrote:
> Author: jeremias
> Date: Mon Feb 27 14:10:49 2006
> New Revision: 381461
>
> URL: http://svn.apache.org/viewcvs?rev=381461&view=rev
> Log:
> Some cleanup and a few little updates.
> Added XML Graphics Commons (without any links for now).

This change had the 'happy' side-effect of completing the Batik  
migration from xml.a.o to xmlgraphic.a.o (I'm working through a  
forrestbot problem w the Forrest team). Thanks!

Clay Leeds
webmaestro@mac.com

My religion is simple. My religion is kindness.
-- HH Dalai Lama of Tibet




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