You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/16 15:15:03 UTC

[axis-axis2-java-transports] 18/46: Fixing the transports site

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch transport
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git

commit 3a78ab899bd09ee204a536d6416605aaf12fe0db
Author: Ruwan Linton <ru...@apache.org>
AuthorDate: Thu Nov 19 10:59:18 2009 +0000

    Fixing the transports site
---
 1.0.0/src/site/site.xml | 40 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 37 insertions(+), 3 deletions(-)

diff --git a/1.0.0/src/site/site.xml b/1.0.0/src/site/site.xml
index 52662dd..f551d1e 100644
--- a/1.0.0/src/site/site.xml
+++ b/1.0.0/src/site/site.xml
@@ -16,27 +16,61 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project name="Transport">
+<project name="Axis2 Transports">
+
     <bannerLeft>
         <name>Axis2 Transport</name>
         <src>http://ws.apache.org/images/project-logo.jpg</src>
         <href>http://ws.apache.org/</href>
     </bannerLeft>
+
+    <bannerRight>
+        <src>images/apache-synapse-banner.jpg</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-default-skin</artifactId>
+        <version>1.0</version>
+    </skin>
+
+    <publishDate format="dd MMM yyyy"/>
+
     <body>
+
         <links>
             <item name="Apache" href="http://www.apache.org/"/>
             <item name="WebServices" href="http://ws.apache.org/"/>
             <item name="Commons" href="http://ws.apache.org/commons/"/>
             <item name="Axis2" href="http://ws.apache.org/axis2/"/>
+            <item name="Synapse" href="http://synapse.apache.org/"/>
         </links>
-        <menu name="Transport">
+
+        <menu name="Axis2 Transports">
             <item name="About" href="index.html"/>
-            <item name="Documentation">
+            <item name="Downloads" href="download_index.html">
+                <item name="Releases" href="download.html"/>
+                <item name="Source Code" href="source-repository.html"/>
+            </item>
+            <item name="Documentation" href="docs_index.html">
                 <item name="JMS" href="jms.html"/>
                 <item name="Mail" href="mail.html"/>
                 <item name="TCP" href="tcp-transport.html"/>
                 <item name="XMPP" href="xmpp.html"/>
+                <item name="SMS" href="sms.html"/>
+            </item>
+            <item name="Project Information" href="project-info.html">
+                <item name="Mailing Lists" href="mail-lists.html"/>
+                <item name="Building" href="building.html"/>
+                <item name="Issue Tracking" href="issue-tracking.html"/>
+                <item name="Dependencies" href="dependencies.html"/>
+                <item name="Dependency Convergence" href="dependency-convergence.html"/>
+                <item name="Dependency Management" href="dependency-management.html"/>
+                <item name="Project Team" href="team-list.html"/>
+                <item name="Project Summary" href="project-summary.html"/>
             </item>
         </menu>
+
     </body>
 </project>