You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2005/12/03 15:04:48 UTC

svn commit: r351949 - in /struts: action/trunk/xdocs/faqs/kickstart.xml site/trunk/xdocs/faqs.xml

Author: husted
Date: Sat Dec  3 06:04:46 2005
New Revision: 351949

URL: http://svn.apache.org/viewcvs?rev=351949&view=rev
Log:
site
* Add the FAQS index page.html
action 
* Correct HTML for title.

Added:
    struts/site/trunk/xdocs/faqs.xml
Modified:
    struts/action/trunk/xdocs/faqs/kickstart.xml

Modified: struts/action/trunk/xdocs/faqs/kickstart.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/faqs/kickstart.xml?rev=351949&r1=351948&r2=351949&view=diff
==============================================================================
--- struts/action/trunk/xdocs/faqs/kickstart.xml (original)
+++ struts/action/trunk/xdocs/faqs/kickstart.xml Sat Dec  3 06:04:46 2005
@@ -17,7 +17,7 @@
 // ======================================================================== 78
 -->
 <document><properties>
-<title>Kickstart FAQ/title>
+<title>Kickstart FAQ</title>
 </properties>
 <body>
 <a name="faq"/>

Added: struts/site/trunk/xdocs/faqs.xml
URL: http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/faqs.xml?rev=351949&view=auto
==============================================================================
--- struts/site/trunk/xdocs/faqs.xml (added)
+++ struts/site/trunk/xdocs/faqs.xml Sat Dec  3 06:04:46 2005
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+Copyright 1999-2005 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+// ======================================================================== 78
+-->
+<document>
+
+<properties>
+    <title>FAQs</title>
+</properties>
+
+<body>
+
+<section name="FAQs">
+
+ <ul>
+
+    <li>
+    <a href="kickstart.html">Kickstart FAQ</a> (read me first)
+    </li>
+
+    <li>
+    <a href="helping.html">How to Help FAQ</a>
+    </li>
+
+ </ul>
+
+</section>
+
+    <section>
+       <p class="right">
+       <strong>Next:</strong> <a href="kickstart.html">Kickstart FAQ</a>
+       </p>
+    </section>
+
+
+</body></document>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org