You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2020/04/13 08:03:13 UTC

[struts-site] 04/04: Refer to update website documentation in README

This is an automated email from the ASF dual-hosted git repository.

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

commit 215bacb8d7eae334560863e75acbacbab8b9521f
Author: Rene Gielen <rg...@apache.org>
AuthorDate: Mon Apr 13 09:56:34 2020 +0200

    Refer to update website documentation in README
---
 .project                                   | 17 +++++++++++++++++
 .settings/org.eclipse.core.resources.prefs |  2 ++
 .settings/org.eclipse.m2e.core.prefs       |  4 ++++
 README.md                                  |  4 +++-
 4 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/.project b/.project
new file mode 100644
index 0000000..7487c85
--- /dev/null
+++ b/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>struts2-site</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+	</natures>
+</projectDescription>
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..99f26c0
--- /dev/null
+++ b/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..f897a7f
--- /dev/null
+++ b/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/README.md b/README.md
index c57179e..70cf0da 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
+# Apache Struts Website
+
 This project is used to update the main Apache Struts website http://struts.apache.org/  
-Changes are [automatically](https://builds.apache.org/view/S-Z/view/Struts/job/Struts-site/) pushed online. 
+See the [update website documentation](source/updating-website.md) on how to push changes online. 
 However as ASF is using aggressive caching, for a while one still may need to forcely reload the page (<kbd>CMD+R</kbd> or <kbd>Shift+F5</kbd>) after changes.
 
 Site is generated by Jekyll and uses pure html either markdown format.