Repository: struts-site
Updated Branches:
  refs/heads/asf-site 4a447d6de -> e8baeb931


http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/css/print.css
----------------------------------------------------------------------
diff --git a/content/css/print.css b/content/css/print.css
index 2ab336b..2b11058 100644
--- a/content/css/print.css
+++ b/content/css/print.css
@@ -1,7 +1,7 @@
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, 
#leftColumn, #navColumn {
-       display: none;
-}
-#bodyColumn, body.docs div.docs {
-       margin: 0 !important;
-       border: none !important
-}
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, 
#leftColumn, #navColumn {
+       display: none;
+}
+#bodyColumn, body.docs div.docs {
+       margin: 0 !important;
+       border: none !important
+}

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/dtds/struts-2.1.7.dtd
----------------------------------------------------------------------
diff --git a/content/dtds/struts-2.1.7.dtd b/content/dtds/struts-2.1.7.dtd
index 239b4db..94ce3c9 100644
--- a/content/dtds/struts-2.1.7.dtd
+++ b/content/dtds/struts-2.1.7.dtd
@@ -1,149 +1,149 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * $Id: struts-2.0.dtd 651946 2008-04-27 13:41:38Z apetrelli $
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
--->
-<!-- START SNIPPET: strutsDtd -->
-
-<!--
-   Struts configuration DTD.
-   Use the following DOCTYPE
-
-   <!DOCTYPE struts PUBLIC
-       "-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
-       "http://struts.apache.org/dtds/struts-2.1.7.dtd";>
--->
-
-<!ELEMENT struts ((package|include|bean|constant)*, unknown-handler-stack?)>
-<!ATTLIST struts
-    order CDATA #IMPLIED
->
-
-<!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, 
default-action-ref?, default-class-ref?, global-results?, 
global-exception-mappings?, action*)>
-<!ATTLIST package
-    name CDATA #REQUIRED
-    extends CDATA #IMPLIED
-    namespace CDATA #IMPLIED
-    abstract CDATA #IMPLIED
-    externalReferenceResolver NMTOKEN #IMPLIED
->
-
-<!ELEMENT result-types (result-type+)>
-
-<!ELEMENT result-type (param*)>
-<!ATTLIST result-type
-    name CDATA #REQUIRED
-    class CDATA #REQUIRED
-    default (true|false) "false"
->
-
-<!ELEMENT interceptors (interceptor|interceptor-stack)+>
-
-<!ELEMENT interceptor (param*)>
-<!ATTLIST interceptor
-    name CDATA #REQUIRED
-    class CDATA #REQUIRED
->
-
-<!ELEMENT interceptor-stack (interceptor-ref*)>
-<!ATTLIST interceptor-stack
-    name CDATA #REQUIRED
->
-
-<!ELEMENT interceptor-ref (param*)>
-<!ATTLIST interceptor-ref
-    name CDATA #REQUIRED
->
-
-<!ELEMENT default-interceptor-ref (#PCDATA)>
-<!ATTLIST default-interceptor-ref
-    name CDATA #REQUIRED
->
-
-<!ELEMENT default-action-ref (#PCDATA)>
-<!ATTLIST default-action-ref
-    name CDATA #REQUIRED
->
-
-<!ELEMENT default-class-ref (#PCDATA)>
-<!ATTLIST default-class-ref
-    class CDATA #REQUIRED
->
-
-<!ELEMENT global-results (result+)>
-
-<!ELEMENT global-exception-mappings (exception-mapping+)>
-
-<!ELEMENT action (param|result|interceptor-ref|exception-mapping)*>
-<!ATTLIST action
-    name CDATA #REQUIRED
-    class CDATA #IMPLIED
-    method CDATA #IMPLIED
-    converter CDATA #IMPLIED
->
-
-<!ELEMENT param (#PCDATA)>
-<!ATTLIST param
-    name CDATA #REQUIRED
->
-
-<!ELEMENT result (#PCDATA|param)*>
-<!ATTLIST result
-    name CDATA #IMPLIED
-    type CDATA #IMPLIED
->
-
-<!ELEMENT exception-mapping (#PCDATA|param)*>
-<!ATTLIST exception-mapping
-    name CDATA #IMPLIED
-    exception CDATA #REQUIRED
-    result CDATA #REQUIRED
->
-
-<!ELEMENT include (#PCDATA)>
-<!ATTLIST include
-    file CDATA #REQUIRED
->
-
-<!ELEMENT bean (#PCDATA)>
-<!ATTLIST bean
-    type CDATA #IMPLIED
-    name CDATA #IMPLIED
-    class CDATA #REQUIRED
-    scope CDATA #IMPLIED
-    static CDATA #IMPLIED
-    optional CDATA #IMPLIED
->
-
-<!ELEMENT constant (#PCDATA)>
-<!ATTLIST constant
-    name CDATA #REQUIRED
-    value CDATA #REQUIRED
->
-
-<!ELEMENT unknown-handler-stack (unknown-handler-ref*)>
-<!ELEMENT unknown-handler-ref (#PCDATA)>
-<!ATTLIST unknown-handler-ref
-    name CDATA #REQUIRED
->
-
-<!-- END SNIPPET: strutsDtd -->
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * $Id: struts-2.0.dtd 651946 2008-04-27 13:41:38Z apetrelli $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+-->
+<!-- START SNIPPET: strutsDtd -->
+
+<!--
+   Struts configuration DTD.
+   Use the following DOCTYPE
+
+   <!DOCTYPE struts PUBLIC
+       "-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
+       "http://struts.apache.org/dtds/struts-2.1.7.dtd";>
+-->
+
+<!ELEMENT struts ((package|include|bean|constant)*, unknown-handler-stack?)>
+<!ATTLIST struts
+    order CDATA #IMPLIED
+>
+
+<!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, 
default-action-ref?, default-class-ref?, global-results?, 
global-exception-mappings?, action*)>
+<!ATTLIST package
+    name CDATA #REQUIRED
+    extends CDATA #IMPLIED
+    namespace CDATA #IMPLIED
+    abstract CDATA #IMPLIED
+    externalReferenceResolver NMTOKEN #IMPLIED
+>
+
+<!ELEMENT result-types (result-type+)>
+
+<!ELEMENT result-type (param*)>
+<!ATTLIST result-type
+    name CDATA #REQUIRED
+    class CDATA #REQUIRED
+    default (true|false) "false"
+>
+
+<!ELEMENT interceptors (interceptor|interceptor-stack)+>
+
+<!ELEMENT interceptor (param*)>
+<!ATTLIST interceptor
+    name CDATA #REQUIRED
+    class CDATA #REQUIRED
+>
+
+<!ELEMENT interceptor-stack (interceptor-ref*)>
+<!ATTLIST interceptor-stack
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT interceptor-ref (param*)>
+<!ATTLIST interceptor-ref
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT default-interceptor-ref (#PCDATA)>
+<!ATTLIST default-interceptor-ref
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT default-action-ref (#PCDATA)>
+<!ATTLIST default-action-ref
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT default-class-ref (#PCDATA)>
+<!ATTLIST default-class-ref
+    class CDATA #REQUIRED
+>
+
+<!ELEMENT global-results (result+)>
+
+<!ELEMENT global-exception-mappings (exception-mapping+)>
+
+<!ELEMENT action (param|result|interceptor-ref|exception-mapping)*>
+<!ATTLIST action
+    name CDATA #REQUIRED
+    class CDATA #IMPLIED
+    method CDATA #IMPLIED
+    converter CDATA #IMPLIED
+>
+
+<!ELEMENT param (#PCDATA)>
+<!ATTLIST param
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT result (#PCDATA|param)*>
+<!ATTLIST result
+    name CDATA #IMPLIED
+    type CDATA #IMPLIED
+>
+
+<!ELEMENT exception-mapping (#PCDATA|param)*>
+<!ATTLIST exception-mapping
+    name CDATA #IMPLIED
+    exception CDATA #REQUIRED
+    result CDATA #REQUIRED
+>
+
+<!ELEMENT include (#PCDATA)>
+<!ATTLIST include
+    file CDATA #REQUIRED
+>
+
+<!ELEMENT bean (#PCDATA)>
+<!ATTLIST bean
+    type CDATA #IMPLIED
+    name CDATA #IMPLIED
+    class CDATA #REQUIRED
+    scope CDATA #IMPLIED
+    static CDATA #IMPLIED
+    optional CDATA #IMPLIED
+>
+
+<!ELEMENT constant (#PCDATA)>
+<!ATTLIST constant
+    name CDATA #REQUIRED
+    value CDATA #REQUIRED
+>
+
+<!ELEMENT unknown-handler-stack (unknown-handler-ref*)>
+<!ELEMENT unknown-handler-ref (#PCDATA)>
+<!ATTLIST unknown-handler-ref
+    name CDATA #REQUIRED
+>
+
+<!-- END SNIPPET: strutsDtd -->
+

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/dtds/struts-2.1.dtd
----------------------------------------------------------------------
diff --git a/content/dtds/struts-2.1.dtd b/content/dtds/struts-2.1.dtd
index c4a5c95..2a9e818 100644
--- a/content/dtds/struts-2.1.dtd
+++ b/content/dtds/struts-2.1.dtd
@@ -1,146 +1,146 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * $Id: struts-2.0.dtd 651946 2008-04-27 13:41:38Z apetrelli $
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
--->
-<!-- START SNIPPET: strutsDtd -->
-
-<!--
-   Struts configuration DTD.
-   Use the following DOCTYPE
-
-   <!DOCTYPE struts PUBLIC
-       "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN"
-       "http://struts.apache.org/dtds/struts-2.1.dtd";>
--->
-
-<!ELEMENT struts ((package|include|bean|constant)*, unknown-handler-stack?)>
-
-<!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, 
default-action-ref?, default-class-ref?, global-results?, 
global-exception-mappings?, action*)>
-<!ATTLIST package
-    name CDATA #REQUIRED
-    extends CDATA #IMPLIED
-    namespace CDATA #IMPLIED
-    abstract CDATA #IMPLIED
-    externalReferenceResolver NMTOKEN #IMPLIED
->
-
-<!ELEMENT result-types (result-type+)>
-
-<!ELEMENT result-type (param*)>
-<!ATTLIST result-type
-    name CDATA #REQUIRED
-    class CDATA #REQUIRED
-    default (true|false) "false"
->
-
-<!ELEMENT interceptors (interceptor|interceptor-stack)+>
-
-<!ELEMENT interceptor (param*)>
-<!ATTLIST interceptor
-    name CDATA #REQUIRED
-    class CDATA #REQUIRED
->
-
-<!ELEMENT interceptor-stack (interceptor-ref*)>
-<!ATTLIST interceptor-stack
-    name CDATA #REQUIRED
->
-
-<!ELEMENT interceptor-ref (param*)>
-<!ATTLIST interceptor-ref
-    name CDATA #REQUIRED
->
-
-<!ELEMENT default-interceptor-ref (#PCDATA)>
-<!ATTLIST default-interceptor-ref
-    name CDATA #REQUIRED
->
-
-<!ELEMENT default-action-ref (#PCDATA)>
-<!ATTLIST default-action-ref
-    name CDATA #REQUIRED
->
-
-<!ELEMENT default-class-ref (#PCDATA)>
-<!ATTLIST default-class-ref
-    class CDATA #REQUIRED
->
-
-<!ELEMENT global-results (result+)>
-
-<!ELEMENT global-exception-mappings (exception-mapping+)>
-
-<!ELEMENT action (param|result|interceptor-ref|exception-mapping)*>
-<!ATTLIST action
-    name CDATA #REQUIRED
-    class CDATA #IMPLIED
-    method CDATA #IMPLIED
-    converter CDATA #IMPLIED
->
-
-<!ELEMENT param (#PCDATA)>
-<!ATTLIST param
-    name CDATA #REQUIRED
->
-
-<!ELEMENT result (#PCDATA|param)*>
-<!ATTLIST result
-    name CDATA #IMPLIED
-    type CDATA #IMPLIED
->
-
-<!ELEMENT exception-mapping (#PCDATA|param)*>
-<!ATTLIST exception-mapping
-    name CDATA #IMPLIED
-    exception CDATA #REQUIRED
-    result CDATA #REQUIRED
->
-
-<!ELEMENT include (#PCDATA)>
-<!ATTLIST include
-    file CDATA #REQUIRED
->
-
-<!ELEMENT bean (#PCDATA)>
-<!ATTLIST bean
-    type CDATA #IMPLIED
-    name CDATA #IMPLIED
-    class CDATA #REQUIRED
-    scope CDATA #IMPLIED
-    static CDATA #IMPLIED
-    optional CDATA #IMPLIED
->
-
-<!ELEMENT constant (#PCDATA)>
-<!ATTLIST constant
-    name CDATA #REQUIRED
-    value CDATA #REQUIRED
->
-
-<!ELEMENT unknown-handler-stack (unknown-handler-ref*)>
-<!ELEMENT unknown-handler-ref (#PCDATA)>
-<!ATTLIST unknown-handler-ref
-    name CDATA #REQUIRED
->
-
-<!-- END SNIPPET: strutsDtd -->
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * $Id: struts-2.0.dtd 651946 2008-04-27 13:41:38Z apetrelli $
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+-->
+<!-- START SNIPPET: strutsDtd -->
+
+<!--
+   Struts configuration DTD.
+   Use the following DOCTYPE
+
+   <!DOCTYPE struts PUBLIC
+       "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN"
+       "http://struts.apache.org/dtds/struts-2.1.dtd";>
+-->
+
+<!ELEMENT struts ((package|include|bean|constant)*, unknown-handler-stack?)>
+
+<!ELEMENT package (result-types?, interceptors?, default-interceptor-ref?, 
default-action-ref?, default-class-ref?, global-results?, 
global-exception-mappings?, action*)>
+<!ATTLIST package
+    name CDATA #REQUIRED
+    extends CDATA #IMPLIED
+    namespace CDATA #IMPLIED
+    abstract CDATA #IMPLIED
+    externalReferenceResolver NMTOKEN #IMPLIED
+>
+
+<!ELEMENT result-types (result-type+)>
+
+<!ELEMENT result-type (param*)>
+<!ATTLIST result-type
+    name CDATA #REQUIRED
+    class CDATA #REQUIRED
+    default (true|false) "false"
+>
+
+<!ELEMENT interceptors (interceptor|interceptor-stack)+>
+
+<!ELEMENT interceptor (param*)>
+<!ATTLIST interceptor
+    name CDATA #REQUIRED
+    class CDATA #REQUIRED
+>
+
+<!ELEMENT interceptor-stack (interceptor-ref*)>
+<!ATTLIST interceptor-stack
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT interceptor-ref (param*)>
+<!ATTLIST interceptor-ref
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT default-interceptor-ref (#PCDATA)>
+<!ATTLIST default-interceptor-ref
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT default-action-ref (#PCDATA)>
+<!ATTLIST default-action-ref
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT default-class-ref (#PCDATA)>
+<!ATTLIST default-class-ref
+    class CDATA #REQUIRED
+>
+
+<!ELEMENT global-results (result+)>
+
+<!ELEMENT global-exception-mappings (exception-mapping+)>
+
+<!ELEMENT action (param|result|interceptor-ref|exception-mapping)*>
+<!ATTLIST action
+    name CDATA #REQUIRED
+    class CDATA #IMPLIED
+    method CDATA #IMPLIED
+    converter CDATA #IMPLIED
+>
+
+<!ELEMENT param (#PCDATA)>
+<!ATTLIST param
+    name CDATA #REQUIRED
+>
+
+<!ELEMENT result (#PCDATA|param)*>
+<!ATTLIST result
+    name CDATA #IMPLIED
+    type CDATA #IMPLIED
+>
+
+<!ELEMENT exception-mapping (#PCDATA|param)*>
+<!ATTLIST exception-mapping
+    name CDATA #IMPLIED
+    exception CDATA #REQUIRED
+    result CDATA #REQUIRED
+>
+
+<!ELEMENT include (#PCDATA)>
+<!ATTLIST include
+    file CDATA #REQUIRED
+>
+
+<!ELEMENT bean (#PCDATA)>
+<!ATTLIST bean
+    type CDATA #IMPLIED
+    name CDATA #IMPLIED
+    class CDATA #REQUIRED
+    scope CDATA #IMPLIED
+    static CDATA #IMPLIED
+    optional CDATA #IMPLIED
+>
+
+<!ELEMENT constant (#PCDATA)>
+<!ATTLIST constant
+    name CDATA #REQUIRED
+    value CDATA #REQUIRED
+>
+
+<!ELEMENT unknown-handler-stack (unknown-handler-ref*)>
+<!ELEMENT unknown-handler-ref (#PCDATA)>
+<!ATTLIST unknown-handler-ref
+    name CDATA #REQUIRED
+>
+
+<!-- END SNIPPET: strutsDtd -->
+

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/img/download-icon.svg
----------------------------------------------------------------------
diff --git a/content/img/download-icon.svg b/content/img/download-icon.svg
index 298b099..3a056e0 100755
--- a/content/img/download-icon.svg
+++ b/content/img/download-icon.svg
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
-        width="17px" height="19px" viewBox="0 0 17 19" enable-background="new 
0 0 17 19" xml:space="preserve">
-<g>
-       <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" 
points="8.5,14.615 16,6 11,6 11,0 6,0 6,6 1,6   "/>
-       <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" 
points="0,19 17,19 17,15 15,15 15,17 2,17 2,15 0,15     "/>
-</g>
-</svg>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="17px" height="19px" viewBox="0 0 17 19" enable-background="new 
0 0 17 19" xml:space="preserve">
+<g>
+       <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" 
points="8.5,14.615 16,6 11,6 11,0 6,0 6,6 1,6   "/>
+       <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" 
points="0,19 17,19 17,15 15,15 15,17 2,17 2,15 0,15     "/>
+</g>
+</svg>

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/img/primer-icon.svg
----------------------------------------------------------------------
diff --git a/content/img/primer-icon.svg b/content/img/primer-icon.svg
index e72a4bf..24d262f 100755
--- a/content/img/primer-icon.svg
+++ b/content/img/primer-icon.svg
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
-        width="28.991px" height="20px" viewBox="2.009 3.5 28.991 20" 
enable-background="new 2.009 3.5 28.991 20" xml:space="preserve">
-<path fill="#FFFFFF" 
d="M21,3.5c-0.996,0-2,0.976-2,2c0-0.993-1.033-2-2-2c-0.715,0-10,0-10,0v6.068
-       
C7.326,9.527,7.656,9.5,7.993,9.5C8.335,9.5,8.669,9.529,9,9.57V5.5c0,0,6.199,0,7,0c0.987,0,2,0.984,2,2c0,0.86,0,12,0,12h-2.275
-       
c-0.184,0.71-0.458,1.381-0.816,2c0.565,0,0.964,0,1.091,0c0.986,0,2,0.973,2,2h1h1c0-1.027,1.015-2,2-2c0.674,0,9,0,9,0v-18
-       C31,3.499,21.716,3.5,21,3.5z 
M29,19.5h-9c0,0,0-11.14,0-12c0-1.016,0.949-2,2-2c0.801,0,7,0,7,0V19.5z"/>
-<path fill="#FFFFFF" 
d="M8.01,11.499c-3.314,0-6.001,2.687-6.001,6s2.687,6,6.001,6c3.314,0,6.001-2.688,6.001-6
-       C14.011,14.186,11.324,11.499,8.01,11.499z M9,21.5H7v-6h2V21.5z 
M9,14.5H7v-1h2V14.5z"/>
-</svg>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="28.991px" height="20px" viewBox="2.009 3.5 28.991 20" 
enable-background="new 2.009 3.5 28.991 20" xml:space="preserve">
+<path fill="#FFFFFF" 
d="M21,3.5c-0.996,0-2,0.976-2,2c0-0.993-1.033-2-2-2c-0.715,0-10,0-10,0v6.068
+       
C7.326,9.527,7.656,9.5,7.993,9.5C8.335,9.5,8.669,9.529,9,9.57V5.5c0,0,6.199,0,7,0c0.987,0,2,0.984,2,2c0,0.86,0,12,0,12h-2.275
+       
c-0.184,0.71-0.458,1.381-0.816,2c0.565,0,0.964,0,1.091,0c0.986,0,2,0.973,2,2h1h1c0-1.027,1.015-2,2-2c0.674,0,9,0,9,0v-18
+       C31,3.499,21.716,3.5,21,3.5z 
M29,19.5h-9c0,0,0-11.14,0-12c0-1.016,0.949-2,2-2c0.801,0,7,0,7,0V19.5z"/>
+<path fill="#FFFFFF" 
d="M8.01,11.499c-3.314,0-6.001,2.687-6.001,6s2.687,6,6.001,6c3.314,0,6.001-2.688,6.001-6
+       C14.011,14.186,11.324,11.499,8.01,11.499z M9,21.5H7v-6h2V21.5z 
M9,14.5H7v-1h2V14.5z"/>
+</svg>

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/img/struts-logo.svg
----------------------------------------------------------------------
diff --git a/content/img/struts-logo.svg b/content/img/struts-logo.svg
index 23971b7..3c37644 100755
--- a/content/img/struts-logo.svg
+++ b/content/img/struts-logo.svg
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
-        viewBox="0 0 210 60" enable-background="new 0 0 210 60" 
xml:space="preserve">
-<g>
-       <g>
-               <path fill="#FFFFFF" 
d="M67,38.1c0,0,3.1,3.1,7.4,3.1c2.7,0,5-1.5,5-4.3c0-6.3-14-4.9-14-13.8c0-4.5,3.9-8.1,9.3-8.1
-                       
c5.4,0,8.2,2.9,8.2,2.9l-1.8,3.4c0,0-2.7-2.5-6.4-2.5c-3.1,0-5.2,1.9-5.2,4.2c0,6,14,4.4,14,13.8c0,4.5-3.4,8.2-9.2,8.2
-                       c-6.1,0-9.6-3.8-9.6-3.8L67,38.1z"/>
-               <path fill="#FFFFFF" 
d="M95.9,19.1H86v-3.5h23.9v3.5H100v25.4h-4.1V19.1z"/>
-               <path fill="#FFFFFF" 
d="M113.8,15.5h8.9c3,0,4.3,0.2,5.4,0.7c3,1.1,4.9,4,4.9,7.8c0,3.7-2,6.8-5.2,7.8v0.1c0,0,0.3,0.4,0.9,1.3
-                       l6.1,11.2h-4.6L124,33h-6.2v11.5h-4.1V15.5z 
M123.6,29.4c3.2,0,5.1-2,5.1-5.2c0-2.1-0.8-3.6-2.3-4.5c-0.8-0.4-1.7-0.7-4-0.7h-4.7
-                       v10.4H123.6z"/>
-               <path fill="#FFFFFF" 
d="M138.9,15.5h4.1v18.7c0,4.4,2.9,7,7.3,7c4.5,0,7.4-2.6,7.4-7.1V15.5h4.1v18.7c0,6.4-4.6,10.7-11.4,10.7
-                       c-6.8,0-11.4-4.3-11.4-10.7V15.5z"/>
-               <path fill="#FFFFFF" 
d="M175.2,19.1h-9.9v-3.5h23.9v3.5h-9.9v25.4h-4.1V19.1z"/>
-               <path fill="#FFFFFF" 
d="M193.5,38.1c0,0,3.1,3.1,7.4,3.1c2.7,0,5-1.5,5-4.3c0-6.3-14-4.9-14-13.8c0-4.5,3.9-8.1,9.3-8.1
-                       
c5.4,0,8.2,2.9,8.2,2.9l-1.8,3.4c0,0-2.7-2.5-6.4-2.5c-3.1,0-5.2,1.9-5.2,4.2c0,6,14,4.4,14,13.8c0,4.5-3.4,8.2-9.2,8.2
-                       c-6.1,0-9.6-3.8-9.6-3.8L193.5,38.1z"/>
-       </g>
-       <g>
-               <polygon fill="#202A5A" points="49.9,15.3 27,2 2,16 2,44 27,58 
51,44 51,16 51,14.8              "/>
-               <polygon fill="#2C448A" points="2,16 27,30 51,16 27,2           
"/>
-               <polygon fill="#283A79" points="51,14.8 43,19 42.9,20.8 27,30 
27,58 51,44               "/>
-               <polygon fill="#202A5A" points="2,16 2,44 27,58 27,30           
"/>
-               <polygon fill="#3558A7" points="0,44 0,35 27,51 27,60           
"/>
-               <polygon fill="#3558A7" points="0,16 0,21 27,37 27,32           
"/>
-               <polygon fill="#416FB5" points="53,44 53,39 31.1,29.5 27,32 
27,36.9 40.3,42.8 27,51 27,60               "/>
-               <polygon fill="#477FC1" points="40.3,42.8 38.7,42.2 27,49 2,35 
2,33.8 0,35 27,51                "/>
-               <polygon fill="#477FC1" points="11.8,18 27,9 43,19 51,14.8 27,0 
0,16 27,32 31.1,29.5            "/>
-               <polygon fill="#202A5A" points="42.9,20.8 43,19 27,9 11.8,18 
13.5,19 27,11              "/>
-       </g>
-</g>
-</svg>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        viewBox="0 0 210 60" enable-background="new 0 0 210 60" 
xml:space="preserve">
+<g>
+       <g>
+               <path fill="#FFFFFF" 
d="M67,38.1c0,0,3.1,3.1,7.4,3.1c2.7,0,5-1.5,5-4.3c0-6.3-14-4.9-14-13.8c0-4.5,3.9-8.1,9.3-8.1
+                       
c5.4,0,8.2,2.9,8.2,2.9l-1.8,3.4c0,0-2.7-2.5-6.4-2.5c-3.1,0-5.2,1.9-5.2,4.2c0,6,14,4.4,14,13.8c0,4.5-3.4,8.2-9.2,8.2
+                       c-6.1,0-9.6-3.8-9.6-3.8L67,38.1z"/>
+               <path fill="#FFFFFF" 
d="M95.9,19.1H86v-3.5h23.9v3.5H100v25.4h-4.1V19.1z"/>
+               <path fill="#FFFFFF" 
d="M113.8,15.5h8.9c3,0,4.3,0.2,5.4,0.7c3,1.1,4.9,4,4.9,7.8c0,3.7-2,6.8-5.2,7.8v0.1c0,0,0.3,0.4,0.9,1.3
+                       l6.1,11.2h-4.6L124,33h-6.2v11.5h-4.1V15.5z 
M123.6,29.4c3.2,0,5.1-2,5.1-5.2c0-2.1-0.8-3.6-2.3-4.5c-0.8-0.4-1.7-0.7-4-0.7h-4.7
+                       v10.4H123.6z"/>
+               <path fill="#FFFFFF" 
d="M138.9,15.5h4.1v18.7c0,4.4,2.9,7,7.3,7c4.5,0,7.4-2.6,7.4-7.1V15.5h4.1v18.7c0,6.4-4.6,10.7-11.4,10.7
+                       c-6.8,0-11.4-4.3-11.4-10.7V15.5z"/>
+               <path fill="#FFFFFF" 
d="M175.2,19.1h-9.9v-3.5h23.9v3.5h-9.9v25.4h-4.1V19.1z"/>
+               <path fill="#FFFFFF" 
d="M193.5,38.1c0,0,3.1,3.1,7.4,3.1c2.7,0,5-1.5,5-4.3c0-6.3-14-4.9-14-13.8c0-4.5,3.9-8.1,9.3-8.1
+                       
c5.4,0,8.2,2.9,8.2,2.9l-1.8,3.4c0,0-2.7-2.5-6.4-2.5c-3.1,0-5.2,1.9-5.2,4.2c0,6,14,4.4,14,13.8c0,4.5-3.4,8.2-9.2,8.2
+                       c-6.1,0-9.6-3.8-9.6-3.8L193.5,38.1z"/>
+       </g>
+       <g>
+               <polygon fill="#202A5A" points="49.9,15.3 27,2 2,16 2,44 27,58 
51,44 51,16 51,14.8              "/>
+               <polygon fill="#2C448A" points="2,16 27,30 51,16 27,2           
"/>
+               <polygon fill="#283A79" points="51,14.8 43,19 42.9,20.8 27,30 
27,58 51,44               "/>
+               <polygon fill="#202A5A" points="2,16 2,44 27,58 27,30           
"/>
+               <polygon fill="#3558A7" points="0,44 0,35 27,51 27,60           
"/>
+               <polygon fill="#3558A7" points="0,16 0,21 27,37 27,32           
"/>
+               <polygon fill="#416FB5" points="53,44 53,39 31.1,29.5 27,32 
27,36.9 40.3,42.8 27,51 27,60               "/>
+               <polygon fill="#477FC1" points="40.3,42.8 38.7,42.2 27,49 2,35 
2,33.8 0,35 27,51                "/>
+               <polygon fill="#477FC1" points="11.8,18 27,9 43,19 51,14.8 27,0 
0,16 27,32 31.1,29.5            "/>
+               <polygon fill="#202A5A" points="42.9,20.8 43,19 27,9 11.8,18 
13.5,19 27,11              "/>
+       </g>
+</g>
+</svg>

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/planetstruts.txt
----------------------------------------------------------------------
diff --git a/content/planetstruts.txt b/content/planetstruts.txt
index 1f76183..6a459dd 100644
--- a/content/planetstruts.txt
+++ b/content/planetstruts.txt
@@ -1,30 +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
+[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

http://git-wip-us.apache.org/repos/asf/struts-site/blob/d572a9ef/content/robots.txt
----------------------------------------------------------------------
diff --git a/content/robots.txt b/content/robots.txt
index 7d329b1..8c827cd 100644
--- a/content/robots.txt
+++ b/content/robots.txt
@@ -1 +1 @@
-User-agent: *
+User-agent: *

Reply via email to