You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by je...@apache.org on 2009/01/01 12:18:38 UTC

svn commit: r730526 - in /xml/site: ./ src/documentation/content/xdocs/index.xml src/documentation/content/xdocs/site.xml src/documentation/skinconf.xml

Author: jeremias
Date: Thu Jan  1 03:18:37 2009
New Revision: 730526

URL: http://svn.apache.org/viewvc?rev=730526&view=rev
Log:
Updated XML website.
Reduced it to lower maintenance pressure (I hope noone objects).
Added a self-updating ApacheCon ad.

Modified:
    xml/site/   (props changed)
    xml/site/src/documentation/content/xdocs/index.xml
    xml/site/src/documentation/content/xdocs/site.xml
    xml/site/src/documentation/skinconf.xml

Propchange: xml/site/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jan  1 03:18:37 2009
@@ -7,3 +7,4 @@
 build
 .classpath
 .project
+work

Modified: xml/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/xml/site/src/documentation/content/xdocs/index.xml?rev=730526&r1=730525&r2=730526&view=diff
==============================================================================
--- xml/site/src/documentation/content/xdocs/index.xml (original)
+++ xml/site/src/documentation/content/xdocs/index.xml Thu Jan  1 03:18:37 2009
@@ -15,475 +15,51 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
-<document><header><title>xml.apache.org</title></header><body>
-
-<section id="welcome">
-       <title>Welcome to the Apache XML Project</title>
-    <p>
-     The goals of the <em>Apache XML Project</em> (part of 
-     <link href="http://www.apache.org/">The Apache Software Foundation</link>)
-     are:
-    </p>
-    <ul>
-      <li>
-        to provide commercial-quality standards-based XML solutions that are
-        developed in an open and cooperative fashion,
-      </li>
-      <li>
-        to provide feedback to standards bodies (such as IETF and W3C) from an
-        implementation perspective, and
-      </li>
-      <li>
-        to be a focus for XML-related activities within Apache projects
-      </li>
-    </ul>
-    <p>
-      The <em>Apache XML Project</em> used to be the home for many XML-related 
-      subprojects, many of which have moved to top-level project status 
-      recently or are currently in migration. The Apache XML Project slowly 
-      transforms into an place where you can find pointers to XML-related 
-      projects here in the Apache Software Foundation. The remaining subprojects
-      directly under the supervision of the XML PMC are:
-    </p>
-    <ul>
-      <li>
-        <em>AxKit</em> - XML-based web publishing, in mod_perl
-      </li>
-      <li>
-        <em>Crimson</em> - A Java XML parser derived from the Sun Project X Parser. <em>(in hibernation)</em>
-      </li>
-      <li>
-        <em>Xang</em> - Rapid development of dynamic server pages, in JavaScript <em>(in hibernation)</em>
-      </li>
-      <li>
-        <em>Xindice</em> - A native XML database.
-      </li>
-      <li>
-        <em>XML Commons</em> - focussed on common code and guidelines for XML projects
-      </li>
-      <li>
-        <em>XML Security</em> - Java and C++ implementations of the XML signature and
-        encryption standards
-      </li>
-    </ul>
-  </section>
-  <!--
-  <section id="federation">
-      <title>The XML Federation</title>
-      <p>
-        The XML Federation lists many of the XML-related projects and products here at the Apache
-        Foundation:
-      </p>
-      <table>
-        <tr>
-          <th>Project/Product</th>
-          <th>Topics</th>
-          <th>Environment</th>
-        </tr>
-        <tr>
-          <td><jump href="http://axkit.org/"><strong>Apache AxKit</strong></jump></td>
-          <td>Website publishing</td>
-          <td>mod_perl</td>
-        </tr>
-        <tr>
-          <td colspan="3">XML-based web publishing.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/axis"><strong>Apache Axis</strong></jump></td>
-          <td>Web Services, SOAP, WSDL, JAX-RPC</td>
-          <td>Java, C++</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the Simple Object Access Protocol (SOAP).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xmlgraphics.apache.org/batik/"><strong>Apache Batik</strong></jump></td>
-          <td>SVG</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of Scalable Vector Graphics (SVG).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://cocoon.apache.org/"><strong>Apache Cocoon</strong></jump></td>
-          <td>Web applications</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">XML-based web development framework built around the concepts of separation of concerns and component-based web development.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://jakarta.apache.org/commons/betwixt/"><strong>Apache Jakarta Commons Betwixt</strong></jump></td>
-          <td>XML to Java parsing</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Services for mapping JavaBeans to XML documents, and vice versa.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://jakarta.apache.org/commons/digester/"><strong>Apache Jakarta Commons Digester</strong></jump></td>
-          <td>JavaBean/XML Mapping</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">XML-to-Java-object parsing utility.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://jakarta.apache.org/commons/jelly/"><strong>Apache Jakarta Commons Jelly</strong></jump></td>
-          <td>XML Scripting</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">XML based scripting and processing engine.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://jakarta.apache.org/commons/jxpath/"><strong>Apache Jakarta Commons JXPath</strong></jump></td>
-          <td>XPath</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Utilities for manipulating Java classes that conform to the JavaBeans naming conventions using the XPath syntax. It also supports maps, DOM and other object models.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xml.apache.org/crimson"><strong>Apache Crimson</strong></jump> (inactive)</td>
-          <td>XML parser, DOM, SAX, JAXP</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">A Java XML parser derived from the Sun Project X Parser.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xmlgraphics.apache.org/fop/"><strong>Apache FOP</strong></jump></td>
-          <td>XSL-FO</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of XSL formatting objects (XSL-FO).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://forrest.apache.org/"><strong>Apache Forrest</strong></jump></td>
-          <td>Project Documentation, Website Publishing</td>
-          <td>Cocoon, XSLT</td>
-        </tr>
-        <tr>
-          <td colspan="3">XML/XSLT-based framework for project documentation and website development, based on Cocoon.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/jaxme/"><strong>Apache JaxMe</strong></jump></td>
-          <td>Java/XML Binding</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of JAXB, the specification for Java/XML binding.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/juddi/"><strong>Apache jUDDI</strong></jump></td>
-          <td>Web Services, UDDI</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://lenya.apache.org/"><strong>Apache Lenya</strong></jump></td>
-          <td>Content Management</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Java/XML Content Management System with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/muse/"><strong>Apache Muse</strong></jump></td>
-          <td>Management using Web Services, MUWS</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the Management Using Web Services (MUWS) 1.0 specifications.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/pubscribe/"><strong>Apache Pubscribe</strong></jump></td>
-          <td>Web Services Notification</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the Web Services Notification (WSN) family of specifications.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/sandesha/"><strong>Apache Sandesha</strong></jump></td>
-          <td>Web Services, WS-ReliableMessaging</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the Web Services ReliableMessaging (WS-ReliableMessaging).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/scout/"><strong>Apache Scout</strong></jump></td>
-          <td>Web Services, UDDI, JAXR</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the JSR 93 (JAXR).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/soap/"><strong>Apache SOAP</strong></jump></td>
-          <td>Web Services, SOAP</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the Simple Object Access Protocol (SOAP).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/wss4j/"><strong>Apache WSS4J</strong></jump></td>
-          <td>Web Services, Security, Signature, Encryption</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of the OASIS Web Services Security (WS-Security).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xalan.apache.org/"><strong>Apache Xalan</strong></jump></td>
-          <td>XSLT, XPath, JAXP</td>
-          <td><jump href="http://xml.apache.org/xalan-j/">Java</jump>, <jump href="http://xml.apache.org/xalan-c/">C++</jump></td>
-        </tr>
-        <tr>
-          <td colspan="3">XSLT stylesheet processors.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xerces.apache.org/"><strong>Apache Xerces</strong></jump></td>
-          <td>XML parser, DOM, SAX, JAXP</td>
-          <td><jump href="http://xerces.apache.org/xerces2-j/">Java</jump>, 
-              <jump href="http://xml.apache.org/xerces-c/">C++</jump>, 
-              <jump href="http://xerces.apache.org/xerces-p/">Perl</jump>, COM</td>
-        </tr>
-        <tr>
-          <td colspan="3">XML parsers, in Java and C++ (with Perl and COM bindings).</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xml.apache.org/xang/"><strong>Apache Xang</strong></jump> (inactive)</td>
-          <td>Web applications</td>
-          <td>JavaScript</td>
-        </tr>
-        <tr>
-          <td colspan="3">Rapid development of dynamic server pages, in JavaScript.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xml.apache.org/xindice/"><strong>Apache XIndice</strong></jump></td>
-          <td>XML database</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">A native XML database.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xmlbeans.apache.org/"><strong>Apache XMLBeans</strong></jump></td>
-          <td>Java/XML Binding</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Java/XML binding tool with 100% support of XML Schema.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://ws.apache.org/xmlrpc/"><strong>Apache XML-RPC</strong></jump></td>
-          <td>Web Services, XML-RPC</td>
-          <td>Java</td>
-        </tr>
-        <tr>
-          <td colspan="3">Implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls.</td>
-        </tr>
-        <tr>
-          <td><jump href="http://xml.apache.org/security/"><strong>Apache XML Security</strong></jump></td>
-          <td>XML signature, XML encryption</td>
-          <td>Java, C++</td>
-        </tr>
-        <tr>
-          <td colspan="3">Java and C++ implementations of the XML signature and encryption standards.</td>
-        </tr>
-      </table>
-  </section>
-  -->
-    <!--p>
-      The following subprojects have already migrated to become top-level projects:
-    </p>
-    <ul>
-      <li>
-        <em>Xerces</em> - XML parsers in Java, C++ (with Perl and COM bindings)
-      </li>
-      <li>
-        <em>Xalan</em> - XSLT stylesheet processors, in Java and C++
-      </li>
-      <li>
-        <em>FOP</em> - XSL formatting objects (XSL-FO), in Java
-      </li>
-      <li>
-        <em>Forrest</em> - XML/XSLT-based framework for project documentation and website
-        development, based on Cocoon
-      </li>
-      <li>
-        <em>Batik</em> - A Java based toolkit for Scalable Vector Graphics (SVG)
-      </li>
-      <li>
-        <em>SOAP</em> - Simple Object Access Protocol
-      </li>
-      <li>
-        <em>XMLBeans</em> - XML-Java binding tool with 100% support of XML Schema.
-      </li>
-    </ul>
-    <section id="xerces">
-      <title>Xerces: XML parsers in Java and C++ (plus Perl and COM)</title>
-      <p>
-        Xerces (named after the Xerces Blue butterfly) provides world-class
-        XML parsing and generation. Fully-validating parsers are available for
-        both Java and C++, implementing the W3C XML and DOM (Level 1 and 2)
-        standards, as well as the de facto SAX (version 2) standard. The
-        parsers are highly modular and configurable. Initial support for XML
-        Schema (draft W3C standard) is also provided.
-      </p>
-      <p>
-        A Perl wrapper is provided for the C++ version of Xerces, which allows
-        access to a fully validating DOM XML parser from Perl. It also
-        provides for full access to Unicode strings, since Unicode is a key
-        part of the XML standard.
-      </p>
-      <p>
-  A COM wrapper (also for Xerces-C) provides compatibility with the Microsoft MSXML parser.
-      </p>
-    </section>
-    <section id="xalan">
-      <title>Xalan: XSL stylesheet processors in Java &amp; C++</title>
-       <p>
-  Xalan (named after a rare musical instrument) provides high-performance
-  XSLT stylesheet processing. Xalan fully implements the W3C XSLT and XPath
-  recommendations. The stylesheet processor is feature-rich and robust. The
-  XPath Processor is useable as a stand-alone unit.  Xalan uses the Bean
-  Scripting Framework (BSF) to implement Java and script extensions, features 
-  EXSLT extensions, nodeset extension, multiple document output extensions 
-  and SQL extension.
-      </p>
-      <p>
-  Xalan is currently available in Java, and C++.      
-      </p>
-    </section>
-    <section id="axkit">
-      <title>AxKit: XML-based web publishing in mod_perl</title>
-      <p>
-        AxKit brings the power of XML web publishing and dynamic
-        XML based applications to the Apache web server using the
-        mod_perl framework and the Apache C API to combine the power
-        of XML with the performance of a native Apache solution.
-      </p>
-    </section>
-    <section id="fop">
-      <title>Apache FOP: XSL Formatting Object processor in Java</title>
-      <p>
-        FOP is the world's first print formatter driven by XSL formatting
-        objects. It is a Java 1.2 application that reads a formatting object
-        tree and then turns it into a PDF document. The formatting object
-        tree, can be in the form of an XML document (output by an XSLT
-        engine like Xalan) or can be passed in memory as a DOM Document or (in
-        the case of Xalan) SAX events.
-      </p>
-    </section>
-    <section id="forrest">
-      <title>Apache Forrest: Standards-based documentation framework</title>
-      <p>
-        Apache Forrest is an XML standards-oriented documentation framework
-        based upon Apache Cocoon, providing XSLT stylesheets and schemas,
-        images and other resources. Forrest uses these to render the source
-        content into a website via command-line, robot, or dynamic application.
-        Apache Forrest is the system used to generate this site (xml.apache.org).
-      </p>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+  <header>
+    <title>XML at The Apache Foundation</title>
+  </header>
+  <body>
+    <section id="welcome">
+      <title>XML at The Apache Foundation</title>
+      <p>
+        The <em>Apache XML Project</em> used to be the home for many XML-related
+        subprojects, many of which have moved to top-level project status recently
+        or are currently in migration. The Apache XML Project slowly transforms
+        into an place where you can find pointers to XML-related projects here
+        in The Apache Foundation Foundation.
+      </p>
+      
+      <p>
+        Until we have a local up-to-date list, please find a
+        <a href="http://projects.apache.org/indexes/category.html#xml">
+          list of XML-related products within
+          The Apache Foundation Foundation on the "Projects website"
+        </a>.
+      </p>
+      
+      <section id="local-projects">
+        <title>Remaining local projects</title>
+        <p>
+          The remaining subprojects directly under the supervision of the XML PMC are:
+        </p>
+        <ul>
+          <li>
+            <em><a href="http://axkit.org">AxKit</a></em> - XML-based web publishing, in mod_perl </li>
+          <li>
+            <em><a href="http://xml.apache.org/crimson/">Crimson</a></em> - A Java XML parser derived from the Sun Project X Parser. <em>(in
+              hibernation)</em>
+          </li>
+          <li>
+            <em><a href="http://xml.apache.org/xang/">Xang</a></em> - Rapid development of dynamic server pages, in JavaScript <em>(in
+              hibernation)</em>
+          </li>
+          <li>
+            <em><a href="http://xml.apache.org/xindice/">Xindice</a></em> - A native XML database. </li>
+        </ul>
+      </section>
+      
     </section>
-    <section id="xang">
-      <title>Xang: Rapid development of dynamic server pages in JavaScript</title>
-      <p>
-  Apache Xang lets you quickly build data-driven, cross-platform Web
-  applications that integrate disparate data sources. The Xang architecture
-  cleanly separates data, logic and presentation. It is based on open
-  industry standards such as HTTP, XML, XSL, DOM and ECMAScript (JavaScript).
-      </p>
-    </section>
-    <section id="soap">
-      <title>SOAP: Simple Object Access Protocol</title>
-      <p>
-  The Apache Soap project is an implementation of the draft W3C
-  protocol by the same name.  It is based on, and supersedes, the
-  IBM SOAP4J implementation.
-      </p>
-      <p>
-        From the draft W3C specification:
-        SOAP is a lightweight protocol for exchange of information in a
-  decentralized, distributed environment. It is an XML based protocol
-  that consists of three parts: an envelope that defines a framework
-  for describing what is in a message and how to process it, a set of
-  encoding rules for expressing instances of application-defined
-  datatypes, and a convention for representing remote procedure calls
-  and responses.</p>
-    </section>
-    <section id="crimson">
-      <title>Crimson: A Java XML parser derived from the Sun Project X Parser</title>
-      <p>
-      The source code for Crimson is available under the xml-crimson CVS
-      module. Please visit the Crimson pages for more information.
-      </p>
-    </section>
-	<section id="xmlsecurity">
-	  <title>XML-Security: providing security functionality for XML data</title>
-	  <p>
-	  XML-Security is a collection of Java and C++ libraries that provide security functionality
-	  for XML data.  Both libraries provide an implementation of the W3C XML Digital
-      Signature standards, and implementations of the W3C XML Encryption standard are
-      currently being developed.
-      </p>
-    </section>
-    <section id="xindice">
-      <title>Xindice: A native XML database</title>
-      <p>
-      Apache Xindice is a database designed from the ground up to store XML
-      data or what is more commonly referred to as a native XML database.
-      </p>
-    </section>
-    <section id="xml-commons">
-      <title>XML Commons: focussed on common code and guidelines for
-       xml projects</title>
-      <p>
-The first focus will be to organize and have common packaging for the
-various externally-defined standards code relating to XML - things like
-the DOM, SAX, and JAXP interfaces.
-      </p>
-      <p>
-As the xml-commons community forms, we also hope to serve as a holding area
-for other common xml-related utilities and code, and to help promulgate
-common packaging, testing, documentation, and other guidelines across all
-xml.apache.org subprojects.
-      </p>
-    </section>
-    <section id="xmlbeans">
-      <title>XMLBeans: XML-Java binding tool</title>
-      <p>XMLBeans is a tool that allows you to access the full power of XML 
-      in a Java friendly way.  The idea is that you can take advantage the 
-      richness and features of XML and XML Schema and have these features mapped 
-      as naturally as possible to the equivalent Java language and typing constructs. 
-      XMLBeans uses XML Schema to compile Java interfaces and classes that you can 
-      then use to access and modify XML instance data. Using XMLBeans is similar 
-      to using any other Java interface/class, you will see things like getFoo or 
-      setFoo just as you would expect when working with Java. While a major use 
-      of XMLBeans is to access your XML instance data with strongly typed Java 
-      classes there are also API's that allow you access to the full XML infoset 
-      (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to reflect 
-      into the XML schema itself through an XML Schema Object model.
-      </p>
-    </section-->  
-  <section id="participation">
-    <title>Anyone Can Participate</title>
-    <p>
-      The <em>xml.apache.org</em> Project is composed of developers from all
-      around the world, both individuals and engineers from major corporations.
-      All interested developers are welcome to join and participate. Learn more
-      about <link href="overview.html">how to get involved</link>.
-    </p>
-  </section>
-
-  
-
-</body></document>
+  </body>
+</document>

Modified: xml/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/xml/site/src/documentation/content/xdocs/site.xml?rev=730526&r1=730525&r2=730526&view=diff
==============================================================================
--- xml/site/src/documentation/content/xdocs/site.xml (original)
+++ xml/site/src/documentation/content/xdocs/site.xml Thu Jan  1 03:18:37 2009
@@ -19,13 +19,17 @@
 
   <about label="About">
     <index label="Welcome" href="index.html"/>
+    <!--
     <news label="News" href="news.html"/>
     <mission label="Mission" href="mission.html"/>
     <guidelines label="Guidelines" href="guidelines.html"/>
+    -->
+    <xml-projects label="XML-related products" href="http://projects.apache.org/indexes/category.html#xml"/>
     <asf-sponsorship label="ASF Sponsorship Program" href="http://www.apache.org/foundation/sponsorship.html"/>"
     <asf-thanks label="ASF Thanks" href="http://www.apache.org/foundation/thanks.html"/>"
   </about>
   
+  <!--
   <federation label="XML Federation">
     <axis href="http://ws.apache.org/axis/index.html" label="Axis"/>
     <batik href="http://xmlgraphics.apache.org/batik/" label="Batik"/>
@@ -39,27 +43,25 @@
     <xmlbeans href="http://xmlbeans.apache.org/" label="XMLBeans"/>
     <xmlrpc href="http://ws.apache.org/xmlrpc/" label="XML-RPC"/>
   </federation>
+  -->
 
   <local label="Local Projects">
-    <commons href="http://xml.apache.org/commons/"  label="XML Commons" />
     <xindice href="http://xml.apache.org/xindice/"  label="Xindice" />
     <axkit href="http://axkit.org" label="AxKit" />
   </local>
-<!-- 
-  <incubating label="Incubating Projects">
-  </incubating>
--->
 
   <hibernated label="Hibernated Projects">
     <xercesj1 href="http://xerces.apache.org/xerces-j/" label="Xerces Java 1"/>
     <xang href="http://xml.apache.org/xang/" label="Xang"/>
     <crimson href="http://xml.apache.org/crimson/" label="Crimson"/>
   </hibernated>
-    
+  
+  <!--
   <community label="Community">
     <whoweare label="Who We Are" href="whoweare.html"/>
     <credits label="Credits" href="ack.html"/>
   </community>
+  -->
 
   <resources label="Resources">
     <download label="Downloads" href="http://xml.apache.org/mirrors.cgi"/>

Modified: xml/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/xml/site/src/documentation/skinconf.xml?rev=730526&r1=730525&r2=730526&view=diff
==============================================================================
--- xml/site/src/documentation/skinconf.xml (original)
+++ xml/site/src/documentation/skinconf.xml Thu Jan  1 03:18:37 2009
@@ -91,7 +91,7 @@
   <favicon-url>favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>1999-2007</year>
+  <year>1999-2009</year>
   <vendor>The Apache Software Foundation.</vendor>
   <!-- The optional copyright-link URL will be used as a link in the
     copyright statement
@@ -107,7 +107,7 @@
   -->
   <trail location="alt">
     <link1 name="The Apache Software Foundation" href="http://www.apache.org/"/>
-    <link2 name="The Apache XML Project" href="http://xml.apache.org/"/>
+    <link2 name="XML at the ASF" href="http://xml.apache.org/"/>
     <link3 name="" href=""/>
   </trail>
 
@@ -259,13 +259,13 @@
       <width>88</width>
       <height>31</height>
     </credit>
-    <!--credit box-location="alt2">
-      <name>ApacheCon EU 2006</name>
-      <url>http://apachecon.com/</url>
-      <image>http://www.eu.apachecon.com/konferenzen/apachecon06/images/header-left.gif</image>
-      <width>150</width>
-      <height>50</height>
-    </credit-->
+    <credit box-location="alt2">
+      <name>ApacheCon</name>
+      <url>http://www.apache.org/events/current-event.html</url>
+      <image>http://apache.org/events/current-event-125x125.png</image>
+      <width>125</width>
+      <height>125</height>
+    </credit>
     <!-- A credit with @role="pdf" will be used to compose a footer
      for each page in the PDF, using either "name" or "url" or both.
     -->



---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org