Author: husted
Date: Thu Oct 27 17:25:20 2005
New Revision: 328989

URL: http://svn.apache.org/viewcvs?rev=328989&view=rev
Log:
* Site: Add "Site Archive" section; Add announces for new committers; Tweak 
navigation so that Announcements follow the Welcome page.

Modified:
    struts/site/trunk/xdocs/announce.xml
    struts/site/trunk/xdocs/helping.xml
    struts/site/trunk/xdocs/index.xml
    struts/site/trunk/xdocs/mail.xml
    struts/site/trunk/xdocs/navigation.xml
    struts/site/trunk/xdocs/volunteers.xml

Modified: struts/site/trunk/xdocs/announce.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/announce.xml?rev=328989&r1=328988&r2=328989&view=diff
==============================================================================
--- struts/site/trunk/xdocs/announce.xml (original)
+++ struts/site/trunk/xdocs/announce.xml Thu Oct 27 17:25:20 2005
@@ -9,19 +9,48 @@
 
 <section name="Announcements">
 
-    <h4 id="a20050821">21 Aug 2005 - New Struts Committer: Gary vanMatre</h4>
 
+    <h4 id="a20051023.2">23 Oct 2005 - New Struts Committer: Laurie Harper</h4>
     <p>
-        Please join us in welcoming Gary vanMatre as a new Struts committer.
-        Gary has been quite busy proposing code for the "Clay" plug-in on 
Shale,
-        and has also been supportive on the dev and user mailing lists (for 
both Struts and MyFaces).
-        We look forward to his energy being available to the entire Struts 
project as well.
+       Please join us in welcoming Laurie Harper as a new Struts committer. 
Over
+       the last few months, he has made hundreds of helpful posts to our lists.
+       Laurie is the author of the very cool 
+       <a href="http://www.zotechsoftware.com/products/struts-sidebar";>Struts 
Sidebar</a>,
+       and he has contributed several patches to Struts Classic, 
+       including fixes to our unit tests (a thankless job).
     </p>
     <p>
-        Welcome, Gary! .. And now you can process some of your own outstanding 
code diffs :-).
+       Welcome, Laurie! .. We're looking forward to many more green bars!
     </p>
     <p>
-        PMC vote:  5 +1
+       PMC vote: 7 +1 (binding), 1 +1 (non-binding)    
+    </p>
+    <hr/>
+
+    <h4 id="a20051023.1">23 Oct 2005 - New Struts Committer: </h4>
+    <p>
+       Please join us in welcoming Sean Schofield as a Struts committer. Sean 
is an
+       Apache MyFaces committer who also been been working on Struts Shale.
+    </p>
+    <p>
+       Welcome, Sean! .. Now you can apply your own patches!
+    </p>
+    <p>
+       PMC vote: 5 +1, 1 +0    
+    </p>
+    <hr/>
+
+    <h4 id="a20051023.0">23 Oct 2005 - New Struts Committer: Greg Reddin</h4>
+    <p>
+       Please join us in welcoming Greg Reddin as a Struts committer. Greg has 
been
+       an active Struts contributor for a long time now, and has been helping 
us
+       move Tiles towards a standalone subproject.
+    </p>
+    <p>
+       Welcome, Greg! .. We look forward to rapid progress on Standalone Tiles!
+    </p>
+    <p>
+       PMC vote: 6 +1    
     </p>
     <hr/>
 
@@ -411,8 +440,8 @@
 </section>
 
     <section>
-       <p class="right">Next:
-       <a href="projects-overview.html">Subproject Overview</a>
+       <p class="right">
+       <strong>Next:</strong> <a href="helping.html">How to Help FAQ</a>
        </p>
     </section>
 

Modified: struts/site/trunk/xdocs/helping.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/helping.xml?rev=328989&r1=328988&r2=328989&view=diff
==============================================================================
--- struts/site/trunk/xdocs/helping.xml (original)
+++ struts/site/trunk/xdocs/helping.xml Thu Oct 27 17:25:20 2005
@@ -228,7 +228,7 @@
     </p>
 
     <p>
-        svn diff Main.java &gt;&gt; patchfile.txt
+        <code>svn diff Main.java &gt;&gt; patchfile.txt</code>
     </p>
 
     <p>
@@ -388,16 +388,19 @@
 <subsection name="How can I contribute to the documentation?">
 
     <p>
-        The documentation is maintained in the <code>doc</code> folder of the
-        repository in a XML format.
+        The documentation is maintained in the repository under the 
<code>xdocs</code> 
+        folder for the subproject.
         To build just the documentation for a subproject,
-        change to the subprojects trunk directory and run 'maven site'.
+        change to the subprojects trunk directory and run 
+        <code>maven site</code>.
+        The Maven build compiles the site and stores the output under 
+        <code>target/docs/</code>. 
     </p>
 
     <p>
-        The only difference is that the documentation is kept in XML rather
-        than Java source code.
-        Otherwise, all the same precepts and procedures pertain.
+        Procedurally, the only difference between patching documentation and 
+        software is that the docs are kept in XML rather than Java source code.
+        Otherwise, all the same instructions pertain.
     </p>
 
     <p>
@@ -644,7 +647,7 @@
 
     <section>
        <p class="right">Next:
-       <a href="mail.html">Mailing Lists</a>
+       <strong>Next:</strong> <a href="mail.html">Mailing Lists</a>
        </p>
     </section>
 

Modified: struts/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/index.xml?rev=328989&r1=328988&r2=328989&view=diff
==============================================================================
--- struts/site/trunk/xdocs/index.xml (original)
+++ struts/site/trunk/xdocs/index.xml Thu Oct 27 17:25:20 2005
@@ -149,7 +149,7 @@
 
 <section>
    <p class="right">
-   Next: <a href="volunteers.html">Who We Are</a>
+    <strong>Next:</strong> <a href="announce.html">Announcements</a>
    </p>
 </section>
 

Modified: struts/site/trunk/xdocs/mail.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/mail.xml?rev=328989&r1=328988&r2=328989&view=diff
==============================================================================
--- struts/site/trunk/xdocs/mail.xml (original)
+++ struts/site/trunk/xdocs/mail.xml Thu Oct 27 17:25:20 2005
@@ -240,7 +240,7 @@
 
 <section>
     <p class="right">
-        <strong>Back to:</strong> <a href="helping.html">How to Help FAQ</a>
+      <strong>Next:</strong> <a href="volunteers.html">Who we are</a>
     </p>
 </section>
 

Modified: struts/site/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/navigation.xml?rev=328989&r1=328988&r2=328989&view=diff
==============================================================================
--- struts/site/trunk/xdocs/navigation.xml (original)
+++ struts/site/trunk/xdocs/navigation.xml Thu Oct 27 17:25:20 2005
@@ -14,55 +14,10 @@
             href="index.html"
             />
         <item
-            name="Who We Are"
-            href="volunteers.html"
-            />
-        <item
             name="Announcements"
             href="announce.html"
             />
         <item
-            name="Struts 1.3.x"
-            href="/index.html"
-            />
-        <item
-            name="Struts 1.2.x"
-            href="/struts-doc-1.2.x/index.html"
-            />
-        <item
-            name="Struts 1.2.7"
-            href="/struts-doc-1.2.7/index.html"
-            />
-        <item
-            name="Struts 1.2.4"
-            href="/struts-doc-1.2.4/index.html"
-            />
-        <item
-            name="Struts 1.1"
-            href="/struts-doc-1.1/index.html"
-            />
-        <item
-            name="Struts 1.0.2"
-            href="/struts-doc-1.0.2/index.html"
-            />
-    </menu>
-    
-    <menu name="Subprojects">
-        <item name="Applications" href="/struts-apps/index.html"/>
-        <item name="BSF Scripting" href="/struts-bsf/index.html"/>
-        <item name="Core" href="/struts-core/index.html"/>
-        <item name="EL" href="/struts-el/index.html"/>
-        <item name="Flow" href="/struts-flow/index.html"/>
-        <item name="JSF Integration" href="/struts-faces/index.html"/>
-        <item name="Plugins" href="/struts-plugins/index.html"/>
-        <item name="Sandbox" href="/struts-sandbox/index.html"/>
-        <item name="Shale Framework" href="shale/index.html" />
-        <item name="Taglibs" href="/struts-taglib/index.html"/>
-        <item name="Tiles" href="/struts-tiles/index.html"/>
-    </menu>
- 
-    <menu name="Community">
-        <item
            name="How to Help FAQ"
             href="helping.html"
             />
@@ -82,6 +37,10 @@
             name="Known Issues (Bugzilla)"
             href="http://issues.apache.org/bugzilla";
             />
+        <item
+            name="Who We Are"
+            href="volunteers.html"
+            />
     </menu>
 
     <menu name="Download">
@@ -99,6 +58,20 @@
             />
     </menu>
 
+    <menu name="Subprojects">
+        <item name="Applications" href="/struts-apps/index.html"/>
+        <item name="BSF Scripting" href="/struts-bsf/index.html"/>
+        <item name="Core" href="/struts-core/index.html"/>
+        <item name="EL" href="/struts-el/index.html"/>
+        <item name="Flow" href="/struts-flow/index.html"/>
+        <item name="JSF Integration" href="/struts-faces/index.html"/>
+        <item name="Plugins" href="/struts-plugins/index.html"/>
+        <item name="Sandbox" href="/struts-sandbox/index.html"/>
+        <item name="Shale Framework" href="shale/index.html" />
+        <item name="Taglibs" href="/struts-taglib/index.html"/>
+        <item name="Tiles" href="/struts-tiles/index.html"/>
+    </menu>
+ 
     <menu name="Development">
         <item
             name="Charter"
@@ -116,6 +89,30 @@
             name="Source Repository"
             href="http://svn.apache.org/viewcvs.cgi/struts/";
             />
-    </menu>
+     </menu>
+    
+     <menu name="Site Archive">    
+            <item
+                name="Struts 1.2.x"
+                href="/struts-doc-1.2.x/index.html"
+                />
+            <item
+                name="Struts 1.2.7"
+                href="/struts-doc-1.2.7/index.html"
+                />
+            <item
+                name="Struts 1.2.4"
+                href="/struts-doc-1.2.4/index.html"
+                />
+            <item
+                name="Struts 1.1"
+                href="/struts-doc-1.1/index.html"
+                />
+            <item
+                name="Struts 1.0.2"
+                href="/struts-doc-1.0.2/index.html"
+                />
+      </menu>
+
   </body>
 </project>

Modified: struts/site/trunk/xdocs/volunteers.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/volunteers.xml?rev=328989&r1=328988&r2=328989&view=diff
==============================================================================
--- struts/site/trunk/xdocs/volunteers.xml (original)
+++ struts/site/trunk/xdocs/volunteers.xml Thu Oct 27 17:25:20 2005
@@ -755,11 +755,11 @@
          </subsection>
       </section>
 
-         <section>
-            <p class="right">Next:
-            <a href="announce.html">Announcements</a>
-            </p>
-         </section>
+      <section>
+        <p class="right">
+          <strong>Next:</strong> <a href="projects-overview.html">Subproject 
Overview</a>            
+         </p>
+      </section>
    </body>
 </document>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to