You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2006/10/26 00:46:22 UTC

svn commit: r467800 - in /shale/framework/trunk/src/site: site.xml xdoc/documentation.xml xdoc/index.xml

Author: rahul
Date: Wed Oct 25 15:46:21 2006
New Revision: 467800

URL: http://svn.apache.org/viewvc?view=rev&rev=467800
Log:
Move the documentation section from the Shale home page to a separate page devoted to documentation (so it can have potential for amorphous growth without bloating the home page content).
SHALE-306

Added:
    shale/framework/trunk/src/site/xdoc/documentation.xml   (with props)
Modified:
    shale/framework/trunk/src/site/site.xml
    shale/framework/trunk/src/site/xdoc/index.xml

Modified: shale/framework/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/site.xml?view=diff&rev=467800&r1=467799&r2=467800
==============================================================================
--- shale/framework/trunk/src/site/site.xml (original)
+++ shale/framework/trunk/src/site/site.xml Wed Oct 25 15:46:21 2006
@@ -22,7 +22,7 @@
         <item name="Background"         href="/background.html"/>
         <item name="Features"           href="/index.html#features"/>
         <item name="Download"           href="/index.html#download"/>
-        <item name="Documentation"      href="/index.html#documentation"/>
+        <item name="Documentation"      href="/documentation.html"/>
         <item name="Issue Tracking"     href="/issue-tracking.html"/>
         <item name="Mailing Lists"      href="/mail-lists.html"/>
         <item name="Using Shale"        href="/using.html"/>

Added: shale/framework/trunk/src/site/xdoc/documentation.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/documentation.xml?view=auto&rev=467800
==============================================================================
--- shale/framework/trunk/src/site/xdoc/documentation.xml (added)
+++ shale/framework/trunk/src/site/xdoc/documentation.xml Wed Oct 25 15:46:21 2006
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<document>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to you 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>
+    <title>Shale Documentation</title>
+  </properties>
+
+  <body>
+
+    <a name="documentation"/>
+    <section name="Shale Documentation">
+
+      <p>Services provided by the Shale Framework are available as a set
+      of loosely coupled modules. Documentation for each module is
+      available via the navigation menu on the left.</p>
+
+    </section>
+
+    <a name="javadocs"/>
+    <section name="Shale Javadocs">
+
+      <p>Online Javadocs for the Shale Framework and Sample Applications
+      are listed below for ready reference (based on the SVN trunk).</p>
+
+      <p>Framework modules:</p>
+      <ul>
+      <li><a href="shale-application/apidocs/index.html" target="_blank">
+          Application Controller</a>.</li>
+      <li><a href="shale-clay/apidocs/index.html" target="_blank">
+          Clay</a>.</li>
+      <li><a href="shale-core/apidocs/index.html" target="_blank">
+          Core Library</a>.</li>
+      <li><a href="shale-dialog/apidocs/index.html" target="_blank">
+          Dialog Manager</a>.</li>
+      <li><a href="shale-dialog-basic/apidocs/index.html" target="_blank">
+          Dialog Manager - Basic Implementation</a>.</li>
+      <li><a href="shale-dialog-scxml/apidocs/index.html" target="_blank">
+          Dialog Manager - SCXML Implementation</a>.</li>
+      <li><a href="shale-remoting/apidocs/index.html" target="_blank">
+          Remoting</a>.</li>
+      <li><a href="shale-spring/apidocs/index.html" target="_blank">
+          Spring Integration</a>.</li>
+      <li><a href="shale-test/apidocs/index.html" target="_blank">
+          Test Framework</a>.</li>
+      <li><a href="shale-tiger/apidocs/index.html" target="_blank">
+          Tiger Extensions</a>.</li>
+      <li><a href="shale-tiles/apidocs/index.html" target="_blank">
+          Tiles Integration</a>.</li>
+      <li><a href="shale-validator/apidocs/index.html" target="_blank">
+          Validator Integration</a>.</li>
+      <li><a href="shale-view/apidocs/index.html" target="_blank">
+          View Controller</a>.</li>
+      </ul>
+
+      <p>Sample applications:</p>
+      <ul>
+      <li><a href="shale-apps/shale-blank/apidocs/index.html" target="_blank">
+          Blank Example App</a>.</li>
+      <li><a href="shale-apps/shale-clay-usecases/apidocs/index.html" target="_blank">
+          Clay Use Cases Sample App</a>.</li>
+      <li><a href="shale-apps/shale-mailreader/apidocs/index.html" target="_blank">
+          Mailreader Example App</a>.</li>
+      <li><a href="shale-apps/shale-sql-browser/apidocs/index.html" target="_blank">
+          SQL Browser Example App</a>.</li>
+      <li><a href="shale-apps/shale-usecases/apidocs/index.html" target="_blank">
+          Use Cases Sample App</a>.</li>
+      </ul>
+
+    </section>
+
+  </body>
+
+</document>

Propchange: shale/framework/trunk/src/site/xdoc/documentation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: shale/framework/trunk/src/site/xdoc/documentation.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: shale/framework/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/index.xml?view=diff&rev=467800&r1=467799&r2=467800
==============================================================================
--- shale/framework/trunk/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/src/site/xdoc/index.xml Wed Oct 25 15:46:21 2006
@@ -180,57 +180,6 @@
 
     </section>
 
-    <a name="documentation"/>
-    <section name="Shale Documentation">
-
-      <p>Online Javadocs for Shale (based on the SVN trunk).</p>
-
-      <p>Framework modules:</p>
-      <ul>
-      <li><a href="shale-application/apidocs/index.html" target="_blank">
-          Application Controller</a>.</li>
-      <li><a href="shale-clay/apidocs/index.html" target="_blank">
-          Clay</a>.</li>
-      <li><a href="shale-core/apidocs/index.html" target="_blank">
-          Core Library</a>.</li>
-      <li><a href="shale-dialog/apidocs/index.html" target="_blank">
-          Dialog Manager</a>.</li>
-      <li><a href="shale-dialog-basic/apidocs/index.html" target="_blank">
-          Dialog Manager - Basic Implementation</a>.</li>
-      <li><a href="shale-dialog-scxml/apidocs/index.html" target="_blank">
-          Dialog Manager - SCXML Implementation</a>.</li>
-      <li><a href="shale-remoting/apidocs/index.html" target="_blank">
-          Remoting</a>.</li>
-      <li><a href="shale-spring/apidocs/index.html" target="_blank">
-          Spring Integration</a>.</li>
-      <li><a href="shale-test/apidocs/index.html" target="_blank">
-          Test Framework</a>.</li>
-      <li><a href="shale-tiger/apidocs/index.html" target="_blank">
-          Tiger Extensions</a>.</li>
-      <li><a href="shale-tiles/apidocs/index.html" target="_blank">
-          Tiles Integration</a>.</li>
-      <li><a href="shale-validator/apidocs/index.html" target="_blank">
-          Validator Integration</a>.</li>
-      <li><a href="shale-view/apidocs/index.html" target="_blank">
-          View Controller</a>.</li>
-      </ul>
-
-      <p>Sample applications:</p>
-      <ul>
-      <li><a href="shale-apps/shale-blank/apidocs/index.html" target="_blank">
-          Blank Example App</a>.</li>
-      <li><a href="shale-apps/shale-clay-usecases/apidocs/index.html" target="_blank">
-          Clay Use Cases Sample App</a>.</li>
-      <li><a href="shale-apps/shale-mailreader/apidocs/index.html" target="_blank">
-          Mailreader Example App</a>.</li>
-      <li><a href="shale-apps/shale-sql-browser/apidocs/index.html" target="_blank">
-          SQL Browser Example App</a>.</li>
-      <li><a href="shale-apps/shale-usecases/apidocs/index.html" target="_blank">
-          Use Cases Sample App</a>.</li>
-      </ul>
-
-    </section>
-
   </body>
 
 </document>