You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/04/29 16:27:49 UTC

svn commit: r1477101 - in /webservices/site/maven/src/site: site.xml xdoc/index.xml

Author: veithen
Date: Mon Apr 29 14:27:49 2013
New Revision: 1477101

URL: http://svn.apache.org/r1477101
Log:
Finalized the front page and added links to Apache TCPMon.

Modified:
    webservices/site/maven/src/site/site.xml
    webservices/site/maven/src/site/xdoc/index.xml

Modified: webservices/site/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/site/maven/src/site/site.xml?rev=1477101&r1=1477100&r2=1477101&view=diff
==============================================================================
--- webservices/site/maven/src/site/site.xml (original)
+++ webservices/site/maven/src/site/site.xml Mon Apr 29 14:27:49 2013
@@ -38,6 +38,7 @@
         <menu name="Projects">
             <item name="Axiom" href="axiom/"/>
             <item name="Neethi" href="commons/neethi/"/>
+            <item name="TCPMon" href="tcpmon/"/>
             <item name="Woden" href="woden/"/>
             <item name="WSS4J" href="wss4j/"/>
             <item name="XML-RPC" href="xmlrpc/"/>

Modified: webservices/site/maven/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/webservices/site/maven/src/site/xdoc/index.xml?rev=1477101&r1=1477100&r2=1477101&view=diff
==============================================================================
--- webservices/site/maven/src/site/xdoc/index.xml (original)
+++ webservices/site/maven/src/site/xdoc/index.xml Mon Apr 29 14:27:49 2013
@@ -24,8 +24,12 @@
         <title>Welcome</title>
     </properties>
     <body>
-        <h1>Welcome to the Apache Web Services&#x2122; Project</h1>
-        <macro name="toc"/>
+        <section name="Welcome to the Apache Web Services&#x2122; Project">
+            <p>
+                The Apache Web Services project is the home of a number of Web services related projects.
+                For more information and downloads, visit the individual project pages listed below.
+            </p>
+        </section>
         <section name="Active Projects">
             <p>
                 The Apache Web Services project actively maintains the following subprojects:
@@ -40,6 +44,10 @@
                     <td>A general framework for the programmers to use WS Policy.</td>
                 </tr>
                 <tr>
+                    <td><a href="tcpmon/">Apache TCPMon</a></td>
+                    <td>A tool to intercept SOAP/HTTP messages.</td>
+                </tr>
+                <tr>
                     <td><a href="woden/">Apache Woden</a></td>
                     <td>A Java class library for reading, manipulating, creating and writing WSDL documents.</td>
                 </tr>