Author: rahul
Date: Tue Oct 24 09:50:44 2006
New Revision: 467381

URL: http://svn.apache.org/viewvc?view=rev&rev=467381
Log:
Beginnings of a site for the shale-dialog-scxml module.

SHALE-306

Added:
    shale/framework/trunk/shale-dialog-scxml/src/site/
    shale/framework/trunk/shale-dialog-scxml/src/site/site.xml   (with props)
    shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/
    shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml   (with 
props)

Added: shale/framework/trunk/shale-dialog-scxml/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/src/site/site.xml?view=auto&rev=467381
==============================================================================
--- shale/framework/trunk/shale-dialog-scxml/src/site/site.xml (added)
+++ shale/framework/trunk/shale-dialog-scxml/src/site/site.xml Tue Oct 24 
09:50:44 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Apache Shale Framework - Dialog Manager - SCXML Implementation">
+
+  <body>
+
+    <menu name="Quick Links">
+        <item name="JavaServer Faces"
+              href="http://java.sun.com/javaee/javaserverfaces/"/>
+        <item name="MyFaces"
+              href="http://myfaces.apache.org"/>
+        <item name="Shale"
+              href="http://shale.apache.org"/>
+        <item name="Shale Sandbox"
+              href="http://shale.apache.org/sandbox"/>
+        <item name="Struts"
+              href="http://struts.apache.org"/>
+        <item name="Struts-Faces Integration Library"
+              href="http://struts.apache.org/1.x/struts-faces"/>
+    </menu>
+
+    <menu name="Sub-Project Documentation">
+        <item name="Application Controller"
+                                        
href="../shale-application/index.html"/>
+        <item name="Clay Plug-In"       href="../shale-clay/index.html"/>
+        <item name="Core Library"       href="../shale-core/index.html"/>
+        <item name="Dialog Manager"     href="../shale-dialog/index.html"/>
+        <item name="Dialog Manager (Basic Implementation)"
+                                        
href="../shale-dialog-basic/index.html"/>
+        <item name="Dialog Manager (SCXML Implementation)"
+                                        
href="../shale-dialog-scxml/index.html"/>
+        <item name="Spring Integration" href="../shale-spring/index.html"/>
+        <item name="Test Framework"     href="../shale-test/index.html"/>
+        <item name="Tiles Integration"  href="../shale-tiles/index.html"/>
+        <item name="Tiger Extensions"   href="../shale-tiger/index.html"/>
+        <item name="Validator Support"  href="../shale-validator/index.html"/>
+        <item name="View Controller"    href="../shale-view/index.html"/>
+    </menu>
+
+    <menu name="Sample Apps Documentation">
+        <item name="Blank Starter"      
href="../shale-apps/shale-blank/index.html"/>
+        <item name="Clay Use Cases"     
href="../shale-apps/shale-clay-usecases/index.html"/>
+        <item name="Mail Reader"        
href="../shale-apps/shale-mailreader/index.html"/>
+        <item name="SQL Browser"        
href="../shale-apps/shale-sql-browser/index.html"/>
+        <item name="Use Cases"          
href="../shale-apps/shale-usecases/index.html"/>
+    </menu>
+        
+    ${reports}
+    
+  </body>
+
+</project>
+
+
+
+
+

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

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

Added: shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml?view=auto&rev=467381
==============================================================================
--- shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml (added)
+++ shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml Tue Oct 24 
09:50:44 2006
@@ -0,0 +1,49 @@
+<?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 Dialog Manager (SCXML Implementation)</title>
+  </properties>
+
+  <body>
+    
+    <section name="Shale Dialog Manager (SCXML Implementation)">
+    <a name="dialog-scxml"/>
+
+      <a name="dialog-scxml-introduction"/>
+      <subsection name="Introduction">
+
+        <p>The <a href="../shale-dialog/index.html">Shale Dialog Manager</a>
+        defines a generic API by which an application may utilize a
+        Dialog Manager implementation to manage conversations with the
+        user of that application.  A user may have (at most) one active
+        conversation in each window or frame that he or she is using.</p>
+
+        <p>This module contains the <em>SCXML (State Chart XML) 
Implementation</em>
+        of the Shale Dialog Manager facilities.  It uses the
+        <a href="http://jakarta.apache.org/commons/scxml/";>Commons SCXML</a>
+        library for the dialog state machine execution under the
+        covers, and the dialogs are described using SCXML documents.</p>
+
+      </subsection>
+
+    </section>
+
+  </body>
+
+</document>

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

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


Reply via email to