svn commit: r1295350 - in /xalan/c/branches/XalanDocs/xalan: c/trunk/xdocs/sources/stylebook.xslt java/trunk/xdocs/sources/xalan-apache-org-site.xml java/trunk/xdocs/sources/xalan-apache-org/index.xml

[email protected] Thu, 01 Mar 2012 00:10:18 -0000
Newsgroups gmane.text.xml.xalan.cvs
Message-ID <[email protected]>
Author: shathaway
Date: Thu Mar  1 00:10:18 2012
New Revision: 1295350

URL: http://svn.apache.org/viewvc?rev=1295350&view=rev
Log:
New Xalan TLP index and Copyright Date Fix

Modified:
    xalan/c/branches/XalanDocs/xalan/c/trunk/xdocs/sources/stylebook.xslt
    xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org-site.xml
    xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org/index.xml

Modified: xalan/c/branches/XalanDocs/xalan/c/trunk/xdocs/sources/stylebook.xslt
URL: http://svn.apache.org/viewvc/xalan/c/branches/XalanDocs/xalan/c/trunk/xdocs/sources/stylebook.xslt?rev=1295350&r1=1295349&r2=1295350&view=diff
==============================================================================
--- xalan/c/branches/XalanDocs/xalan/c/trunk/xdocs/sources/stylebook.xslt (original)
+++ xalan/c/branches/XalanDocs/xalan/c/trunk/xdocs/sources/stylebook.xslt Thu Mar  1 00:10:18 2012
@@ -469,7 +469,7 @@
     <xsl:attribute name="id">footer</xsl:attribute>
     <!-- copyright byline information -->
     <!-- &#169; is the (c) copyright symbol -->
-    <xsl:text>Copyright &#169; 1999-2011 The Apache Software Foundation</xsl:text><br/>
+    <xsl:text>Copyright &#169; 1999-2012 The Apache Software Foundation</xsl:text><br/>
     <xsl:text>Apache, Xalan, and the Feather logo are trademarks of The Apache Software Foundation</xsl:text>
     <xsl:element name="div">
       <xsl:attribute name="class">small</xsl:attribute>

Modified: xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org-site.xml
URL: http://svn.apache.org/viewvc/xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org-site.xml?rev=1295350&r1=1295349&r2=1295350&view=diff
==============================================================================
--- xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org-site.xml (original)
+++ xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org-site.xml Thu Mar  1 00:10:18 2012
@@ -16,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<!-- $Id: xalan-apache-org-site.xml 489426 2006-12-21 18:17:29Z minchau $ -->
 
 <book title="Apache Xalan Project " copyright="2011 The Apache Software Foundation">
   <document id="index" label="Apache Xalan" source="xalan-apache-org/index.xml"/>
@@ -37,4 +36,8 @@
   <external href="http://marc.theaimsgroup.com/?l=xalan-j-users" label="J Users Archive"/>
 </group>
   <separator/>
+<group label="Resources">
+  <external href="http://www.apache.org/foundation/getinvolved.html" label="Get Involved"/>
+</group>
+  <separator/>
 </book>

Modified: xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org/index.xml
URL: http://svn.apache.org/viewvc/xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org/index.xml?rev=1295350&r1=1295349&r2=1295350&view=diff
==============================================================================
--- xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org/index.xml (original)
+++ xalan/c/branches/XalanDocs/xalan/java/trunk/xdocs/sources/xalan-apache-org/index.xml Thu Mar  1 00:10:18 2012
@@ -15,13 +15,31 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<!-- $Id: index.xml 338232 2005-07-27 19:22:57Z mcnamara $ -->
 <s1 title="The Apache Xalan Project">
-         
+
+<p>Xalan is an XSLT processor for transforming XML documents into HTML, text, or
+other XML document types.  It uses the Xerces (XML Parser) to convert XML 
+documents to internal nodesets.</p>
+
+<p>The project name and logo are derived from the ancient Xalam musical instrument
+found in Africa. Note the difference in spelling.</p>
+
 <s2 title="Xalan">
 <p>Xalan has moved out of the XML project and is now a project in its own right. 
-You will find links to all the Xalan subprojects as well as our new charter on the menu 
+You will find links to all the Xalan subprojects as well as our charter on the menu 
 at the left of the screen. </p>
+
+<p>The old releases of Xalan still reside in the XML Project archives.</p>
+<ul>
+<!--
+* Xalan C++ Version 1.10 [xml.apache.org/xalan-c]
+* Xalan Java Version 2.7.1 [xml.apache.org/xalan-j]
+-->
+  <li><jump href="http://xml.apache.org/xalan-c">Xalan C++ Version 1.10</jump></li>
+  <li><jump href="http://xml.apache.org/xalan-j">Xalan Java Version 2.7.1</jump></li>
+</ul>
+
+<p>The links on the left navigation panel point to the current documentation.</p>
 </s2>
 
 <s2 title="What is Xalan?">
@@ -44,6 +62,7 @@ XSL also includes a vocabulary for speci
 this is not part of the Apache Xalan Project.  For more information on formatting objects, see the 
 <jump href="http://xml.apache.org/fop/">Apache XML FOP (Formatting Objects Project)</jump>.
  </p>
+
 <p>XSLT implementations, sometimes referred to as XSLT processors, use an XSL stylesheet to transform
 XML documents into HTML, text, or other XML document types.   In structural terms, an XSL stylesheet 
 specifies the transformation of one tree of nodes (the XML input) into another tree of nodes (the output or 
@@ -55,4 +74,33 @@ transformation result).</p>
 Apache Software License, Version 2.0.</jump></p>
 </s2>
 
+<s2 title="Getting Involved"> 
+<p>We always appreciate people and organizations that wish to help
+in the development and project support efforts.</p>
+
+<p>You can follow the activity by reviewing the project
+mail lists.  Posting messages to these lists is how we
+coordinate the activites related to the our projects.</p>
+
+<p>The developers mail list [<jump href="mailto:[email protected]">xalan-dev</jump>]
+ is for communicating issues to the Apache Xalan development teams.
+Both the Java and C/C++ groups monitor the developers list.
+All project change notices are posted to the developers list.</p>
+
+<p>Each sub-project has its own mail list for project specific user
+issues.</p>
+
+<p>The user list for Xalan C++ 
+ [<jump href="mailto:[email protected]">xalan-c-users</jump>] is 
+for general user comments on the Xalan C++ project.</p>
+
+<p>The user list for Xalan Java 
+ [<jump href="mailto:[email protected]">xalan-j-users</jump>] is
+for general user comments on the Xalan Java project.</p>
+
+<p>The Apache Software Foundation has guidance on 
+ <jump href="http://www.apache.org/foundation/getinvolved.html">how to 
+participate</jump> in the various development efforts.</p>
+</s2>
+
 </s1>