You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by cl...@apache.org on 2005/02/16 16:31:01 UTC

svn commit: r154032 [1/7] - in xmlgraphics/site: ./ src/ src/documentation/ src/documentation/classes/ src/documentation/content/ src/documentation/content/images/ src/documentation/content/xdocs/ src/documentation/content/xdocs/images/ src/documentation/resources/ src/documentation/resources/images/ src/documentation/translations/

Author: clay
Date: Wed Feb 16 07:30:52 2005
New Revision: 154032

URL: http://svn.apache.org/viewcvs?view=rev&rev=154032
Log:
Initial import of website

Added:
    xmlgraphics/site/forrest.properties
    xmlgraphics/site/src/
    xmlgraphics/site/src/documentation/
    xmlgraphics/site/src/documentation/README.txt
    xmlgraphics/site/src/documentation/classes/
    xmlgraphics/site/src/documentation/classes/CatalogManager.properties
    xmlgraphics/site/src/documentation/content/
    xmlgraphics/site/src/documentation/content/favicon.ico   (with props)
    xmlgraphics/site/src/documentation/content/images/
    xmlgraphics/site/src/documentation/content/images/project-logo.gif   (with props)
    xmlgraphics/site/src/documentation/content/xdocs/
    xmlgraphics/site/src/documentation/content/xdocs/images/
    xmlgraphics/site/src/documentation/content/xdocs/images/group-logo.gif   (with props)
    xmlgraphics/site/src/documentation/content/xdocs/images/group.svg
    xmlgraphics/site/src/documentation/content/xdocs/images/icon.png   (with props)
    xmlgraphics/site/src/documentation/content/xdocs/images/project-logo.gif   (with props)
    xmlgraphics/site/src/documentation/content/xdocs/images/project.svg
    xmlgraphics/site/src/documentation/content/xdocs/index.xml
    xmlgraphics/site/src/documentation/content/xdocs/legal.xml
    xmlgraphics/site/src/documentation/content/xdocs/site.xml
    xmlgraphics/site/src/documentation/content/xdocs/tabs.xml
    xmlgraphics/site/src/documentation/content/xdocs/team.xml
    xmlgraphics/site/src/documentation/resources/
    xmlgraphics/site/src/documentation/resources/images/
    xmlgraphics/site/src/documentation/resources/images/apache-xml-graphics.gif   (with props)
    xmlgraphics/site/src/documentation/resources/images/apache-xml-graphics.jpg   (with props)
    xmlgraphics/site/src/documentation/resources/images/apache-xml-graphics.svg   (with props)
    xmlgraphics/site/src/documentation/resources/images/apache-xml-graphics_001.jpg   (with props)
    xmlgraphics/site/src/documentation/resources/images/apache-xml-graphics_001.svg   (with props)
    xmlgraphics/site/src/documentation/resources/images/apache-xml.jpg   (with props)
    xmlgraphics/site/src/documentation/resources/images/apache-xml.svg   (with props)
    xmlgraphics/site/src/documentation/resources/images/group-logo.gif   (with props)
    xmlgraphics/site/src/documentation/resources/images/project-logo.gif   (with props)
    xmlgraphics/site/src/documentation/skinconf.xml
    xmlgraphics/site/src/documentation/translations/
    xmlgraphics/site/src/documentation/translations/langcode.xml
    xmlgraphics/site/src/documentation/translations/languages_en.xml
    xmlgraphics/site/src/documentation/translations/languages_es.xml
    xmlgraphics/site/src/documentation/translations/menu.xml
    xmlgraphics/site/src/documentation/translations/menu_af.xml
    xmlgraphics/site/src/documentation/translations/menu_de.xml
    xmlgraphics/site/src/documentation/translations/menu_es.xml
    xmlgraphics/site/src/documentation/translations/menu_it.xml
    xmlgraphics/site/src/documentation/translations/menu_no.xml
    xmlgraphics/site/src/documentation/translations/menu_ru.xml
    xmlgraphics/site/src/documentation/translations/menu_sk.xml
    xmlgraphics/site/src/documentation/translations/tabs.xml
    xmlgraphics/site/src/documentation/translations/tabs_es.xml
    xmlgraphics/site/status.xml

Added: xmlgraphics/site/forrest.properties
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/forrest.properties?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/forrest.properties (added)
+++ xmlgraphics/site/forrest.properties Wed Feb 16 07:30:52 2005
@@ -0,0 +1,105 @@
+# 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.
+
+##############
+# 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

Added: xmlgraphics/site/src/documentation/README.txt
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/README.txt?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/README.txt (added)
+++ xmlgraphics/site/src/documentation/README.txt Wed Feb 16 07:30:52 2005
@@ -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

Added: xmlgraphics/site/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/classes/CatalogManager.properties?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/classes/CatalogManager.properties (added)
+++ xmlgraphics/site/src/documentation/classes/CatalogManager.properties Wed Feb 16 07:30:52 2005
@@ -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=
+

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

Propchange: xmlgraphics/site/src/documentation/content/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/site/src/documentation/content/images/project-logo.gif
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/images/project-logo.gif?view=auto&rev=154032
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/site/src/documentation/content/images/project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/site/src/documentation/content/xdocs/images/group-logo.gif
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/images/group-logo.gif?view=auto&rev=154032
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/site/src/documentation/content/xdocs/images/group-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/site/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/images/group.svg?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/images/group.svg (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/images/group.svg Wed Feb 16 07:30:52 2005
@@ -0,0 +1,81 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:group-name">
+ <!ELEMENT for:group-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
+    <for:group-name />
+    </text>
+  </g>
+</svg>

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

Propchange: xmlgraphics/site/src/documentation/content/xdocs/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/site/src/documentation/content/xdocs/images/project-logo.gif
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/images/project-logo.gif?view=auto&rev=154032
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/site/src/documentation/content/xdocs/images/project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: xmlgraphics/site/src/documentation/content/xdocs/images/project.svg
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/images/project.svg?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/images/project.svg (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/images/project.svg Wed Feb 16 07:30:52 2005
@@ -0,0 +1,81 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:project-name">
+ <!ELEMENT for:project-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; text-anchor: middle" >
+    <for:project-name />
+    </text>
+  </g>
+</svg>

Added: xmlgraphics/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/index.xml?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/index.xml (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/index.xml Wed Feb 16 07:30:52 2005
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>xmlgraphics.apache.org</title> 
+  </header> 
+  <body> 
+    <section>
+      <title>Welcome to the Apache XML Graphics Project</title>
+      <p>The <em>Apache XML Graphics Project</em> is responsible for software
+        licensed to the <a href="http://www.apache.org/">Apache Software Foundation</a>
+        intended for the creation &amp; maintenance of:</p>
+        <ul>
+          <li>the conversion of XML formats to graphical output</li>
+          <li>related software components</li>
+        </ul>
+    </section>
+    <section>
+      <title>Apache XML Graphics Project - Current Projects</title>
+      <p>The <em>Apache XML Graphics Project</em> currently consists of the following sub-projects, each focused on a different aspect of XML Graphics:</p>
+      <ul>
+        <li><em><a href="http://xml.apache.org/batik/">Apache Batik</a></em> - A toolkit for Scalable Vector Graphics (SVG), based in Java</li>
+        <li><em><a href="http://xml.apache.org/fop/">Apache FOP</a></em> - A print formatter &amp; renderer for XSL-FO (FO=formatting objects), based in Java</li>
+      </ul>
+      <section>
+        <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>
+        <p>
+         The project's ambition is to give developers a set of <a href="http://xml.apache.org/batik/architecture.html#coreComponents">core modules</a> which can be used together or individually to support specific SVG solutions. Examples of <a href="http://xml.apache.org/batik/architecture.html">modules</a> include:</p>
+        <ul>
+          <li>the <a href="http://xml.apache.org/batik/architecture.html#lowLevelComponents">SVG Parser</a></li>
+          <li>the <a href="http://xml.apache.org/batik/svggen.html">SVG Generator</a></li>
+          <li>the <a href="http://xml.apache.org/batik/domapi.html">SVG DOM</a></li>
+        </ul>
+        <p>Another ambition for the Batik project is to make it highly <a href="http://xml.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://xml.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="http://xml.apache.org/batik/">Apache Batik</a>.</p>
+      </section>
+      <section>
+        <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://xml.apache.org/fop/output.html">output formats</a> currently supported include:</p>
+        <ul>
+          <li>PDF (Portable Document Format)</li>
+          <li>PCL (Printer Control Language)</li>
+          <li>PS (Adobe Postscript)</li>
+          <li>SVG (Scalable Vector Graphics)</li>
+          <li>XML (area tree representation)</li>
+          <li>Print</li>
+          <li>AWT</li>
+          <li>MIF</li>
+          <li>TXT (text)</li>
+        </ul>
+        <p>Find out more about <a href="http://xml.apache.org/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>
+      </section>
+    </section>
+  </body>
+</document>

Added: xmlgraphics/site/src/documentation/content/xdocs/legal.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/legal.xml?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/legal.xml (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/legal.xml Wed Feb 16 07:30:52 2005
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<!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 - Legal Stuff</title> 
+    <notice></notice>
+    <abstract></abstract> 
+  </header> 
+  <body> 
+
+    <section id="Legal">
+      <title>Legal Stuff</title>
+      <p>All material on this website is Copyright (c) 2004 The Apache Software Foundation.  All Rights Reserved.</p>
+    </section>
+
+    <section id="MoreDetails">
+      <title>Details</title>
+      <p> For details look at the file:  <a href="http://www.apache.org/licenses/">Licenses - The Apache Software Foundation</a>.</p>
+    </section>
+
+    <section id="Trademarks">
+      <title>Trademarks</title>
+      <p>IBM is a trademark of International Business Systems, Inc. Lotus is a trademark of  Lotus Development Corporation. Sun and Sun Microsystems are trademarks or  registered trademarks of Sun Microsystems, Inc. UNIX is a registered trademark in  the United States and other countries, exclusively licensed through X/Open  Company, Ltd. Windows, WindowsNT, and Win32 are registered trademarks of Microsoft Corp. Mac OS X and Macintosh are registered trademarks of Apple Computer, Inc. All other product names mentioned herein and throughout the  entire web site are trademarks of their respective owners.</p>
+    </section>
+
+  </body> 
+</document>

Added: xmlgraphics/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/site.xml?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/site.xml (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/site.xml Wed Feb 16 07:30:52 2005
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+
+<!--
+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="XMLGraphics" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+
+  <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" />
+  </about>
+
+  <external-refs>
+    <xml.apache.org href="http://xml.apache.org/">
+      <batik href="batik/"/>
+      <fop href="fop/"/>
+    </xml.apache.org>
+    <www.apache.org href="http://www.apache.org/"/>
+  </external-refs>
+
+</site>

Added: xmlgraphics/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/tabs.xml?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/tabs.xml (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/tabs.xml Wed Feb 16 07:30:52 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+
+<tabs software="XMLGraphics"
+  title="XMLGraphics"
+  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>

Added: xmlgraphics/site/src/documentation/content/xdocs/team.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/site/src/documentation/content/xdocs/team.xml?view=auto&rev=154032
==============================================================================
--- xmlgraphics/site/src/documentation/content/xdocs/team.xml (added)
+++ xmlgraphics/site/src/documentation/content/xdocs/team.xml Wed Feb 16 07:30:52 2005
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<!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 - Community</title> 
+    <notice></notice>
+    <abstract></abstract> 
+  </header> 
+  <body> 
+
+    <section id="WhoWeAre">
+      <title>Who We Are</title>
+      <p>The <em>Apache XML Graphics Project</em> operates on a meritocracy: the more you do,  the more responsibility you can obtain. This page lists all of the people who have gone the  extra mile and are Committers or members of the Project Management Committee. If you would like to get involved, the first step is to join the community mailing lists for the project(s) which interest you.</p>
+    </section>
+
+    <section id="PMC">
+      <title>Apache XML Graphics Project - Project Management Committee</title>
+        <ul>
+          <li><a href="mailto:bowditch_chris@hotmail.com">Chris Bowditch</a></li>
+          <li><a href="mailto:Thomas.DeWeese@Kodak.com">Thomas DeWeese</a></li>
+          <li><a href="mailto:chrisg@apache.org">Christian Geisert</a></li>
+          <li><a href="mailto:webmaestro@mac.com">Clay Leeds</a></li>
+          <li><a href="mailto:keiron@apache.org">Keiron Liddle</a></li>
+          <li><a href="mailto:jeremias@apache.org">Jeremias M&auml;rki</a></li>
+          <li><a href="mailto:gmazza@apache.org">Glen Mazza</a></li>
+          <li><a href="mailto:spepping%20AT%20leverkruid.nl">Simon Pepping</a></li>
+          <li><a href="mailto:pietsch@apache.org">J&ouml;rg Pietschmann</a></li>
+        </ul>
+    </section>
+
+  </body> 
+</document>

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

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

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

Propchange: xmlgraphics/site/src/documentation/resources/images/apache-xml-graphics.jpg
------------------------------------------------------------------------------
    svn:executable = 

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



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