You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2007/09/05 22:09:31 UTC

svn commit: r573043 - in /struts/site/src/site: resources/planetstruts.txt site.xml xdoc/announce.xml xdoc/dev/bylaws.xml xdoc/dev/releases.xml xdoc/dev/site.xml xdoc/dev/volunteers.xml xdoc/index.xml

Author: husted
Date: Wed Sep  5 13:09:30 2007
New Revision: 573043

URL: http://svn.apache.org/viewvc?rev=573043&view=rev
Log:
Update site to clarify status of OGNL security issue. Add link to the new "Planet Struts" feed that aggregates committer blogs, along with planetstruts.txt source file. 

Added:
    struts/site/src/site/resources/planetstruts.txt
Modified:
    struts/site/src/site/site.xml
    struts/site/src/site/xdoc/announce.xml
    struts/site/src/site/xdoc/dev/bylaws.xml
    struts/site/src/site/xdoc/dev/releases.xml
    struts/site/src/site/xdoc/dev/site.xml
    struts/site/src/site/xdoc/dev/volunteers.xml
    struts/site/src/site/xdoc/index.xml

Added: struts/site/src/site/resources/planetstruts.txt
URL: http://svn.apache.org/viewvc/struts/site/src/site/resources/planetstruts.txt?rev=573043&view=auto
==============================================================================
--- struts/site/src/site/resources/planetstruts.txt (added)
+++ struts/site/src/site/resources/planetstruts.txt Wed Sep  5 13:09:30 2007
@@ -0,0 +1,30 @@
+[http://themindstorms.blogspot.com/rss.xml]
+name = Alex Popescu
+[http://weblogs.java.net/blog/crazybob/index.rdf]
+name = Bob Lee
+[http://blogs.sun.com/craigmcc/feed/entries/rss]
+name = Craig McClanahan
+[http://www.jroller.com/dgeary/feed/entries/rss]
+name = David Geary
+[http://www.jroller.com/mrdon/feed/entries/rss]
+name = Don Brown
+[http://www.fdar.com/weblog/index.xml]
+name = Ian Roughley (blog)
+[http://www.jroller.com/greddin/feed/entries/rss]
+name = Gred Reddin
+[http://blog.generationjava.com/feed]
+name = Henri Yandell
+[http://www.fdar.com/news/index.xml]
+name = Ian Roughley (news)
+[http://www.jroller.com/jmitchell/feed/entries/rss]
+name = James Mitchell
+[http://www.jroller.com/jcarreira/feed/entries/rss]
+name = Jason Carreira
+[http://blog.germuska.com/feed/]
+name = Joe Germusk
+[http://feeds.feedburner.com/Blogbody]
+name = Patrick Lightbody
+[http://www.jroller.com/TedHusted/feed/entries/rss]
+name = Ted Husted
+[http://blog.wsmoak.net/atom.php?blogid=1]
+name = Wendy Smoak

Modified: struts/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/site.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Wed Sep  5 13:09:30 2007
@@ -109,14 +109,14 @@
                     href="dev\releases.html"
                     />
             <item
-                    name="Volunteers"
-                    href="dev\volunteers.html"
-                    />
-            <item
                     name="PMC Charter"
                     href="dev\bylaws.html"
                     />
             <item
+                    name="Volunteers"
+                    href="dev\volunteers.html"
+                    />
+            <item
                     name="Sandbox"
                     href="http://struts.apache.org/struts-sandbox/index.html"
                     />
@@ -194,8 +194,14 @@
                     name="Apache Bookstore"
                     href="http://www.ApacheBookstore.com/"
                     />
+
+            <item
+                    name="Our Blogs"
+                    href="http://people.apache.org/~rubys/planet/struts/"
+                    />
+
             <item
-                    name="Planet Struts"
+                    name="S2 Examples"
                     href="http://www.PlanetStruts.org/"
                     />
 

Modified: struts/site/src/site/xdoc/announce.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Wed Sep  5 13:09:30 2007
@@ -56,7 +56,10 @@
             <p>
             <strong><a href="http://struts.apache.org/download.cgi#struts209">Apache Struts 2.0.9</a>
             includes an important security fix regarding <a href="http://struts.apache.org/2.x/docs/s2-001.html">a remote code exploit.</a></strong>
-            ALL DEVELOPERS ARE STRONGLY ADVISED TO UPDATE TO STRUTS 2.0.9 IMMEDIATELY!
+            ALL STRUTS 2 DEVELOPERS ARE STRONGLY ADVISED TO UPDATE TO STRUTS 2.0.9 IMMEDIATELY!
+            </p>
+            <p>
+            <em>PLEASE NOTE that this bulletin DOES NOT apply to Struts 1.x!</em>
             </p>
 
             <p>

Modified: struts/site/src/site/xdoc/dev/bylaws.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/bylaws.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/bylaws.xml (original)
+++ struts/site/src/site/xdoc/dev/bylaws.xml Wed Sep  5 13:09:30 2007
@@ -430,6 +430,11 @@
 
             </subsection>
         </section>
+        <section>
+            <p class="right">Next:
+                <a href="volunteers.html">Volunteers</a>
+            </p>
+        </section>
 
     </body>
 </document>

Modified: struts/site/src/site/xdoc/dev/releases.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/releases.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/releases.xml (original)
+++ struts/site/src/site/xdoc/dev/releases.xml Wed Sep  5 13:09:30 2007
@@ -26,7 +26,7 @@
         <a name="status"/>
         <section name="Release Guidelines">
             <p>This document describes the Apache Struts
-                release process 
+                release process
                 and our
                 <a href="#Coding">coding conventions,</a>
                 which are applicable to all subprojects.
@@ -298,7 +298,7 @@
         </section>
         <section>
             <p class="right">Next:
-                <a href="volunteers.html">Volunteers</a>
+                <a href="bylaws.html">PMC Charter</a>
             </p>
         </section>
     </body>

Modified: struts/site/src/site/xdoc/dev/site.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/site.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/site.xml (original)
+++ struts/site/src/site/xdoc/dev/site.xml Wed Sep  5 13:09:30 2007
@@ -9,17 +9,17 @@
         <name>Apache Struts</name>
         <src>http://struts.apache.org/images/struts.gif</src>
         <href>http://struts.apache.org/</href>
-    </bannerRight>     
+    </bannerRight>
     <body>
         <links>
             <item
-                    name="Apache" 
-                    href="http://www.apache.org" /> 
-            <item   
-                    name="Struts 2" 
+                    name="Apache"
+                    href="http://www.apache.org" />
+            <item
+                    name="Struts 2"
                     href="http://struts.apache.org/2.x/" />
-            <item 
-                    name="Struts 1" 
+            <item
+                    name="Struts 1"
                     href="http://struts.apache.org/1.x/" />
         </links>
 
@@ -37,21 +37,22 @@
                     name="Nightly Builds"
                     href="builds.html"
                     />
-                   
+
             <item
                     name="Release Guidelines"
                     href="releases.html"
                     />
             <item
+                    name="PMC Charter"
+                    href="bylaws.html"
+                    />
+            <item
                     name="Volunteers"
                     href="volunteers.html"
                     />
+
             <item
-                    name="PMC Charter"
-                    href="bylaws.html"
-                    />
-            <item 
-                    name="Sandbox" 
+                    name="Sandbox"
                     href="http://struts.apache.org/struts-sandbox/index.html"
                     />
             <item

Modified: struts/site/src/site/xdoc/dev/volunteers.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/volunteers.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/volunteers.xml (original)
+++ struts/site/src/site/xdoc/dev/volunteers.xml Wed Sep  5 13:09:30 2007
@@ -1445,7 +1445,7 @@
             </p>
             <p class="right">
                 Next:
-                <a href="bylaws.html">PMC Charter</a>
+                <a href="http://people.apache.org/~rubys/planet/struts/">Our Blogs</a>
             </p>
         </section>
     </body>

Modified: struts/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=573043&r1=573042&r2=573043&view=diff
==============================================================================
--- struts/site/src/site/xdoc/index.xml (original)
+++ struts/site/src/site/xdoc/index.xml Wed Sep  5 13:09:30 2007
@@ -28,7 +28,10 @@
             <p>
             <strong><a href="http://struts.apache.org/download.cgi#struts209">Apache Struts 2.0.9</a>
             includes an important security fix regarding <a href="http://struts.apache.org/2.x/docs/s2-001.html">a remote code exploit.</a></strong>
-            ALL DEVELOPERS ARE STRONGLY ADVISED TO UPDATE TO STRUTS 2.0.9 IMMEDIATELY!
+            ALL STRUTS 2 DEVELOPERS ARE STRONGLY ADVISED TO UPDATE TO STRUTS 2.0.9 IMMEDIATELY!
+            </p>
+            <p>
+            <em>PLEASE NOTE that this bulletin DOES NOT apply to Struts 1.x!</em>
             </p>
          </section>