You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/06/12 19:00:58 UTC

svn commit: r1013906 - in /websites/production/struts/content: css/ getting-started/

Author: lukaszlenart
Date: Mon Jun 12 19:00:58 2017
New Revision: 1013906

Log:
Updates production

Modified:
    websites/production/struts/content/css/custom.css
    websites/production/struts/content/getting-started/annotations.html
    websites/production/struts/content/getting-started/coding-actions.html
    websites/production/struts/content/getting-started/control-tags.html
    websites/production/struts/content/getting-started/debugging-struts.html
    websites/production/struts/content/getting-started/exception-handling.html
    websites/production/struts/content/getting-started/exclude-parameters.html
    websites/production/struts/content/getting-started/form-tags.html
    websites/production/struts/content/getting-started/form-validation-using-xml.html
    websites/production/struts/content/getting-started/form-validation.html
    websites/production/struts/content/getting-started/hello-world-using-struts2.html
    websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html
    websites/production/struts/content/getting-started/http-session.html
    websites/production/struts/content/getting-started/introducing-interceptors.html
    websites/production/struts/content/getting-started/message-resource-files.html
    websites/production/struts/content/getting-started/preperable-interface.html
    websites/production/struts/content/getting-started/processing-forms.html
    websites/production/struts/content/getting-started/spring.html
    websites/production/struts/content/getting-started/themes.html
    websites/production/struts/content/getting-started/unit-testing.html
    websites/production/struts/content/getting-started/using-tags.html
    websites/production/struts/content/getting-started/wildcard-method-selection.html

Modified: websites/production/struts/content/css/custom.css
==============================================================================
--- websites/production/struts/content/css/custom.css (original)
+++ websites/production/struts/content/css/custom.css Mon Jun 12 19:00:58 2017
@@ -29,3 +29,14 @@ a.anchor {
   margin-top: -94px;
   visibility: hidden;
 }
+.edit-on-gh {
+  position: absolute;
+  right: 0;
+  top: 0;
+
+  display: block;
+  padding: 4px 16px;
+
+  background-color: #AA0000;
+  color: #fff;
+}

Modified: websites/production/struts/content/getting-started/annotations.html
==============================================================================
--- websites/production/struts/content/getting-started/annotations.html (original)
+++ websites/production/struts/content/getting-started/annotations.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/annotations.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="annotations">Annotations</h2>
 
 <p>The example code for this tutorial, annotations, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/coding-actions.html
==============================================================================
--- websites/production/struts/content/getting-started/coding-actions.html (original)
+++ websites/production/struts/content/getting-started/coding-actions.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/coding-actions.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="coding-actions">Coding actions</h2>
 
 <p>This tutorial assumes you’ve completed the <a href="using-tags.html">Using Struts 2 Tags</a> tutorial and have a working using-tags project. The example code for this tutorial, coding-actions, is available for checkout from the Struts 2 GitHub repository: <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/control-tags.html
==============================================================================
--- websites/production/struts/content/getting-started/control-tags.html (original)
+++ websites/production/struts/content/getting-started/control-tags.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/control-tags.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="control-tags">Control Tags</h2>
 
 <p>The example code for this tutorial, control_tags, is available at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/debugging-struts.html
==============================================================================
--- websites/production/struts/content/getting-started/debugging-struts.html (original)
+++ websites/production/struts/content/getting-started/debugging-struts.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/debugging-struts.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="debugging-struts">Debugging Struts</h2>
 
 <p>The example code for this tutorial, debugging_struts, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/exception-handling.html
==============================================================================
--- websites/production/struts/content/getting-started/exception-handling.html (original)
+++ websites/production/struts/content/getting-started/exception-handling.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/exception-handling.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="exception-handling">Exception Handling</h2>
 
 <p>The code for this tutorial, exception_handling, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/exclude-parameters.html
==============================================================================
--- websites/production/struts/content/getting-started/exclude-parameters.html (original)
+++ websites/production/struts/content/getting-started/exclude-parameters.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/exclude-parameters.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="exclude-parameters">Exclude Parameters</h2>
 
 <p>The example code for this tutorial, exclude_parameters, is available at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/form-tags.html
==============================================================================
--- websites/production/struts/content/getting-started/form-tags.html (original)
+++ websites/production/struts/content/getting-started/form-tags.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/form-tags.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="form-tags">Form Tags</h2>
 
 <p>The example code for this tutorial, form_tags, can be checked out from <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/form-validation-using-xml.html
==============================================================================
--- websites/production/struts/content/getting-started/form-validation-using-xml.html (original)
+++ websites/production/struts/content/getting-started/form-validation-using-xml.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/form-validation-using-xml.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="form-validation-using-xml">Form Validation Using XML</h2>
 
 <p>The example code for this tutorial, form_xml_validation, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/form-validation.html
==============================================================================
--- websites/production/struts/content/getting-started/form-validation.html (original)
+++ websites/production/struts/content/getting-started/form-validation.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/form-validation.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="form-validation">Form Validation</h2>
 
 <p>This tutorial assumes you’ve completed the <a href="processing-forms.html">Processing Forms</a> tutorial and have a working form_processing project. The example code for this tutorial, form_validation, is available for checkout from the Struts 2 GitHub repository: <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/hello-world-using-struts2.html
==============================================================================
--- websites/production/struts/content/getting-started/hello-world-using-struts2.html (original)
+++ websites/production/struts/content/getting-started/hello-world-using-struts2.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/hello-world-using-struts2.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="hello-world-using-struts-2">Hello World Using Struts 2</h2>
 
 <p>When you click on a hyperlink or submit an HTML form in a Struts 2 web application, the input is not sent to another server page, but to a Java class that you provide. These classes are called Actions. After the Action fires, a Result selects a resource to render the response. The resource is generally a server page, but it can also be a PDF file, an Excel spreadsheet, or a Java applet window.</p>

Modified: websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html
==============================================================================
--- websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html (original)
+++ websites/production/struts/content/getting-started/how-to-create-a-struts2-web-application.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/how-to-create-a-struts2-web-application.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="how-to-create-a-struts-2-web-application">How To Create A Struts 2 Web Application</h2>
 
 <p>This tutorial walks through installing the framework and creating a simple application.</p>

Modified: websites/production/struts/content/getting-started/http-session.html
==============================================================================
--- websites/production/struts/content/getting-started/http-session.html (original)
+++ websites/production/struts/content/getting-started/http-session.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/http-session.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="http-session">HTTP Session</h2>
 
 <p>The example code for this tutorial, http_session, is available at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/introducing-interceptors.html
==============================================================================
--- websites/production/struts/content/getting-started/introducing-interceptors.html (original)
+++ websites/production/struts/content/getting-started/introducing-interceptors.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/introducing-interceptors.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="introducing-interceptors">Introducing Interceptors</h2>
 
 <p>The example code for this tutorial, interceptors, is available at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/message-resource-files.html
==============================================================================
--- websites/production/struts/content/getting-started/message-resource-files.html (original)
+++ websites/production/struts/content/getting-started/message-resource-files.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/message-resource-files.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="message-resource-files">Message Resource Files</h2>
 
 <p>This tutorial assumes you’ve completed the <a href="form-validation.html">Form Validation</a> tutorial and have a working form_validation project. The example code for this tutorial, message_resource, is available for checkout from the</p>

Modified: websites/production/struts/content/getting-started/preperable-interface.html
==============================================================================
--- websites/production/struts/content/getting-started/preperable-interface.html (original)
+++ websites/production/struts/content/getting-started/preperable-interface.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/preperable-interface.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="preparable-interface">Preparable Interface</h2>
 
 <p>The example code for this tutorial, preparable_interface, is available at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/processing-forms.html
==============================================================================
--- websites/production/struts/content/getting-started/processing-forms.html (original)
+++ websites/production/struts/content/getting-started/processing-forms.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/processing-forms.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="processing-forms">Processing Forms</h2>
 
 <p>This tutorial assumes you’ve completed the <a href="coding-actions.html">Coding Struts 2 Actons</a> tutorial and have a working coding-actions project. The example code for this tutorial, form-processing, is available for checkout from the Struts 2 GitHub subversion repository: <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>.</p>

Modified: websites/production/struts/content/getting-started/spring.html
==============================================================================
--- websites/production/struts/content/getting-started/spring.html (original)
+++ websites/production/struts/content/getting-started/spring.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/spring.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="spring-and-struts-2">Spring and Struts 2</h2>
 
 <p>The example code for this tutorial, spring_struts, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/themes.html
==============================================================================
--- websites/production/struts/content/getting-started/themes.html (original)
+++ websites/production/struts/content/getting-started/themes.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/themes.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="themes">Themes</h2>
 
 <p>The example code for this tutorial, themes, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/unit-testing.html
==============================================================================
--- websites/production/struts/content/getting-started/unit-testing.html (original)
+++ websites/production/struts/content/getting-started/unit-testing.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/unit-testing.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="unit-testing">Unit Testing</h2>
 
 <p>The example code for this tutorial, unit_testing, is available at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>

Modified: websites/production/struts/content/getting-started/using-tags.html
==============================================================================
--- websites/production/struts/content/getting-started/using-tags.html (original)
+++ websites/production/struts/content/getting-started/using-tags.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/using-tags.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="using-tags">Using Tags</h2>
 
 <p>This tutorial assumes you’ve completed the <a href="hello-world-using-struts2.html">Hello World</a> tutorial and have a working helloworld project. The example code for this tutorial, using_tags, is available for checkout from the Struts 2 GitHub repository at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a>. The example projects use Maven to manage the artifact dependencies and to build the .war files.</p>

Modified: websites/production/struts/content/getting-started/wildcard-method-selection.html
==============================================================================
--- websites/production/struts/content/getting-started/wildcard-method-selection.html (original)
+++ websites/production/struts/content/getting-started/wildcard-method-selection.html Mon Jun 12 19:00:58 2017
@@ -123,6 +123,7 @@
 <article class="container">
   <section class="col-md-12">
     <a href="index.html" title="back to Getting Started"><< back to Getting Started</a>
+    <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/getting-started/wildcard-method-selection.md" title="Edit this page on GitHub">Edit on GitHub</a>
     <h2 id="wildcard-method-selection">Wildcard Method Selection</h2>
 
 <p>The example code for this tutorial, wildcard_method_selection, is available for checkout at <a href="https://github.com/apache/struts-examples">https://github.com/apache/struts-examples</a></p>