Author: chinthaka
Date: Tue Jan 17 01:02:57 2006
New Revision: 369725
URL: http://svn.apache.org/viewcvs?rev=369725&view=rev
Log:
Improving the site a bit. Some one please fill the information in download.html
and getInvolved.html. And its better if you can put an index.html also.
Added:
incubator/synapse/trunk/java/xdocs/download.cgi
incubator/synapse/trunk/java/xdocs/download.html
incubator/synapse/trunk/java/xdocs/getInvolved.html
incubator/synapse/trunk/java/xdocs/navigation.xml
Modified:
incubator/synapse/trunk/java/project.properties
Modified: incubator/synapse/trunk/java/project.properties
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/project.properties?rev=369725&r1=369724&r2=369725&view=diff
==============================================================================
--- incubator/synapse/trunk/java/project.properties (original)
+++ incubator/synapse/trunk/java/project.properties Tue Jan 17 01:02:57 2006
@@ -10,12 +10,14 @@
http://mirrors.sunsite.dk/maven/,\
http://people.apache.org/~dims/maven/,\
-
# -------------------------------------------------------------------
-# XDocs Settings
+# xdoc
# -------------------------------------------------------------------
maven.xdoc.date=left
-## maven.xdoc.version=${pom.currentVersion}
+maven.xdoc.includeProjectDocumentation=no
+maven.html2xdoc.enabled=false
+maven.html2xdoc.dir=./xdocs
+maven.allreports.disable=true
# -------------------------------------------------------------------
# JUnit
Added: incubator/synapse/trunk/java/xdocs/download.cgi
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/download.cgi?rev=369725&view=auto
==============================================================================
--- incubator/synapse/trunk/java/xdocs/download.cgi (added)
+++ incubator/synapse/trunk/java/xdocs/download.cgi Tue Jan 17 01:02:57 2006
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+# python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file
Added: incubator/synapse/trunk/java/xdocs/download.html
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/download.html?rev=369725&view=auto
==============================================================================
--- incubator/synapse/trunk/java/xdocs/download.html (added)
+++ incubator/synapse/trunk/java/xdocs/download.html Tue Jan 17 01:02:57 2006
@@ -0,0 +1,23 @@
+<title>:: Synapse Downloads ::</title>
+<h2>Downloads</h2>
+<p>This page will contain the downloadables of Apache Synapse.</p>
+<table border="1" style="border-collapse: collapse" width="93%" id="table1">
+ <tbody>
+ <tr>
+ <td width="41" align="center">Name</td>
+ <td width="353" align="center">Type</td>
+ <td width="288" align="center">Distribution</td>
+ <td width="69" align="center">Date</td>
+ <td width="119" align="center">Description</td>
+ </tr>
+ <tr>
+ <td align="center" valign="middle"><a name="M2"></a>M1</td>
+ <td align="center">Milestone</td>
+ <td>Source Distribution zip<br>
+ Binary Distribution zip</td>
+ <td>xx-xx-xxxx</td>
+ <td>Milestone Release #1</td>
+ </tr>
+ </tbody>
+</table>
+<p> </p>
Added: incubator/synapse/trunk/java/xdocs/getInvolved.html
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/getInvolved.html?rev=369725&view=auto
==============================================================================
--- incubator/synapse/trunk/java/xdocs/getInvolved.html (added)
+++ incubator/synapse/trunk/java/xdocs/getInvolved.html Tue Jan 17 01:02:57 2006
@@ -0,0 +1,2 @@
+<title>:: Get Involved ::</title>
+This will list some information for a new comer to get in to Synapse.
\ No newline at end of file
Added: incubator/synapse/trunk/java/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/xdocs/navigation.xml?rev=369725&view=auto
==============================================================================
--- incubator/synapse/trunk/java/xdocs/navigation.xml (added)
+++ incubator/synapse/trunk/java/xdocs/navigation.xml Tue Jan 17 01:02:57 2006
@@ -0,0 +1,23 @@
+<!-- Created By Eran Chinthaka -->
+<project name="Synapse">
+ <title>Synapse</title>
+ <body>
+ <menu name="Synapse">
+ <item name="Home" href="index.html"/>
+ <item name="Download Synapse">
+ <item name="Releases" href="download.cgi"/>
+ <item name="Source Code"
+
href="http://svn.apache.org/viewcvs.cgi/incubator/synapse/trunk/java/"/>
+ </item>
+ <item name="Documentation">
+ <item name="User Guide" href="userguide.html"/>
+ <item name="Writing Processors"
href="extension_processor_writing.html"/>
+ </item>
+ <item name="Get Involved" href="overview.html" />
+ <item name="Project Information"> mail-lists.html
+ <item name="Issue Tracking"
href="http://issues.apache.org/jira/browse/Synapse"/>
+ <item name="Mailing List" href="mail-lists.html"/>
+ </item>
+ </menu>
+ </body>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]