Author: rahul
Date: Tue Oct 24 14:09:50 2006
New Revision: 467485
URL: http://svn.apache.org/viewvc?view=rev&rev=467485
Log:
Add link to mailing lists page in menu. Remove mailing lists and issue tracking
sections from home page since they add little value per pixel they occupy (home
page == prime real estate).
SHALE-306
Modified:
shale/framework/trunk/src/site/site.xml
shale/framework/trunk/src/site/xdoc/index.xml
Modified: shale/framework/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/site.xml?view=diff&rev=467485&r1=467484&r2=467485
==============================================================================
--- shale/framework/trunk/src/site/site.xml (original)
+++ shale/framework/trunk/src/site/site.xml Tue Oct 24 14:09:50 2006
@@ -22,6 +22,7 @@
<item name="Download" href="/index.html#download"/>
<item name="Documentation" href="/index.html#documentation"/>
<item name="Issue Tracking" href="/issue-tracking.html"/>
+ <item name="Mailing Lists" href="/mail-lists.html"/>
<item name="Using Shale" href="/using.html"/>
<item name="Building Shale" href="/building.html"/>
<item name="API Stability" href="/api-stability.html"/>
Modified: shale/framework/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/index.xml?view=diff&rev=467485&r1=467484&r2=467485
==============================================================================
--- shale/framework/trunk/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/src/site/xdoc/index.xml Tue Oct 24 14:09:50 2006
@@ -214,29 +214,6 @@
</section>
- <section name="Shale Mailing Lists">
- <a name="mail"/>
-
- <p>As an Apache project, Shale utilizes <i>user at
- shale.apache.org</i> and <i>dev at shale.apache.org</i> mailing lists.
- Subscription information can be found
- <a href="mail-lists.html">here</a>.</p>
-
-
- </section>
-
- <section name="Shale Issue Tracking">
- <a name="issue"/>
-
- <p>Please report any bugs, or log any enhancement requests, in Shale's
- <a href="http://issues.apache.org/struts/browse/SHALE">JIRA Issue
- Tracking System</a>.</p>
-
- <p><em>Note:</em> Due to its history as a Struts sub-project, Shale
- currently shares the Apache Struts JIRA installation.</p>
- </section>
-
-
</body>
</document>