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/05 16:39:06 UTC

svn commit: r391629 - in /xmlgraphics/site/src/documentation/content/xdocs: index.xml mail.xml repo.xml

Author: jeremias
Date: Wed Apr  5 07:39:04 2006
New Revision: 391629

URL: http://svn.apache.org/viewcvs?rev=391629&view=rev
Log:
Added references to Commons in some places.
Added reference to Nabble for the mailing list archives.

Modified:
    xmlgraphics/site/src/documentation/content/xdocs/index.xml
    xmlgraphics/site/src/documentation/content/xdocs/mail.xml
    xmlgraphics/site/src/documentation/content/xdocs/repo.xml

Modified: xmlgraphics/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/index.xml?rev=391629&r1=391628&r2=391629&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/index.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/index.xml Wed Apr  5 07:39:04 2006
@@ -65,6 +65,7 @@
           <li>Print</li>
           <li>AWT</li>
           <li>MIF</li>
+          <li>RTF (Rich Text Format)</li>
           <li>TXT (text)</li>
         </ul>
         <p>Find out more about <a href="ext:fop">Apache FOP</a>.</p>

Modified: xmlgraphics/site/src/documentation/content/xdocs/mail.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/mail.xml?rev=391629&r1=391628&r2=391629&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/mail.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/mail.xml Wed Apr  5 07:39:04 2006
@@ -84,8 +84,9 @@
         <li>
           Some lists are also available from 
           <a class="fork" href="http://marc.theaimsgroup.com/">http://marc.theaimsgroup.com/</a>,
-          <a class="fork" href="http://www.mail-archive.com/">The Mail Archive</a> and
-          <a class="fork" href="http://www.gmane.com/">GMANE</a>.
+          <a class="fork" href="http://www.mail-archive.com/">The Mail Archive</a>,
+          <a class="fork" href="http://www.gmane.com/">GMANE</a> and
+          <a class="fork" href="http://www.nabble.com/Xml-Graphics-f307.html">Nabble</a>.
         </li>
       </ul>
     </section>
@@ -100,7 +101,8 @@
         This list is for issues that span across all xmlgraphics.apache.org projects,
         whether technical or organizational. 
         Discussions about specific code bases should be redirected to one of 
-        the codebase-specific lists below.
+        the codebase-specific lists below, except for XML Graphics Commons which 
+        is discussed here.
       </p>
       <p><strong>Archives:</strong></p>
       <ul>
@@ -117,7 +119,8 @@
       </p>
       <p>
         This is a read-only list that sends out email with details of all commits to the 
-        Apache XML Graphics project website repository and to its Wiki.
+        Apache XML Graphics Commons subproject, the Apache XML Graphics project website 
+        repository and to its Wiki.
       </p>
       <p><strong>Archives:</strong></p>
       <ul>

Modified: xmlgraphics/site/src/documentation/content/xdocs/repo.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/repo.xml?rev=391629&r1=391628&r2=391629&view=diff
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/repo.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/repo.xml Wed Apr  5 07:39:04 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2005 The Apache Software Foundation
+  Copyright 2005-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.
@@ -33,7 +33,10 @@
           Apache FOP: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/</a> (SVN repository)
         </li>
         <li>
-          XML Graphics Site: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/</a> (SVN repository)
+          Apache XML Graphics Commons: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/</a> (SVN repository)
+        </li>
+        <li>
+          Apache XML Graphics Site: <a class="fork" href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/">http://svn.apache.org/viewcvs.cgi/xmlgraphics/site/</a> (SVN repository)
         </li>
       </ul>
     </section>
@@ -54,11 +57,13 @@
           simply use the following commands (if you are using a GUI SVN client, 
           configure it appropriately):
         </p>
-        <p>For Apache Batik:</p>
+        <p>For <strong>Apache Batik</strong>:</p>
         <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk</source>
-        <p>For Apache FOP:</p>
+        <p>For <strong>Apache FOP</strong>:</p>
         <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</source>
-        <p>For Apache XML Graphics website:</p>
+        <p>For <strong>Apache XML Graphics Commons</strong>:</p>
+        <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</source>
+        <p>For <strong>Apache XML Graphics website</strong>:</p>
         <source>svn co http://svn.apache.org/repos/asf/xmlgraphics/site</source>
         <p>
           You can find additional information for setting up SVN access on the 



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