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 2005/03/12 16:06:03 UTC

svn commit: r157255 - in xmlgraphics/site/src/documentation: content/xdocs/repo.xml content/xdocs/site.xml skinconf.xml

Author: jeremias
Date: Sat Mar 12 07:06:01 2005
New Revision: 157255

URL: http://svn.apache.org/viewcvs?view=rev&rev=157255
Log:
New page for all XML Graphics code repositories.
Minor tweaks an the skinconf.

Added:
    xmlgraphics/site/src/documentation/content/xdocs/repo.xml
Modified:
    xmlgraphics/site/src/documentation/content/xdocs/site.xml
    xmlgraphics/site/src/documentation/skinconf.xml

Added: xmlgraphics/site/src/documentation/content/xdocs/repo.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/repo.xml?view=auto&rev=157255
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/repo.xml (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/repo.xml Sat Mar 12 07:06:01 2005
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2005 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" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>The Apache XML Graphics Project - Code Repositories</title> 
+  </header> 
+  <body> 
+
+    <section id="web-access">
+      <title>Web Access to the Repositories</title>
+      <p>You can browse the repositories belonging to the XML Graphics project via the web:</p>
+      <ul>
+        <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)
+        </li>
+        <li>
+          Batik: <a class="fork" href="http://cvs.apache.org/viewcvs.cgi/xml-batik/">http://cvs.apache.org/viewcvs.cgi/xml-batik/</a> (CVS repository)
+        </li>
+        <li>
+          FOP: <a class="fork" href="http://cvs.apache.org/viewcvs.cgi/xml-fop/">http://cvs.apache.org/viewcvs.cgi/xml-fop/</a> (CVS repository)
+        </li>
+      </ul>
+    </section>
+
+    <section>
+      <title>Access the Source Tree</title>
+      <p>
+        So, you've decided that you need access to the source tree to see the latest and
+        greatest code. There's two different forms of CVS access. The first is anonymous
+        and anybody can use it. The second is not and you must have a login to the
+        development server. If you don't know what this means, join the mailing list and find
+        out.
+      </p>
+      <section>
+        <title>Anonymous (read-only) CVS access</title>
+        <p>
+          Anyone can checkout source code from our anonymous CVS server. To do so,
+          simply use the following commands (if you are using a GUI CVS client, configure it
+          appropriately):
+        </p>
+        <source>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
+login
+password: anoncvs
+
+cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
+checkout [module-name]</source>
+        <p>
+          CVS modules available for access are:
+        </p>
+        <ul>
+          <li>xml-batik</li>
+          <li>xml-fop</li>
+        </ul>
+        <p>
+          You can find additional information for setting up CVS access on the 
+          <a href="http://www.apache.org/dev/version-control.html">Version Control FAQ</a>.
+        </p>
+      </section>
+      <section>
+        <title>Anonymous (read-only) SVN access</title>
+        <p>
+          Projects at the ASF are slowly migrating to Subversion (SVN). We already hold 
+          the XML Graphics site in SVN, the other subprojects will follow soon.
+        </p>
+        <p>
+          Anyone can checkout source code from our SVN server. To do so, simply use the 
+          following commands:</p>
+        <source>svn checkout http://svn.apache.org/repos/asf/xmlgraphics/site xmlgraphics-site</source>
+        <p>
+          You can find additional information for setting up SVN access on the 
+          <a href="http://www.apache.org/dev/version-control.html">Version Control FAQ</a>.
+        </p>
+      </section>
+    </section>
+  </body> 
+</document>

Modified: xmlgraphics/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/site.xml?view=diff&r1=157254&r2=157255
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/site.xml (original)
+++ xmlgraphics/site/src/documentation/content/xdocs/site.xml Sat Mar 12 07:06:01 2005
@@ -33,12 +33,17 @@
 
   <about label="XML Graphics">
     <index label="Overview" href="index.html" description="Welcome to the Apache XML Graphics Project"/>
-    <batik label="- Batik" href="ext:batik" description="Apache Batik"/>
-    <fop label="- FOP" href="ext:fop" description="Apache FOP"/>
-    <team label="Who We Are" href="team.html" description="The Apache XML Graphics Project Team"/>
-    <legal label="Legal Stuff" href="legal.html" description="Legalities"/>
-    <charter label="Project Charter" href="charter.html" description="The Project Charter"/>
-    <mail label="Mailing Lists" href="mail.html" description="Information on Mailing Lists"/>
+    <subprojects label="Subprojects">
+      <batik label="Batik" href="ext:batik" description="Apache Batik"/>
+      <fop label="FOP" href="ext:fop" description="Apache FOP"/>
+    </subprojects>
+    <information label="Information">
+      <team label="Who We Are" href="team.html" description="The Apache XML Graphics Project Team"/>
+      <legal label="Legal Stuff" href="legal.html" description="Legalities"/>
+      <charter label="Project Charter" href="charter.html" description="The Project Charter"/>
+      <mail label="Mailing Lists" href="mail.html" description="Information on Mailing Lists"/>
+      <repo label="Code Repositories" href="repo.html" description="Information on Code Repositories"/>
+    </information>
   </about>
 
   <external-refs>

Modified: xmlgraphics/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/skinconf.xml?view=diff&r1=157254&r2=157255
==============================================================================
--- xmlgraphics/site/src/documentation/skinconf.xml (original)
+++ xmlgraphics/site/src/documentation/skinconf.xml Sat Mar 12 07:06:01 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  Copyright 2002-2005 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.
@@ -45,7 +45,7 @@
     This can be used to enable other sites and services to reuse the
     xml format for their uses. Keep this disabled if you don't want other
     sites to easily reuse your pages.-->
-  <disable-xml-link>false</disable-xml-link>
+  <disable-xml-link>true</disable-xml-link>
 
   <!-- Disable navigation icons on all external links? -->
   <disable-external-link-image>false</disable-external-link-image>
@@ -78,7 +78,7 @@
   <group-description>Apache XML Graphics is responsible for the creation and maintenance of software for managing the conversion of XML formats to graphical output, and the creation and maintenance of related software components, based on software licensed to the Foundation</group-description>
   <group-url>http://xmlgraphics.apache.org/</group-url>
   <!-- Alternative static image: -->
-  <group-logo>images/group-logo.gif</group-logo>
+  <group-logo>images/apache-xml-graphics.gif</group-logo>
 
   <!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
@@ -89,7 +89,7 @@
   <favicon-url>favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2004</year>
+  <year>2004-2005</year>
   <vendor>The Apache Software Foundation.</vendor>
   <!-- The optional copyright-link URL will be used as a link in the
     copyright statement
@@ -104,9 +104,9 @@
     For some skins just set the attributes to blank.
   -->
   <trail location="alt">
-    <link1 name="apache" href="http://www.apache.org/"/>
-    <link2 name="xml.apache" href="http://xml.apache.org/"/>
-    <link3 name="xmlgraphics.apache" href="http://xmlgraphics.apache.org/"/>
+    <link1 name="apache.org" href="http://www.apache.org/"/>
+    <link2 name="XML Federation" href="http://xml.apache.org/"/>
+    <link3 name="xmlgraphics.apache.org" href="http://xmlgraphics.apache.org/"/>
   </trail>
 
   <!-- Configure the TOC, i.e. the Table of Contents.
@@ -118,7 +118,7 @@
   @location ("page","menu","page,menu", "none")
    Where to show the TOC.
   -->
-  <toc max-depth="2" min-sections="1" location="page,menu"/>
+  <toc max-depth="2" min-sections="3" location="page"/>
 
   <!-- Heading types can be clean|underlined|boxed  -->
   <headings type="underlined"/>



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