mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
SITE-14 Second draft.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@476343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+21
-20
@@ -30,45 +30,31 @@
|
||||
|
||||
<item
|
||||
name="Getting Started"
|
||||
href="../WW/home.html"
|
||||
href="WW/home.html"
|
||||
/>
|
||||
<item
|
||||
name="Tutorials"
|
||||
href="../WW/tutorials.html"
|
||||
href="WW/tutorials.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="FAQs"
|
||||
href="../WW/faqs.html"
|
||||
href="WW/faqs.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Guides"
|
||||
href="../WW/guides.html"
|
||||
href="WW/guides.html"
|
||||
/>
|
||||
|
||||
<item
|
||||
name="Release Notes"
|
||||
href="../WW/release-notes-202.html"
|
||||
href="cd WW/release-notes-202.html"
|
||||
/>
|
||||
|
||||
</menu>
|
||||
<menu name="Reference">
|
||||
<item
|
||||
name="Struts Core API"
|
||||
href="struts2-core/apidocs/index.html"
|
||||
/>
|
||||
<item
|
||||
name="New API (experimental)"
|
||||
href="struts2-api/apidocs/index.html"
|
||||
/>
|
||||
<item
|
||||
name="Tag Reference"
|
||||
href="http://struts.apache.org/WW/tag-reference.html"
|
||||
/>
|
||||
</menu>
|
||||
|
||||
<menu name="Product Support">
|
||||
<menu name="Support">
|
||||
<item
|
||||
name="User Mailing List"
|
||||
href="http://struts.apache.org/mail.html"
|
||||
@@ -83,6 +69,21 @@
|
||||
/>
|
||||
</menu>
|
||||
|
||||
<menu name="Reference">
|
||||
<item
|
||||
name="Struts Core API"
|
||||
href="struts2-core/apidocs/index.html"
|
||||
/>
|
||||
<item
|
||||
name="New API (experimental)"
|
||||
href="struts2-api/apidocs/index.html"
|
||||
/>
|
||||
<item
|
||||
name="Tag Reference"
|
||||
href="http://struts.apache.org/WW/tag-reference.html"
|
||||
/>
|
||||
</menu>
|
||||
|
||||
<menu name="Plugin API's">
|
||||
|
||||
<item
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<a name="Welcome"/>
|
||||
|
||||
<div style="text-align:left">
|
||||
<a href="../WW/home.html"><img src="images/struts2-merger2.png" alt="Struts 2 and WebWork merger" hspace="16" align="left"/></a>
|
||||
<a href="WW/home.html"><img src="images/struts2-merger2.png" alt="Struts 2 and WebWork merger" hspace="16" align="left"/></a>
|
||||
|
||||
<p>
|
||||
<strong>Apache Struts 2 is an elegant, extensible framework</strong> for creating enterprise-ready Java web applications.
|
||||
@@ -31,7 +31,7 @@
|
||||
</p>
|
||||
<p>
|
||||
For more about Apache Struts 2, visit
|
||||
<a href="../WW/home.html">
|
||||
<a href="WW/home.html">
|
||||
Getting Started.
|
||||
</a>
|
||||
</p>
|
||||
@@ -147,7 +147,7 @@
|
||||
<subsection>
|
||||
<p>
|
||||
For more about Apache Struts 2, visit
|
||||
<a href="../WW/home.html">
|
||||
<a href="WW/home.html">
|
||||
Getting Started.
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user