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 2002/11/06 23:48:47 UTC

cvs commit: jakarta-struts/doc/faqs ssl.xml project.xml newbie.xml kickstart.xml index.xml helping.xml

husted      2002/11/06 14:48:47

  Modified:    doc/faqs ssl.xml project.xml newbie.xml kickstart.xml
                        index.xml helping.xml
  Log:
  Subdivide home page; create subdirectory for news.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-struts/doc/faqs/ssl.xml
  
  Index: ssl.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/ssl.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ssl.xml	6 Nov 2002 18:48:39 -0000	1.2
  +++ ssl.xml	6 Nov 2002 22:48:46 -0000	1.3
  @@ -6,7 +6,7 @@
   
   <author>Steve Ditlinger</author>
   
  -<title>Secure Socket Layer and Web Applications</title>
  +<title>Secure Socket Layer and Web Applications - Apache Struts</title>
   
   </properties>
   
  
  
  
  1.2       +7 -8      jakarta-struts/doc/faqs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	29 Oct 2002 11:09:24 -0000	1.1
  +++ project.xml	6 Nov 2002 22:48:46 -0000	1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Struts Framework"
  +<project name="Apache Struts Web Application Framework"
            href="http://jakarta.apache.org/struts"
           image="images/struts.gif">
   
  -    <title>Struts Framework</title>
  +    <title>Apache Struts Web Application Framework</title>
   
       <menu name="FAQs">
           <item href="kickstart.html" name="Kickstart"/>
  @@ -15,12 +15,11 @@
           <item href="ssl.html" name="SSL"/>
       </menu>
   
  -    <menu name="Welcome">
  -        <item name="Home"                    href="../index.html"/>
  -        <item name="News &amp; Status"       href="../news.html"/>
  -        <item name="FAQs and Howtos"         href="../faqs/index.html"/>
  -        <item name="Resources"               href="../resources/index.html"/>
  -        <item name="List Archive"            href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42"/>
  +    <menu name="Struts">
  +        <item name="Welcome"                 href="../index.html"/>
  +        <item name="Learning"                href="../learning.html"/>
  +        <item name="Acquiring"               href="../acquiring.html"/>
  +        <item name="Using"                   href="../using.html"/>
           <item name="Who We Are"              href="../volunteers.html"/>
       </menu>
   
  
  
  
  1.3       +4 -4      jakarta-struts/doc/faqs/newbie.xml
  
  Index: newbie.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/newbie.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- newbie.xml	6 Nov 2002 21:04:11 -0000	1.2
  +++ newbie.xml	6 Nov 2002 22:48:46 -0000	1.3
  @@ -1,16 +1,16 @@
   <?xml version="1.0"?>
  -<document url="./kickstart.xml">
  +<document url="./newbie.xml">
   <properties>
   <author>Ted Husted</author>
   <author>James Holmes</author>
  -<title>The Struts User's Guide - Newbie FAQ</title>
  +<title>Newbie FAQ - Apache Struts</title>
   </properties>
   <body>
   <chapter href="faq" name="Newbie FAQ">
   
   <section href="contents" name="Index">
   <p>
  -Here are answers to 24 common questions people ask when using Struts on their first project. <b>For an in-depth, searchable FAQ, visit our friends at <a href="http://www.jguru.com/faq/home.jsp?topic=Struts">JGuru</a>.</b>
  +Here are answers to the most common questions people ask when using Struts on their first project. <b>For an in-depth, searchable FAQ, visit our friends at <a href="http://www.jguru.com/faq/home.jsp?topic=Struts">JGuru</a>.</b>
   </p>
   
   <p><font color="red"><b>UNDER CONSTRUCTION</b></font> (contributions welcome)</p>
  @@ -281,7 +281,7 @@
   </p>
   <p>
   In the same arena, there is a well regarded contributtor taglib that can help you create
  -<a href="http://husted.com/struts/resources/struts-menu.zip">Menus for your Struts applications</a>.
  +<a href="http://sourceforge.net/projects/struts-menu/">Menus for your Struts applications</a>.
   </p>
   </section>
   
  
  
  
  1.3       +1 -1      jakarta-struts/doc/faqs/kickstart.xml
  
  Index: kickstart.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/kickstart.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- kickstart.xml	6 Nov 2002 21:04:11 -0000	1.2
  +++ kickstart.xml	6 Nov 2002 22:48:46 -0000	1.3
  @@ -5,7 +5,7 @@
   <author>Craig R. McClanahan</author>
   <author>James DeVries</author>
   <author>James Holmes</author>
  -<title>The Struts User's Guide - Kickstart FAQ</title>
  +<title>Kickstart FAQ - Apache Struts</title>
   </properties>
   <body>
   <chapter href="faq" name="Kickstart FAQ">
  
  
  
  1.2       +5 -1      jakarta-struts/doc/faqs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	29 Oct 2002 11:09:24 -0000	1.1
  +++ index.xml	6 Nov 2002 22:48:46 -0000	1.2
  @@ -2,7 +2,7 @@
   <document url="./index.xml">
   <properties>
   <author>Ted Husted</author>
  -<title>FAQs and Howtos - Jakarta Struts</title>
  +<title>FAQs and Howtos - Apache Struts</title>
   </properties>
   <body>
   
  @@ -24,6 +24,10 @@
   
    <ul>
       <li><a href="http://www.jguru.com/faq/home.jsp?topic=Struts">jGuru FAQ</a></li>
  + </ul>
  +
  + <ul>
  +    <li><a href="http://strutstestcase.sourceforge.net">Unit testing with Struts Use Case</a></li>
    </ul>
   
    <ul>
  
  
  
  1.2       +2 -2      jakarta-struts/doc/faqs/helping.xml
  
  Index: helping.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/faqs/helping.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- helping.xml	29 Oct 2002 11:09:24 -0000	1.1
  +++ helping.xml	6 Nov 2002 22:48:46 -0000	1.2
  @@ -3,7 +3,7 @@
   <properties>
   <author>Ted Husted</author>
   <author>Craig R. McClanahan</author>
  -<title>The Struts User's Guide - How to Help FAQ</title>
  +<title>How to Help FAQ - Apache Struts</title>
   </properties>
   
   <body>
  @@ -330,7 +330,7 @@
   </p>
   
   <p>
  -The Struts project has its own <a href="index.html#lists">Dev list</a>, where all of
  +The Struts project has its own <a href="using.html#Lists">Dev list</a>, where all of
   the decisions regarding Struts are made. Most development takes place via
   "<a href="http://jakarta.apache.org/site/proposal.html#decisions/voting/items">Lazy Consensus</a>".
   Committers post most changes to the product unilaterally, using their own best judgment,
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>