[struts-site] branch asf-site updated: Updates production by Jenkins

2018-01-07 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 95e01f8  Updates production by Jenkins
95e01f8 is described below

commit 95e01f803b2ac2033e219225f35faa45c748ab3b
Author: jenkins 
AuthorDate: Sun Jan 7 13:15:49 2018 +

Updates production by Jenkins
---
 content/getting-started/using-tags.html | 2 +-
 content/primer.html | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/getting-started/using-tags.html 
b/content/getting-started/using-tags.html
index ce61ce2..96ede6b 100644
--- a/content/getting-started/using-tags.html
+++ b/content/getting-started/using-tags.html
@@ -151,7 +151,7 @@ HTML tag while providing added value. Other tags create 
non-standard, but useful
 
 To use the Struts 2 tags on the view page, you must include a tag library 
directive. Typically, the taglib directive 
 is <%@ taglib prefix="s" uri="/struts-tags" 
%\>. So the prefix for all the Struts 2 tags will be s. 
-If you want to actually read the Struts 2 tag TLD file, you’ll find it in the 
`META-INF folder of the Struts 2 core jar.
+If you want to actually read the Struts 2 tag TLD file, you’ll find it in the 
META-INF folder of the Struts 2 core 
jar.
 
 Struts 2 url Tag
 
diff --git a/content/primer.html b/content/primer.html
index 2d6cd7e..7b17d91 100644
--- a/content/primer.html
+++ b/content/primer.html
@@ -224,8 +224,8 @@ transport more the HTML, HTML from the browser to render 
the view.
 The HTTP Request/Response cycle
 
 A very important part of HTTP for the web developer is the request/response 
cycle. To use HTTP
-you have to make a request. A HTTP server, like a web server, is then obliged 
to respond. When you
-build your web application, you design it to react to a HTTP request by 
returning a HTTP response.
+you have to make a request. An HTTP server, like a web server, is then obliged 
to respond. When you
+build your web application, you design it to react to an HTTP request by 
returning an HTTP response.
 Frameworks often abstract much of these nuts and bolts, but it is important to 
understand
 what is happening behind the scenes.
 
@@ -283,7 +283,7 @@ is a plain old Java object which is instanced for each 
request.
 
 JavaScript, AJAX, and SOAP
 
-WIth HTTP and HTML you can already provide static web pages. Today this is 
much
+With HTTP and HTML you can already provide static web pages. Today this is 
much
 often not longer enough and your application users might expect a interactive 
user interface.
 Web developers often resort to http://en.wikipedia.org/wiki/JavaScript";>JavaScript
 to make web applications more interesting.

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts-site] branch master updated (1da21d1 -> 868f4ab)

2018-01-07 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from 1da21d1  Merge pull request #92 from fanofxiaofeng/patch-14
 add 0cb2b53  fix some trivial typo
 new 868f4ab  Merge pull request #93 from fanofxiaofeng/patch-16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/primer.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts-site] 01/01: Merge pull request #93 from fanofxiaofeng/patch-16

2018-01-07 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 868f4abcc8cdc9c4aeecd965a68315f4381fdc73
Merge: 1da21d1 0cb2b53
Author: Lukasz Lenart 
AuthorDate: Sun Jan 7 14:10:53 2018 +0100

Merge pull request #93 from fanofxiaofeng/patch-16

fix some trivial typo

 source/primer.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" .


[struts-site] 01/01: Merge pull request #92 from fanofxiaofeng/patch-14

2018-01-07 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 1da21d153549671e013eaab6b58f948509019da7
Merge: 217037e 3862671
Author: Lukasz Lenart 
AuthorDate: Sun Jan 7 14:08:30 2018 +0100

Merge pull request #92 from fanofxiaofeng/patch-14

the code tag is not closed

 source/getting-started/using-tags.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" .


[struts-site] branch master updated (217037e -> 1da21d1)

2018-01-07 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from 217037e  Merge pull request #91 from fanofxiaofeng/patch-13
 add 3862671  the code tag is not closed
 new 1da21d1  Merge pull request #92 from fanofxiaofeng/patch-14

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/getting-started/using-tags.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].