You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2007/03/09 12:36:39 UTC

svn commit: r516377 [1/2] - in /incubator/tuscany/cpp/sca: ./ doc/ samples/ samples/AlertAggregator/ samples/AlertAggregator/httpserver/conf/ samples/CppBigBank/ samples/CppCalculator/ samples/HttpdBigBank/ samples/PythonCalculator/ samples/PythonWeath...

Author: ajborley
Date: Fri Mar  9 03:36:31 2007
New Revision: 516377

URL: http://svn.apache.org/viewvc?view=rev&rev=516377
Log:
Final documentation updates

Added:
    incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html   (with props)
Modified:
    incubator/tuscany/cpp/sca/GettingStarted.html
    incubator/tuscany/cpp/sca/doc/Axis2CWSExtension.html
    incubator/tuscany/cpp/sca/doc/CppExtension.html
    incubator/tuscany/cpp/sca/doc/PythonExtension.html
    incubator/tuscany/cpp/sca/doc/RESTExtension.html
    incubator/tuscany/cpp/sca/doc/RubyExtension.html
    incubator/tuscany/cpp/sca/doc/SCAExtension.html
    incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf
    incubator/tuscany/cpp/sca/samples/CppBigBank/README.html
    incubator/tuscany/cpp/sca/samples/CppCalculator/README.html
    incubator/tuscany/cpp/sca/samples/GettingStarted.html
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/README.html
    incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
    incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/README.html
    incubator/tuscany/cpp/sca/samples/RestCalculator/README.html
    incubator/tuscany/cpp/sca/samples/RestCustomer/README.html
    incubator/tuscany/cpp/sca/samples/RestYahoo/README.html
    incubator/tuscany/cpp/sca/samples/RubyBigBank/README.html
    incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html

Modified: incubator/tuscany/cpp/sca/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/GettingStarted.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sca/GettingStarted.html Fri Mar  9 03:36:31 2007
@@ -145,26 +145,26 @@
                   be able to build the Tuscany SCA Ruby Extension with other versions of Ruby.
                </TD>
             </TR>
-            <TR CLASS="b">
-               <TD><STRONG>Optional:</STRONG> PHP version 5.2</TD>
-               <TD> 
-                  <A HREF="http://www.php.net"
-                     TARGET="_blank">http://www.php.net</A><BR/>
-                  This is required for building and running the Tuscany SCA PHP extension
-                  (see <A HREF="#extensions">below</A>).
-                  Please download and follow the installation instructions. 
-               </TD>
-            </TR>
-            <TR CLASS="a">
-               <TD><STRONG>Optional:</STRONG> PHP PECL SCA_SDO package version 1.1.2</TD>
-               <TD> 
-                  <A HREF="http://pecl.php.net/package/SCA_SDO"
-                     TARGET="_blank">http://pecl.php.net/package/SCA_SDO</A><BR/>
-                  This is required for running the Tuscany SCA PHP extension
-                  (see <A HREF="#extensions">below</A>).
-                  Please download and follow the installation instructions. 
-               </TD>
-            </TR>
+<!--             <TR CLASS="b">                                                                -->
+<!--                <TD><STRONG>Optional:</STRONG> PHP version 5.2</TD>                        -->
+<!--                <TD>                                                                       -->
+<!--                   <A HREF="http://www.php.net"                                            -->
+<!--                      TARGET="_blank">http://www.php.net</A><BR/>                          -->
+<!--                   This is required for building and running the Tuscany SCA PHP extension -->
+<!--                   (see <A HREF="#extensions">below</A>).                                  -->
+<!--                   Please download and follow the installation instructions.               -->
+<!--                </TD>                                                                      -->
+<!--             </TR>                                                                         -->
+<!--             <TR CLASS="a">                                                                -->
+<!--                <TD><STRONG>Optional:</STRONG> PHP PECL SCA_SDO package version 1.1.2</TD> -->
+<!--                <TD>                                                                       -->
+<!--                   <A HREF="http://pecl.php.net/package/SCA_SDO"                           -->
+<!--                      TARGET="_blank">http://pecl.php.net/package/SCA_SDO</A><BR/>         -->
+<!--                   This is required for running the Tuscany SCA PHP extension              -->
+<!--                   (see <A HREF="#extensions">below</A>).                                  -->
+<!--                   Please download and follow the installation instructions.               -->
+<!--                </TD>                                                                      -->
+<!--             </TR>                                                                         -->
             <TR CLASS="b">
                <TD><STRONG>Optional:</STRONG> Axis2/C Release 0.96</TD>
                <TD> 
@@ -206,7 +206,7 @@
           <OL>
               <LI>Extract the binary tar package to a folder</LI>
               <LI>Set the TUSCANY_SCACPP environment variable to point to the directory that was just extracted</LI>
-              <LI>Add the &lt;tuscany_sca_install_dir&gt;/lib directory to the LD_LIBRARY_PATH <!--(Linux) or DYLD_LIBRARY_PATH (MacOS X)--> environment variable</LI>
+              <LI>Add the &lt;tuscany_sca_install_dir&gt;/lib directory to the LD_LIBRARY_PATH (Linux) or DYLD_LIBRARY_PATH (Mac OS X) environment variable</LI>
           </OL>
          <A NAME="linuxsrc"><H3>Getting Tuscany SCA Native working with the source release on Linux</H3></A>
           <OL>
@@ -214,34 +214,17 @@
               <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to Axis2/C version 0.96&gt;</LI>
-                </UL></LI>
-              <LI>The following environment variables are optional if you wish to build the Python or Ruby extensions
-                  (see the <A HREF="doc/PythonExtension.html">Python extension</A> and 
-                  <A HREF="doc/RubyExtension.html">Ruby extension</A> documentation):
-                <UL>
-                  <LI>PYTHON_LIB=&lt;path to Python libraries&gt;</LI>
-                  <LI>PYTHON_INCLUDE=&lt;path to Python includes&gt;</LI>
-                  <LI>PYTHON_VERSION=&lt;name of the Python version&gt;<BR/>
-                   Note: If you are using a default installation of Python 2.5 these are usually:<BR/>
-                   PYTHON_LIB=/usr/lib<BR/>
-                   PYTHON_INCLUDE=/usr/include/python2.5<BR/>
-                   PYTHON_VERSION=python2.5<BR/></LI>
-                  <LI>RUBY_LIB=&lt;path to Ruby libraries&gt;</LI>
-                  <LI>RUBY_INCLUDE=&lt;path to Ruby includes&gt;<BR/>
-                   Note: If you are using a default installation of Ruby these are usually:<BR/>
-                   RUBY_LIB=/usr/lib<BR/>
-                   RUBY_INCLUDE=/usr/lib/ruby/1.8/i386-linux</LI>
                 </UL></LI>
-              <LI>Build the source with the following command sequence:
+              <LI>See the <A HREF="#extensions">extensions documentation</A> for other environment variables and
+                  configration flags that are required to build specific extensions.</LI>
+              <LI>To build only the Tuscany SCA Native kernel libraries use the following command sequence:
                   <UL>
-                      <LI>./configure --prefix=&lt;tuscany_sca_install_dir&gt;/deploy --enable-static=no --enable-python=yes --enable-ruby=yes</LI>
+                      <LI>./configure --prefix=&lt;tuscany_sca_install_dir&gt;/deploy --enable-static=no --enable-cpp=no --enable-wsbinding=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>
 	              NOTE: If you don't provide a --prefix configure option, it will by default install into
-                  /usr/local/tuscany/sca. If you do not wish to build the Python or Ruby extensions, simply change the 
-                  --enable-python and --enable-ruby options to "no". Use ./configure --help to see all the available 
+                  /usr/local/tuscany/sca. Use ./configure --help to see all the available 
                   options</LI>
               <LI>Set the TUSCANY_SCACPP environment variable to point to the &lt;tuscany_sca_install_dir&gt;/deploy
                   directory that contains the built Tuscany SCA distribution</LI>
@@ -259,18 +242,12 @@
               <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
-                  <LI>AXIS2C_HOME=&lt;path to Axis2/C version 0.96&gt;</LI>
-                </UL></LI>
-              <LI>The following environment variables are optional if you wish to build the Python or Ruby extensions
-                  (see the <A HREF="doc/PythonExtension.html">Python extension</A> and 
-                  <A HREF="doc/RubyExtension.html">Ruby extension</A> documentation):
-                <UL>
-                  <LI>PYTHON_HOME=&lt;path to installed Python&gt;                                      
-                  <LI>RUBY_HOME=&lt;path to installed Ruby&gt;</LI>
                 </UL></LI>
               <LI>You must have set up the environment for Microsoft Visual C++ tools. The build command 
                   will call vcvars32 to set the environment. Ensure the directory containing this is on your path.
                   This will be where you installed the compiler.</LI>
+              <LI>See the <A HREF="#extensions">extensions documentation</A> for other environment variables 
+                  that are required to build specific extensions.</LI>
               <LI>Build the source:
                   <UL>
                       <LI>cd &lt;to where you unzipped the source&gt;</LI>
@@ -350,25 +327,25 @@
                 </UL>
                </TD>
             </TR>
+<!--             <TR CLASS="a">                                                                                                   -->
+<!--                <TD STYLE="vertical-align: top; white-space: nowrap;">                                                        -->
+<!--                 <A HREF="doc/PHPExtension.html">PHP</A>                                                                      -->
+<!--                </TD>                                                                                                         -->
+<!--                <TD>Provides a PHP SCA client API and enables PHP component implementations by integrating                    -->
+<!--                 with the <A HREF="http://pecl.php.net/package/SCA_SDO">PECL SCA_SDO package</A>.                             -->
+<!--                 See the <A HREF="doc/PHPExtension.html">PHP extension documentation</A> for                                  -->
+<!--                 more details. <BR/>                                                                                          -->
+<!--                 <STRONG>Requires:</STRONG>                                                                                   -->
+<!--                 <UL>                                                                                                         -->
+<!--                     <LI><A HREF="http://www.php.net" TARGET="_blank">PHP version 5.2</A>                                     -->
+<!--                         - for building and running the extension.</LI>                                                       -->
+<!--                     <LI><A HREF="http://pecl.php.net/package/SCA_SDO" TARGET="_blank">PECL SCA_SDO package version 1.1.2</A> -->
+<!--                         - for running the extension.</LI>                                                                    -->
+<!--                 </UL>                                                                                                        -->
+<!--                </TD>                                                                                                         -->
+<!--             </TR>                                                                                                            -->
             <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;">
-                <A HREF="doc/PHPExtension.html">PHP</A>
-               </TD>
-               <TD>Provides a PHP SCA client API and enables PHP component implementations by integrating
-                with the <A HREF="http://pecl.php.net/package/SCA_SDO">PECL SCA_SDO package</A>. 
-                See the <A HREF="doc/PHPExtension.html">PHP extension documentation</A> for 
-                more details. <BR/> 
-                <STRONG>Requires:</STRONG>
-                <UL>
-                    <LI><A HREF="http://www.php.net" TARGET="_blank">PHP version 5.2</A>
-                        - for building and running the extension.</LI>
-                    <LI><A HREF="http://pecl.php.net/package/SCA_SDO" TARGET="_blank">PECL SCA_SDO package version 1.1.2</A>
-                        - for running the extension.</LI>
-                </UL>
-               </TD>
-            </TR>
-            <TR CLASS="b">
-               <TD STYLE="vertical-align: top; white-space: nowrap;">
                 <A HREF="doc/Axis2CWSExtension.html">Axis2/C Web Services</A>
                </TD>
                <TD>Provides the Web Service bindings enabling Tuscany to call SCA references via
@@ -384,7 +361,7 @@
                 </UL>
                </TD>
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;">
                 <A HREF="doc/RESTExtension.html">REST</A>
                </TD>
@@ -400,7 +377,7 @@
                 </UL>
                </TD>
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;">
                 <A HREF="doc/SCAExtension.html">SCA</A>
                </TD>

Modified: incubator/tuscany/cpp/sca/doc/Axis2CWSExtension.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/Axis2CWSExtension.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/doc/Axis2CWSExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/Axis2CWSExtension.html Fri Mar  9 03:36:31 2007
@@ -66,8 +66,8 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing the Tuscany SCA Axis2/C Web Services Extension..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OSX</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OSX</A></LI>
+                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OS X</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -112,12 +112,12 @@
 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing the Tuscany SCA Axis2/C Extension</H2></A>
-         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Axis2/C Extension working with the binary release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Axis2/C Extension working with the binary release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>Ensure the AXIS2C_HOME environment variable is set to the Axis2/C installation</LI>
               <LI>Deploy the Axis2/C Web Services extension by following the <A HREF="#deploy">deployment steps</A></LI>
           </OL>
-         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Axis2/C Extension working with the source release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Axis2/C Extension working with the source release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>You will need the Tuscany SCA and SDO libraries - follow the instructions 
                   <A HREF="../GettingStarted.html">here</A> to build the SCA libraries and default extensions</LI>
@@ -178,7 +178,7 @@
             recommended that you follow the <A HREF="#mandeploy">manual deployment</A> steps 
             outlined below. 
          </P>
-         <P>To automatically deploy Tuscany Web Service support to Axis2/C on Linux and Mac OSX:
+         <P>To automatically deploy Tuscany Web Service support to Axis2/C on Linux and Mac OS X:
            <OL> 
               <LI>The AXIS2C_HOME environment variable is required:                                 
                 <UL>
@@ -213,7 +213,7 @@
          </P>
          <OL>
            <LI>
-             Linux and Mac OSX:
+             Linux and Mac OS X:
              <OL>
                <LI>cd &lt;axis2c version 0.96&gt;/services</LI>
                <LI>ln -sf  &lt;tuscany_sca_install_dir&gt;/extensions/ws/service/services/tuscany</LI>
@@ -319,7 +319,7 @@
                  TUSCANY_SCACPP, TUSCANY_SDOCPP and AXIS2C_HOME environment variables set, 
                  as well as the SCA and SDO bin directories and the Axis2/C lib directory on 
                  your PATH on Windows or the SCA, SDO and Axis2/C lib directories on 
-                 your LD_LIBRARY_PATH on Linux and your DYLD_LIBRARY_PATH on Mac OSX. 
+                 your LD_LIBRARY_PATH on Linux and your DYLD_LIBRARY_PATH on Mac OS X. 
                  You will also need to set the TUSCANY_SCACPP_SYSTEM_ROOT
                  and TUSCANY_SCACPP_DEFAULT_COMPONENT environment variables to the 
                  path to your SCA component directory structure and the default component respectively.

Modified: incubator/tuscany/cpp/sca/doc/CppExtension.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/CppExtension.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/doc/CppExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/CppExtension.html Fri Mar  9 03:36:31 2007
@@ -60,8 +60,8 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing the Tuscany SCA C++ Extension..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OSX</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OSX</A></LI>
+                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OS X</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -102,11 +102,11 @@
 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing the Tuscany SCA C++ Extension</H2></A>
-         <A NAME="linuxbin"><H3>Getting the Tuscany SCA C++ Extension working with the binary release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxbin"><H3>Getting the Tuscany SCA C++ Extension working with the binary release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>Add the &lt;tuscany_sca_install_dir&gt;/extensions/cpp/lib directory to the PATH environment variable</LI>
           </OL>
-         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA C++ Extension working with the source release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA C++ Extension working with the source release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>You will need the Tuscany SCA kernel and SDO libraries - follow the instructions 
                   <A HREF="../GettingStarted.html">here</A> to build the SCA libraries and default extensions</LI>
@@ -118,7 +118,7 @@
               <LI>Build the C++ source only with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sca_install_dir&gt;</LI>
-                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-cpp</LI>
+                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-cpp --enable-wsbinding=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>
@@ -285,7 +285,7 @@
              </LI>
              <LI>Create a sample.calculator.composite file for your composite and define your 
                  component within it. The component definition specifies the implementation 
-                 library to use (a .dll file on Windows, a .so file on Linux and a .dylib file on Mac OSX) and the 
+                 library to use (a .dll file on Windows, a .so file on Linux and a .dylib file on Mac OS X) and the 
                  implementation header file (which describes the implementation class). Component 
                  properties and references to other services can also be specified here. E.g. the 
                  Calculator sample.calculator.composite file contains the following XML:<BR/>
@@ -336,7 +336,7 @@
                  <UL>
                      <LI>&lt;deploy_root&gt;/CompositeName/CompositeName.composite              </LI>
                      <LI>&lt;deploy_root&gt;/CompositeName/Implementation.componentType         </LI>
-                     <LI>&lt;deploy_root&gt;/CompositeName/Implementation.dll (or .so on Linux and .dylib on Mac OSX) </LI>
+                     <LI>&lt;deploy_root&gt;/CompositeName/Implementation.dll (or .so on Linux and .dylib on Mac OS X) </LI>
                      <LI>&lt;deploy_root&gt;/SolutionName.composite           </LI>
                  </UL>
                  E.g. for the Calculator sample the structure is:
@@ -379,7 +379,7 @@
                  TUSCANY_SCACPP and TUSCANY_SDOCPP environment variables set, 
                  as well as the SCA and SDO bin directories on 
                  your PATH on Windows or the SCA and SDO lib directories on your LD_LIBRARY_PATH on Linux 
-                 and your DYLD_LIBRARY_PATH on Mac OSX. You will also need to set the TUSCANY_SCACPP_SYSTEM_ROOT
+                 and your DYLD_LIBRARY_PATH on Mac OS X. You will also need to set the TUSCANY_SCACPP_SYSTEM_ROOT
                  and TUSCANY_SCACPP_DEFAULT_COMPONENT environment variables to the 
                  path to your SCA component directory structure and the default component respectively.
                  TUSCANY_SCACPP_SYSTEM_ROOT is the directory where the SCA runtime will look for any 

Modified: incubator/tuscany/cpp/sca/doc/PythonExtension.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/PythonExtension.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/doc/PythonExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/PythonExtension.html Fri Mar  9 03:36:31 2007
@@ -58,8 +58,8 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing the Tuscany SCA Python Extension..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OSX</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OSX</A></LI>
+                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OS X</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -101,12 +101,12 @@
 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing the Tuscany SCA Python Extension</H2></A>
-         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Python Extension working with the binary release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Python Extension working with the binary release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>Ensure the Python libraries are available on the PATH environment variable</LI>
               <LI>Add the &lt;tuscany_sca_install_dir&gt;/extensions/python/lib directory to the PYTHONPATH environment variable</LI>
           </OL>
-         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Python Extension working with the source release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Python Extension working with the source release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>You will need the Tuscany SCA and SDO libraries - follow the instructions 
                   <A HREF="../GettingStarted.html">here</A> to build the SCA libraries and default extensions</LI>
@@ -125,7 +125,7 @@
               <LI>Build the Python source only with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sca_install_dir&gt;</LI>
-                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-python --enable-cpp=no</LI>
+                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-python --enable-cpp=no --enable-wsbinding=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>
@@ -173,7 +173,7 @@
          <P>The Tuscany Python component and client support comes from a Python extension 
             package that is built in the &lt;tuscany_sca_install_dir&gt;/extensions/python/bin
             directory on Windows and &lt;tuscany_sca_install_dir&gt;/extensions/python/lib on
-            Linux and Mac OSX. This package must be made available to your Python environment by 
+            Linux and Mac OS X. This package must be made available to your Python environment by 
             adding this directory to your PYTHONPATH environment variable. This makes the sca 
             module available for use by clients and allows references and properties to be 
             used in your Python components

Modified: incubator/tuscany/cpp/sca/doc/RESTExtension.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/RESTExtension.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/doc/RESTExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/RESTExtension.html Fri Mar  9 03:36:31 2007
@@ -59,8 +59,8 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing the Tuscany SCA REST Extension..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OSX</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OSX</A></LI>
+                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OS X</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -100,8 +100,9 @@
                   Please download and follow the installation instructions. This is required
                   for building the REST Reference extension and for calling REST references.<BR/>
                   On Windows, the extension was developed and tested against the "Win32 - MSVC 7.15.1 devel"
-                  library provided by Chris Drake. On Linux and Mac OSX the libcurl libraries were built from 
-                  the 7.16.1 source.
+                  library provided by Chris Drake. On Linux the libcurl libraries were built from 
+                  the 7.16.1 source. On Mac OS X the library was downloaded, built and installed via the 
+                  standard "port" command. 
                </TD>
             </TR>
             </TBODY>
@@ -110,14 +111,14 @@
 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing the Tuscany SCA REST Extension</H2></A>
-         <A NAME="linuxbin"><H3>Getting the Tuscany SCA REST Extension working with the binary release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxbin"><H3>Getting the Tuscany SCA REST Extension working with the binary release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>Follow the <A HREF="#deploy">deployment steps</A> below to ensure the HTTPD server 
                   invokes Tuscany when it receives an appropriate HTTP request</LI>
               <LI>Ensure the libcurl and HTTPD libraries are available on the LD_LIBRARY_PATH environment variable on Linux and
-                  the DYLD_LIBRARY_PATH environment variable on Mac OSX</LI>
+                  the DYLD_LIBRARY_PATH environment variable on Mac OS X</LI>
           </OL>
-         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA REST Extension working with the source release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA REST Extension working with the source release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>You will need the Tuscany SCA and SDO libraries - follow the instructions 
                   <A HREF="../GettingStarted.html">here</A> to build the SCA libraries and default extensions</LI>
@@ -198,7 +199,7 @@
 <PRE>LoadModule sca_rest_module &lt;path to installed Tuscany SCA&gt;/extensions/rest/service/bin/tuscany_sca_mod_rest.dll</PRE>
                  On Linux, use the following line:
 <PRE>LoadModule sca_rest_module &lt;path to installed Tuscany SCA&gt;/extensions/rest/service/lib/libtuscany_sca_mod_rest.so</PRE>
-                 On Mac OSX, use the following line:
+                 On Mac OS X, use the following line:
 <PRE>LoadModule sca_rest_module &lt;path to installed Tuscany SCA&gt;/extensions/rest/service/lib/libtuscany_sca_mod_rest.dylib</PRE>
              </LI>
              <LI>Set a TuscanyHome directive to the installation of Tuscany SCA Native:

Modified: incubator/tuscany/cpp/sca/doc/RubyExtension.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/RubyExtension.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/doc/RubyExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/RubyExtension.html Fri Mar  9 03:36:31 2007
@@ -57,8 +57,8 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing the Tuscany SCA Ruby Extension..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OSX</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OSX</A></LI>
+                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OS X</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -105,11 +105,11 @@
 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing the Tuscany SCA Ruby Extension</H2></A>
-         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Ruby Extension working with the binary release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Ruby Extension working with the binary release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>Ensure the Ruby libraries are available on the PATH environment variable</LI>
           </OL>
-         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Ruby Extension working with the source release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Ruby Extension working with the source release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>You will need the Tuscany SCA and SDO libraries - follow the instructions 
                   <A HREF="../GettingStarted.html">here</A> to build the SCA libraries and default extensions</LI>
@@ -126,7 +126,7 @@
               <LI>Build the Ruby source only with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sca_install_dir&gt;</LI>
-                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-ruby --enable-cpp=no</LI>
+                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-ruby --enable-cpp=no --enable-wsbinding=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>
@@ -172,7 +172,7 @@
          <P>The Tuscany Ruby component and client support comes from a Ruby extension 
             library that is built in the &lt;tuscany_sca_install_dir&gt;/extensions/ruby/bin
             directory on Windows and &lt;tuscany_sca_install_dir&gt;/extensions/ruby/lib on
-            Linux and Mac OSX. 
+            Linux and Mac OS X. 
          </P>
          <A NAME="clients"><H3>Clients</H3></A>
          <P>Using the Ruby SCA extension library, a Ruby client can search for an SCA service with:

Modified: incubator/tuscany/cpp/sca/doc/SCAExtension.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/SCAExtension.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/doc/SCAExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/SCAExtension.html Fri Mar  9 03:36:31 2007
@@ -57,8 +57,8 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing the Tuscany SCA Binding Extension..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OSX</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OSX</A></LI>
+                    <LI><A HREF="#linuxbin">..from the binary release on Linux and Mac OS X</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux and Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -92,14 +92,14 @@
 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing the Tuscany SCA Binding Extension</H2></A>
-         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Binding Extension working with the binary release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxbin"><H3>Getting the Tuscany SCA Binding Extension working with the binary release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>Ensure the AXIS2C_HOME environment variable is set to the Axis2/C installation</LI>
               <LI>Deploy the Axis2/C Web Services extension by following the <A HREF="Axis2CWSExtension.html#deploy">deployment steps</A></LI>
               <LI>Ensure the Axis2/C Web Service extension and SCA Binding extension libraries are available 
-                  on the LD_LIBRARY_PATH environment variable on Linux and the DYLD_LIBRARY_PATH environment variable on Mac OSX</LI>
+                  on the LD_LIBRARY_PATH environment variable on Linux and the DYLD_LIBRARY_PATH environment variable on Mac OS X</LI>
           </OL>
-         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Binding Extension working with the source release on Linux and Mac OSX</H3></A>
+         <A NAME="linuxsrc"><H3>Getting the Tuscany SCA Binding Extension working with the source release on Linux and Mac OS X</H3></A>
           <OL>
               <LI>You will need the Tuscany SCA and SDO libraries - follow the instructions 
                   <A HREF="../GettingStarted.html">here</A> to build the SCA libraries and default extensions</LI>
@@ -111,7 +111,7 @@
               <LI>Build the SCA Binding source only with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sca_install_dir&gt;</LI>
-                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-scabinding --enable-cpp=no</LI>
+                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-scabinding --enable-cpp=no --enable-wsbinding=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>

Added: incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html?view=auto&rev=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html (added)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html Fri Mar  9 03:36:31 2007
@@ -0,0 +1,257 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
+<!--
+   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.
+-->
+
+<HTML>
+<HEAD>
+   <META CONTENT="text/html; charset=iso-8859-1" HTTP-EQUIV="Content-Type">
+   <META CONTENT="text/css" HTTP-EQUIV="Content-Style-Type">
+   <STYLE MEDIA="all" TYPE="text/css">
+@import url("../../doc/css/maven-base.css");
+@import url("../../doc/css/maven-theme.css");
+   </STYLE> 
+
+    <LINK HREF="../doc/css/maven-theme.css" MEDIA="print" REL="stylesheet"
+         TYPE="text/css">
+   <TITLE>Tuscany SCA Native Samples - Alert Aggregator Sample</TITLE>
+</HEAD>
+
+<BODY>
+<DIV ID="bodyColumn"> 
+   <DIV ID="contentBox"> 
+      <DIV CLASS="section"> 
+         <H1>Tuscany SCA Native Samples - Alert Aggregator Sample</H1> 
+
+         <P>This is a more complex sample that shows how Tuscany and SCA can be used to 
+            develop and run mash-up style web applications.</P>
+         <P>The Alert Aggregator sample aggregates items of information from various data 
+            sources into a series of "alerts" that are displayed in an 
+            automatically updating web page. Alert sources can currently include RSS/Atom 
+            news feeds and POP3/IMAP email</P>
+         <P>The Alert Aggregator sample requires the following extensions:
+            <UL>
+               <LI><A HREF="../../doc/RESTExtension.html">REST Service and Reference Extensions</A></LI>
+               <LI><A HREF="../../doc/PythonExtension.html">Python Extension</A></LI>
+            </UL>
+            Please follow the documentation to ensure you have these extensions built and installed
+            on your system
+         </P>
+         <P>Additionally, the Alert Aggregator sample requires the Python FeedParser library, available from
+             <A HREF="http://feedparser.org" TARGET="_blank">http://feedparser.org</A>. Please download and
+             install the library by following the documentation.</P>
+         <P>There are three sub-projects in this workspace:
+         <UL>
+            <LI>sample.alerter<BR/>                
+                This contains the source code and SCDL artifacts for the SCA components
+                implementing the Alert Aggregator configuration and alert retrieval.
+            </LI>
+            <LI>sample.display<BR/>
+                This contains the source code and SCDL artifacts for the SCA components
+                implementing the display and storage of the retrieved alerts.
+            </LI>
+            <LI>httpserver<BR/>
+                This contains a minimal configuration for the Apache HTTP server used
+                to host the services as well as scripts to start and stop the server.
+            </LI>
+         </UL>
+            Additionally, there is the sample.alerter.app.composite file. This     
+            describes the configuration of the SCA composites deployed to the SCA
+            runtime.</P>
+         <P>The following SCA diagram shows the different components and composites and how the
+            wiring between them is specified. Not all of these components are currently 
+            implemented in this sample.</P>
+         <IMG SRC="AlertAggregatorSCADiagram.png" ALT="Alert Aggregator SCA Diagram"/>
+      </DIV>
+
+      <DIV CLASS="section"> 
+         <H2>Contents</H2> 
+         <OL>
+            <LI><A HREF="#linuxbld">Building the Alert Aggregator sample on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#linuxrun">Running the Alert Aggregator sample on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#winbld">Building the Alert Aggregator sample on Windows</A></LI>
+            <LI><A HREF="#winrun">Running the Alert Aggregator sample on Windows</A></LI>
+            <LI><A HREF="#help">Getting help</A></LI>
+         </OL>
+      </DIV>
+
+
+       <DIV CLASS="section"> 
+         <A NAME="linuxbld"><H2>Building the Alert Aggregator sample on Linux and Mac OS X</H2></A>
+         <P>If using the binary distribution the samples are built and installed in
+            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the sample on Linux and Mac OS X</A>.</P>
+         <OL>
+             <LI>The following environment variables are required:                                 
+                <UL>
+                  <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>
+                  <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>
+                </UL>
+             </LI>
+             <LI>As the Alert Aggregator sample is based on Python scripts, a specific compilation step is not necessary - 
+                 only deployment is required. Deploy the Python samples only with the following command sequence:
+                  <UL>
+                      <LI>cd &lt;tuscany_sca_install_dir&gt;/samples</LI>
+                      <LI>./configure --enable-python --enable-cpp=no --prefix=$TUSCANY_SCACPP</LI>
+                      <LI>make install</LI>
+                  </UL>
+	              NOTE: If you don't provide the --prefix configure option, it will by default install into
+                  /usr/local/tuscany/sca/samples/AlertAggregator</LI>
+         </OL>                                                  
+        </DIV>
+
+       <DIV CLASS="section"> 
+         <A NAME="linuxrun"><H2>Running the Alert Aggregator sample on Linux and Mac OS X</H2></A>
+         <OL>
+             <LI>The Alert Aggregator sample requires the following extensions:
+                <UL>
+                   <LI><A HREF="../../doc/RESTExtension.html">REST Service and Reference Extensions</A></LI>
+                   <LI><A HREF="../../doc/PythonExtension.html">Python Extension</A></LI>
+                </UL>
+                Please follow the documentation to ensure you have these extensions built and installed
+                on your system
+             </LI>
+             <LI>The Alert Aggregator sample requires the Python FeedParser library, available from
+                 <A HREF="http://feedparser.org" TARGET="_blank">http://feedparser.org</A>. Please download and
+                 install the library by following the documentation.</LI>
+             <LI>Start the Apache HTTPD server:
+                <OL>
+                   <LI>The following environment variables are required:                                 
+                      <UL>
+                        <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
+                        <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                                              
+                        <LI>PYTHON_LIB=&lt;path to the Python library&gt;<BR/>
+                            Note: If you are using a default installation of Python 2.5 this is usually /usr/lib</LI>
+                      </UL>
+                   </LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;/samples/AlertAggregator/deploy/httpserver</LI>
+                   <LI>./startserver.sh<BR/>
+                       NOTE: Depending on your installation of Apache HTTPD you may need to log in as root before following 
+                       these steps. If so, you may also need to uncomment the User and Group directives in the
+                       &lt;tuscany_sca_install_dir&gt;/samples/AlertAggregator/deploy/httpserver/conf/httpd.conf file
+                       and set these to the appropriate username and group that the server should run as</LI>                   
+                </OL>
+             </LI>
+             <LI>Run the client from your web browser:
+                <OL>
+                   <LI>Point your browser at <A HREF="http://localhost:9090/index.html" TARGET="_blank">http://localhost:9090/index.html</A><BR/>
+                       NOTE: If plain text is diplayed by your browser, rather than a rendered web page, you may need
+                       to uncomment the LoadModule mime_module directive in the
+                       &lt;tuscany_sca_install_dir&gt;/samples/AlertAggregator/deploy/httpserver/conf/httpd.conf file. Set the correct path to 
+                       the mod_mime.so library and restart the server</LI>
+                   <LI>You should see the Alert Aggregator web interface that allows you to:
+                       <UL>
+                           <LI>Read new alerts</LI>
+                           <LI>Update alerts from all sources</LI>
+                           <LI>Update alerts from a specific source</LI>
+                           <LI>Edit the configuration of a data source</LI>
+                           <LI>Add a new RSS/Atom or POP email data source</LI>
+                           <LI>Remove a specific data source and all associated alerts</LI>
+                       </UL>
+                   </LI>
+                </OL>
+             </LI>
+         </OL>                                                  
+        </DIV>
+
+        <DIV CLASS="section">
+         <A NAME="winbld"><H2>Building the Alert Aggregator sample on Windows</H2></A>
+         <P>If using the binary distribution the samples are built and installed in
+            &lt;tuscany_sca_install_dir&gt;\samples - go directly to <A HREF="#winrun">Running the samples on Windows</A>.</P>
+         <OL>
+             <LI>The following environment variables are required:                                 
+                <UL>
+                  <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;                                      
+                  <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;                                      
+                </UL></LI>
+             </LI>
+             <LI>As this sample is based on Ruby scripts, a specific compilation step is not necessary - 
+                 only deployment is required. Deploy the sample with the following commands:
+                 <UL>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\AlertAggregator</LI>
+                   <LI>deploy.bat</LI>
+                </UL>
+             </LI>
+         </OL>                                                  
+        </DIV>
+
+       <DIV CLASS="section"> 
+         <A NAME="winrun"><H2>Running the Alert Aggregator sample on Windows</H2></A>
+             <LI>The Alert Aggregator sample requires the following extensions:
+                <UL>
+                   <LI><A HREF="../../doc/RESTExtension.html">REST Service and Reference Extensions</A></LI>
+                   <LI><A HREF="../../doc/PythonExtension.html">Python Extension</A></LI>
+                </UL>
+                Please follow the documentation to ensure you have these extensions built and installed
+                on your system
+             </LI>
+             <LI>Start the Apache HTTPD server:
+                <OL>
+                   <LI>The following environment variables are required:                                 
+                      <UL>
+                        <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
+                        <LI>TUSCANY_SDOCPP=&lt;path to installed Tuscany SDO&gt;</LI>                                                              
+                        <LI>HTTPD_HOME=&lt;path to installed Apache HTTPD server&gt;</LI>                                                              
+                      </UL>
+                   </LI>
+                   <LI>cd &lt;tuscany_sca_install_dir&gt;\samples\AlertAggregator\deploy\httpserver</LI>
+                   <LI>startserver.bat</LI>
+                </OL>
+             </LI>
+             <LI>Run the client from your web browser:
+                <OL>
+                   <LI>Point your browser at <A HREF="http://localhost:9090/index.html" TARGET="_blank">http://localhost:9090/index.html</A><BR/>
+                       NOTE: If plain text is diplayed by your browser, rather than a rendered web page, you may need
+                       to uncomment the LoadModule mime_module directive in the
+                       &lt;tuscany_sca_install_dir&gt;\samples\AlertAggregator\deploy\httpserver\conf\httpd.conf file. Set the correct path to 
+                       the mod_mime.so library (e.g. C:\Apache2.2\modules\mod_mime.so) and restart the server</LI>
+                   <LI>You should see the Alert Aggregator web interface that allows you to:
+                       <UL>
+                           <LI>Read new alerts</LI>
+                           <LI>Update alerts from all sources</LI>
+                           <LI>Update alerts from a specific source</LI>
+                           <LI>Edit the configuration of a data source</LI>
+                           <LI>Add a new RSS/Atom or POP email data source</LI>
+                           <LI>Remove a specific data source and all associated alerts</LI>
+                       </UL>
+                   </LI>
+                </OL>
+             </LI>
+         </OL>                                                  
+      </DIV>
+
+
+              
+      <DIV CLASS="section"> 
+         <A NAME="help"><H2>Getting Help</H2></A>
+
+         <P>First place to look is at the Tuscany FAQ at 
+         <A HREF="http://incubator.apache.org/tuscany/faq.html"
+            TARGET="_blank">http://incubator.apache.org/tuscany/faq.html</A> </P>
+
+         <P>Any problem with this release can be reported to the Tuscany 
+         <A HREF="http://incubator.apache.org/tuscany/mail-lists.html"
+            TARGET="_blank">mailing lists</A> or create a JIRA issue at&nbsp;<A HREF="http://issues.apache.org/jira/browse/Tuscany"
+                                                                                TARGET="_blank">http://issues.apache.org/jira/browse/Tuscany</A>.</P>
+      </DIV>
+   </DIV>
+</DIV>
+</BODY>
+
+</HTML>
+

Propchange: incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/cpp/sca/samples/AlertAggregator/README.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/httpserver/conf/httpd.conf Fri Mar  9 03:36:31 2007
@@ -25,3 +25,19 @@
 Include conf/base.conf
 Include conf/tuscany_sca_mod_rest.conf
 
+# User and Group directives may be required if the server must be 
+# started from the root account. Uncomment the following lines and
+# set the correct username and group
+#
+# User myusername
+# Group mygroupname
+
+
+# The Mime module may need to be specifically loaded if 
+# text rather than a web page is displayed when the web browser goes to
+# http://localhost:9090/index.html. Uncomment the following LoadModule
+# directive and ensure that the path to mod_mime.so is correct
+#
+# LoadModule mime_module /usr/lib/httpd/modules/mod_mime.so
+
+

Modified: incubator/tuscany/cpp/sca/samples/CppBigBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/CppBigBank/README.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/CppBigBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/CppBigBank/README.html Fri Mar  9 03:36:31 2007
@@ -82,8 +82,8 @@
       <DIV CLASS="section"> 
          <H2>Contents</H2> 
          <OL>
-            <LI><A HREF="#linuxbld">Building the C++ samples on Linux and Mac OSX</A></LI>
-            <LI><A HREF="#linuxrun">Running the C++ BigBank sample on Linux and Mac OSX:</A></LI>
+            <LI><A HREF="#linuxbld">Building the C++ samples on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#linuxrun">Running the C++ BigBank sample on Linux and Mac OS X:</A></LI>
                <UL>
                   <LI><A HREF="#linuxbasic">Running the basic client</A></LI>
                   <LI><A HREF="#linuxphp">Installing and running the PHP web client</A></LI>
@@ -100,9 +100,9 @@
 
 
        <DIV CLASS="section"> 
-         <A NAME="linuxbld"><H2>Building the C++ samples on Linux and Mac OSX</H2></A>
+         <A NAME="linuxbld"><H2>Building the C++ samples on Linux and Mac OS X</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OSX</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OS X</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -123,7 +123,7 @@
         </DIV>
 
        <DIV CLASS="section"> 
-         <A NAME="linuxrun"><H2>Running the C++ BigBank sample on Linux and Mac OSX</H2></A>
+         <A NAME="linuxrun"><H2>Running the C++ BigBank sample on Linux and Mac OS X</H2></A>
          <A NAME="linuxbasic"><H3>BigBank with basic client</H3></A>
          <OL>
              <LI>The C++ BigBank sample requires the following extensions:

Modified: incubator/tuscany/cpp/sca/samples/CppCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/CppCalculator/README.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/CppCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/CppCalculator/README.html Fri Mar  9 03:36:31 2007
@@ -62,8 +62,8 @@
       <DIV CLASS="section"> 
          <H2>Contents</H2> 
          <OL>
-            <LI><A HREF="#linuxbld">Building the C++ samples on Linux and Mac OSX</A></LI>
-            <LI><A HREF="#linuxrun">Running the C++ Calculator sample on Linux and Mac OSX</A></LI>
+            <LI><A HREF="#linuxbld">Building the C++ samples on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#linuxrun">Running the C++ Calculator sample on Linux and Mac OS X</A></LI>
             <LI><A HREF="#winbld">Building the C++ Calculator sample on Windows</A></LI>
             <LI><A HREF="#winrun">Running the C++ Calculator sample on Windows</A></LI>
             <LI><A HREF="#help">Getting help</A></LI>
@@ -72,9 +72,9 @@
 
 
        <DIV CLASS="section"> 
-         <A NAME="linuxbld"><H2>Building the C++ samples on Linux and Mac OSX</H2></A>
+         <A NAME="linuxbld"><H2>Building the C++ samples on Linux and Mac OS X</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OSX</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OS X</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -95,7 +95,7 @@
         </DIV>
 
        <DIV CLASS="section"> 
-         <A NAME="linuxrun"><H2>Running the C++ Calculator sample on Linux and Mac OSX</H2></A>
+         <A NAME="linuxrun"><H2>Running the C++ Calculator sample on Linux and Mac OS X</H2></A>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>

Modified: incubator/tuscany/cpp/sca/samples/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/GettingStarted.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sca/samples/GettingStarted.html Fri Mar  9 03:36:31 2007
@@ -66,14 +66,14 @@
                 together two Ruby components to implement a Calculator service
                </TD>
             </TR>
-            <TR CLASS="a">
-               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>
-               <TD>This is a simple sample to show how an SCA composite can wire together
-                a number of components to implement a Calculator service and expose that service as
-                to a number of different tpyes of client. The sample components are implemented in various 
-                ways to demonstrate the different features of the PHP SCA extension.
-               </TD>
-            </TR>
+<!--             <TR CLASS="a">                                                                                                      -->
+<!--                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD> -->
+<!--                <TD>This is a simple sample to show how an SCA composite can wire together                                       -->
+<!--                 a number of components to implement a Calculator service and expose that service as                             -->
+<!--                 to a number of different tpyes of client. The sample components are implemented in various                      -->
+<!--                 ways to demonstrate the different features of the PHP SCA extension.                                            -->
+<!--                </TD>                                                                                                            -->
+<!--             </TR>                                                                                                               -->
             <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCalculator/README.html">RESTCalculator</A></TD>
                <TD>This sample is based on RubyCalculator but exposes the Calculator service as a REST Service 
@@ -141,7 +141,7 @@
                <TD><A HREF="../doc/CppExtension.html">C++ Extension</A></TD>
                <TD><A HREF="../doc/PythonExtension.html">Python Extension</A></TD>
                <TD><A HREF="../doc/RubyExtension.html">Ruby Extension</A></TD>
-               <TD><A HREF="../doc/PHPExtension.html">PHP Extension</A></TD>
+               <!--TD><A HREF="../doc/PHPExtension.html">PHP Extension</A></TD> -->
                <TD><A HREF="../doc/Axis2CWSExtension.html#service">Axis2C Web Service Service Extension</A></TD>
                <TD><A HREF="../doc/Axis2CWSExtension.html#reference">Axis2C Web Service Reference Extension</A></TD>
                <TD><A HREF="../doc/RESTExtension.html#service">REST Service Extension</A></TD>
@@ -157,7 +157,6 @@
                <TD>Yes</TD> <!-- C++ -->
                <TD></TD> <!-- Python -->
                <TD></TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -171,7 +170,6 @@
                <TD></TD> <!-- C++ -->
                <TD>Yes</TD> <!-- Python -->
                <TD></TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -185,7 +183,6 @@
                <TD></TD> <!-- C++ -->
                <TD></TD> <!-- Python -->
                <TD>Yes</TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -194,27 +191,25 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
+<!--             <TR CLASS="b">                                                                                                       -->
+<!--                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>  -->
+<!--                <TD></TD> <!-- C++ - ->                                                                                           -->
+<!--                <TD></TD> <!-- Python - ->                                                                                        -->
+<!--                <TD></TD> <!-- Ruby - ->                                                                                          -->
+<!--                <TD>Yes</TD> <!-- PHP - ->                                                                                        -->
+<!--                <TD>?</TD> <!-- WS Service - ->                                                                                   -->
+<!--                <TD>?</TD> <!-- WS Reference - ->                                                                                 -->
+<!--                <TD></TD> <!-- REST Service - ->                                                                                  -->
+<!--                <TD></TD> <!-- REST Reference - ->                                                                                -->
+<!--                <TD></TD> <!-- REST Interface - ->                                                                                -->
+<!--                <TD></TD> <!-- SCA Service - ->                                                                                   -->
+<!--                <TD></TD> <!-- SCA Reference - ->                                                                                 -->
+<!--             </TR>                                                                                                                -->
             <TR CLASS="b">
-                <!-- TODO - check/fix/remove this -->
-               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>
-               <TD></TD> <!-- C++ -->
-               <TD></TD> <!-- Python -->
-               <TD></TD> <!-- Ruby -->
-               <TD>Yes</TD> <!-- PHP -->
-               <TD>?</TD> <!-- WS Service -->
-               <TD>?</TD> <!-- WS Reference -->
-               <TD></TD> <!-- REST Service -->
-               <TD></TD> <!-- REST Reference -->
-               <TD></TD> <!-- REST Interface -->
-               <TD></TD> <!-- SCA Service -->
-               <TD></TD> <!-- SCA Reference -->
-            </TR>
-            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCalculator/README.html">RESTCalculator</A></TD>
                <TD></TD> <!-- C++ -->
                <TD></TD> <!-- Python -->
                <TD>Yes</TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD>Yes</TD> <!-- REST Service -->
@@ -223,12 +218,11 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppBigBank/README.html">CppBigBank</A></TD>
                <TD>Yes</TD> <!-- C++ -->
                <TD></TD> <!-- Python -->
                <TD></TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD>Yes</TD> <!-- WS Service -->
                <TD>Yes</TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -237,12 +231,11 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyBigBank/README.html">RubyBigBank</A></TD>
                <TD></TD> <!-- C++ -->
                <TD></TD> <!-- Python -->
                <TD>Yes</TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD>Yes</TD> <!-- WS Service -->
                <TD>Yes</TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -251,12 +244,11 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="HTTPDBigBank/README.html">HTTPDBigBank</A></TD>
                <TD></TD> <!-- C++ -->
                <TD></TD> <!-- Python -->
                <TD>Yes</TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD>Yes</TD> <!-- WS Service -->
                <TD>Yes</TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -265,12 +257,11 @@
                <TD>Yes</TD> <!-- SCA Service -->
                <TD>Yes</TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonWeatherForecast/README.html">PythonWeatherForecast</A></TD>
                <TD></TD> <!-- C++ -->
                <TD>Yes</TD> <!-- Python -->
                <TD></TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD>Yes</TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -279,12 +270,11 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCustomer/README.html">RestCustomer</A></TD>
                <TD></TD> <!-- C++ -->
                <TD>Yes</TD> <!-- Python -->
                <TD></TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD>Yes</TD> <!-- REST Service -->
@@ -293,12 +283,11 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestYahoo/README.html">RestYahoo</A></TD>
                <TD></TD> <!-- C++ -->
                <TD>Yes</TD> <!-- Python -->
                <TD>Yes</TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD></TD> <!-- REST Service -->
@@ -307,12 +296,11 @@
                <TD></TD> <!-- SCA Service -->
                <TD></TD> <!-- SCA Reference -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="AlertAggregator/README.html">AlertAggregator</A></TD>
                <TD></TD> <!-- C++ -->
                <TD>Yes</TD> <!-- Python -->
                <TD></TD> <!-- Ruby -->
-               <TD></TD> <!-- PHP -->
                <TD></TD> <!-- WS Service -->
                <TD></TD> <!-- WS Reference -->
                <TD>Yes</TD> <!-- REST Service -->
@@ -336,8 +324,8 @@
                <TD><A HREF="http://java.sun.com/javase/downloads/index.jsp">Java runtime</A></TD>
                <TD><A HREF="http://www.python.org/">Python runtime</A></TD>
                <TD><A HREF="http://www.ruby-lang.org/">Ruby runtime</A></TD>
-               <TD><A HREF="http://www.php.net/">PHP runtime</A></TD>
-               <TD><A HREF="http://pecl.php.net/package/SCA_SDO/">PHP SCA_SDO package</A></TD>
+<!--                <TD><A HREF="http://www.php.net/">PHP runtime</A></TD>                          -->
+<!--                <TD><A HREF="http://pecl.php.net/package/SCA_SDO/">PHP SCA_SDO package</A></TD> -->
                <TD><A HREF="http://ws.apache.org/axis2/c/">Axis2/C library</A></TD>
                <TD><A HREF="http://ws.apache.org/axis2/c/">Axis2/C HTTP server</A></TD>
                <TD><A HREF="http://curl.haxx.se/">libcurl library</A></TD>
@@ -351,8 +339,6 @@
                <TD>Build</TD> <!-- Java runtime -->
                <TD></TD> <!--Python runtime -->
                <TD></TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
@@ -364,8 +350,6 @@
                <TD></TD> <!-- Java runtime -->
                <TD>Run</TD> <!--Python runtime -->
                <TD></TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
@@ -377,126 +361,108 @@
                <TD></TD> <!-- Java runtime -->
                <TD></TD> <!--Python runtime -->
                <TD>Run</TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
                <TD></TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
+<!--             <TR CLASS="b">                                                                                                       -->
+<!--                 <!-- TODO - check/fix/remove this - ->                                                                           -->
+<!--                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>  -->
+<!--                <TD></TD> <!-- Java runtime - ->                                                                                  -->
+<!--                <TD></TD> <!--Python runtime - ->                                                                                 -->
+<!--                <TD></TD> <!--Ruby runtime - ->                                                                                   -->
+<!--                <TD>Run</TD> <!--PHP runtime - ->                                                                                 -->
+<!--                <TD>Run</TD> <!--PHP SCA_SDO package - ->                                                                         -->
+<!--                <TD>?</TD> <!--Axis2/C library - ->                                                                               -->
+<!--                <TD>?</TD> <!--Axis2/C server - ->                                                                                -->
+<!--                <TD></TD> <!--libcurl library - ->                                                                                -->
+<!--                <TD>?</TD> <!--HTTPD server - ->                                                                                  -->
+<!--                <TD></TD> <!--Universal Feed Parser - ->                                                                          -->
+<!--             </TR>                                                                                                                -->
             <TR CLASS="b">
-                <!-- TODO - check/fix/remove this -->
-               <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PHPCalculator/README.html">PHPCalculator</A></TD>
-               <TD></TD> <!-- Java runtime -->
-               <TD></TD> <!--Python runtime -->
-               <TD></TD> <!--Ruby runtime -->
-               <TD>Run</TD> <!--PHP runtime -->
-               <TD>Run</TD> <!--PHP SCA_SDO package -->
-               <TD>?</TD> <!--Axis2/C library -->
-               <TD>?</TD> <!--Axis2/C server -->
-               <TD></TD> <!--libcurl library -->
-               <TD>?</TD> <!--HTTPD server -->
-               <TD></TD> <!--Universal Feed Parser -->
-            </TR>
-            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCalculator/README.html">RESTCalculator</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD></TD> <!--Python runtime -->
                <TD>Run</TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD>Run</TD> <!--libcurl library -->
                <TD>Run</TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="CppBigBank/README.html">CppBigBank</A></TD>
                <TD>Build</TD> <!-- Java runtime -->
                <TD></TD> <!--Python runtime -->
                <TD></TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD>Run</TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
                <TD></TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RubyBigBank/README.html">RubyBigBank</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD></TD> <!--Python runtime -->
                <TD>Run</TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD>Run</TD> <!--Axis2/C library -->
                <TD>Run</TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
                <TD></TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="HTTPDBigBank/README.html">HTTPDBigBank</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD></TD> <!--Python runtime -->
                <TD>Run</TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD>Run</TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
                <TD>Run</TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="PythonWeatherForecast/README.html">PythonWeatherForecast</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD>Run</TD> <!--Python runtime -->
                <TD></TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD>Run</TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD></TD> <!--libcurl library -->
                <TD></TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestCustomer/README.html">RestCustomer</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD>Run</TD> <!--Python runtime -->
                <TD></TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD>Run</TD> <!--libcurl library -->
                <TD>Run</TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="a">
+            <TR CLASS="b">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="RestYahoo/README.html">RestYahoo</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD>Run</TD> <!--Python runtime -->
                <TD>Run</TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD>Run</TD> <!--libcurl library -->
                <TD></TD> <!--HTTPD server -->
                <TD></TD> <!--Universal Feed Parser -->
             </TR>
-            <TR CLASS="b">
+            <TR CLASS="a">
                <TD STYLE="vertical-align: top; white-space: nowrap;"><A HREF="AlertAggregator/README.html">AlertAggregator</A></TD>
                <TD></TD> <!-- Java runtime -->
                <TD>Run</TD> <!--Python runtime -->
                <TD></TD> <!--Ruby runtime -->
-               <TD></TD> <!--PHP runtime -->
-               <TD></TD> <!--PHP SCA_SDO package -->
                <TD></TD> <!--Axis2/C library -->
                <TD></TD> <!--Axis2/C server -->
                <TD>Run</TD> <!--libcurl library -->

Modified: incubator/tuscany/cpp/sca/samples/HttpdBigBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/README.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/README.html Fri Mar  9 03:36:31 2007
@@ -78,8 +78,8 @@
       <DIV CLASS="section"> 
          <H2>Contents</H2> 
          <OL>
-            <LI><A HREF="#linuxbld">Building the HTTPD BigBank sample on Linux</A></LI>
-            <LI><A HREF="#linuxrun">Running the HTTPD BigBank sample on Linux</A></LI>
+            <LI><A HREF="#linuxbld">Building the HTTPD BigBank sample on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#linuxrun">Running the HTTPD BigBank sample on Linux and Mac OS X</A></LI>
             <LI><A HREF="#winbld">Building the HTTPD BigBank sample on Windows</A></LI>
             <LI><A HREF="#winrun">Running the HTTPD BigBank sample on Windows</A></LI>
             <LI><A HREF="#help">Getting help</A></LI>
@@ -88,9 +88,9 @@
 
 
        <DIV CLASS="section"> 
-         <A NAME="linuxbld"><H2>Building the HTTPD BigBank sample on Linux</H2></A>
+         <A NAME="linuxbld"><H2>Building the HTTPD BigBank sample on Linux and Mac OS X</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OS X</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -112,7 +112,7 @@
         </DIV>
 
        <DIV CLASS="section"> 
-         <A NAME="linuxrun"><H2>Running the HTTPD BigBank sample on Linux</H2></A>
+         <A NAME="linuxrun"><H2>Running the HTTPD BigBank sample on Linux and Mac OS X</H2></A>
          <OL>
              <LI>The HTTPD BigBank sample requires the following extensions:
                 <UL>

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html Fri Mar  9 03:36:31 2007
@@ -67,8 +67,8 @@
       <DIV CLASS="section"> 
          <H2>Contents</H2> 
          <OL>
-            <LI><A HREF="#linuxbld">Building the Python samples on Linux and Mac OSX</A></LI>
-            <LI><A HREF="#linuxrun">Running the Python Calculator sample on Linux and Mac OSX</A></LI>
+            <LI><A HREF="#linuxbld">Building the Python samples on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#linuxrun">Running the Python Calculator sample on Linux and Mac OS X</A></LI>
             <LI><A HREF="#winbld">Building the Python Calculator sample on Windows</A></LI>
             <LI><A HREF="#winrun">Running the Python Calculator sample on Windows</A></LI>
             <LI><A HREF="#help">Getting help</A></LI>
@@ -77,9 +77,9 @@
 
 
        <DIV CLASS="section"> 
-         <A NAME="linuxbld"><H2>Building the Python samples on Linux and Mac OSX</H2></A>
+         <A NAME="linuxbld"><H2>Building the Python samples on Linux and Mac OS X</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OSX</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OS X</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -100,7 +100,7 @@
         </DIV>
 
        <DIV CLASS="section"> 
-         <A NAME="linuxrun"><H2>Running the Python Calculator sample on Linux and Mac OSX</H2></A>
+         <A NAME="linuxrun"><H2>Running the Python Calculator sample on Linux and Mac OS X</H2></A>
          <OL>
              <LI>The Python Calculator sample requires the following extension:
                 <UL>

Modified: incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/README.html?view=diff&rev=516377&r1=516376&r2=516377
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/PythonWeatherForecast/README.html Fri Mar  9 03:36:31 2007
@@ -70,19 +70,19 @@
       <DIV CLASS="section"> 
          <H2>Contents</H2> 
          <OL>
-            <LI><A HREF="#linuxbld">Building the PythonWeatherForecast sample on Linux</A></LI>
-            <LI><A HREF="#linuxrun">Running the PythonWeatherForecast sample on Linux:</A></LI>
+            <LI><A HREF="#linuxbld">Building the PythonWeatherForecast sample on Linux and Mac OS X</A></LI>
+            <LI><A HREF="#linuxrun">Running the PythonWeatherForecast sample on Linux and Mac OS X</A></LI>
             <LI><A HREF="#winbld">Building the PythonWeatherForecast sample on Windows</A></LI>
-            <LI><A HREF="#winrun">Running the PythonWeatherForecast sample on Windows:</A></LI>
+            <LI><A HREF="#winrun">Running the PythonWeatherForecast sample on Windows</A></LI>
             <LI><A HREF="#help">Getting help</A></LI>
          </OL>
       </DIV>
 
 
        <DIV CLASS="section"> 
-         <A NAME="linuxbld"><H2>Building the PythonWeatherForecast sample on Linux</H2></A>
+         <A NAME="linuxbld"><H2>Building the PythonWeatherForecast sample on Linux and Mac OS X</H2></A>
          <P>If using the binary distribution the samples are built and installed in
-            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux</A>.</P>
+            &lt;tuscany_sca_install_dir&gt;/samples - go directly to <A HREF="#linuxrun">Running the samples on Linux and Mac OS X</A>.</P>
          <OL>
              <LI>The following environment variables are required:                                 
                 <UL>
@@ -103,7 +103,7 @@
         </DIV>
 
        <DIV CLASS="section"> 
-         <A NAME="linuxrun"><H2>Running the PythonWeatherForecast sample on Linux</H2></A>
+         <A NAME="linuxrun"><H2>Running the PythonWeatherForecast sample on Linux and Mac OS X</H2></A>
          <OL>
              <LI>The PythonWeatherForecast sample requires the following extensions:
                 <UL>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org