You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2017/03/25 01:47:37 UTC

polygene-website git commit: Added a redirect for /content/ as the http://zest.apache.org redirects to http://polygene.apache.org/content/

Repository: polygene-website
Updated Branches:
  refs/heads/asf-site a3de6d0a3 -> 564e3aa81


Added a redirect for /content/ as the http://zest.apache.org  redirects to http://polygene.apache.org/content/


Project: http://git-wip-us.apache.org/repos/asf/polygene-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-website/commit/564e3aa8
Tree: http://git-wip-us.apache.org/repos/asf/polygene-website/tree/564e3aa8
Diff: http://git-wip-us.apache.org/repos/asf/polygene-website/diff/564e3aa8

Branch: refs/heads/asf-site
Commit: 564e3aa81d9c10dd98980591f91bfa052ab5ba0e
Parents: a3de6d0
Author: niclas <ni...@spicter.com>
Authored: Sat Mar 25 09:46:58 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Sat Mar 25 09:46:58 2017 +0800

----------------------------------------------------------------------
 .gitignore                           |  2 +-
 README.md                            |  4 +-
 content/.htaccess                    |  1 +
 content/2011/02/21/gradle.html       |  8 ++--
 content/2013/04/15/qi4j-2.0-rc2.html |  4 +-
 content/asf_proposal.html            | 22 ++++-----
 content/atom.xml                     | 80 +++++++++++++++----------------
 content/sitemap.txt                  |  4 +-
 src/htaccess                         |  1 +
 9 files changed, 64 insertions(+), 62 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9f11b75..1c2d52b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.idea/
+.idea/*

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5f948b8..75122ae 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ First, install jekyll: `gem install jekyll`, then:
 
     cd $PATH_TO_THE_DIRECTORY_THIS_FILE_IS_IN
     jekyll build
-    svn add -q --force .
-    svn commit -m  "polygene: update website"
+    git add --force content src
+    git commit -a -m  "polygene: update website"
 
 
 ## Directory Structure

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/content/.htaccess
----------------------------------------------------------------------
diff --git a/content/.htaccess b/content/.htaccess
index 8da22c1..97a32c1 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,3 +1,4 @@
+Redirect 301 /content/ /
 Redirect 301 /1.0/ /java/1.0/
 Redirect 301 /1.2/ /java/1.2/
 Redirect 301 /1.3/ /java/1.3/

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/content/2011/02/21/gradle.html
----------------------------------------------------------------------
diff --git a/content/2011/02/21/gradle.html b/content/2011/02/21/gradle.html
index 6a96104..7d7c9a6 100644
--- a/content/2011/02/21/gradle.html
+++ b/content/2011/02/21/gradle.html
@@ -119,7 +119,7 @@ February 21, 2011
 
 <p>The absence of XML is refreshing. So instead of;</p>
 
-<pre><code>&lt;dependencies&gt;
+<div class="highlighter-rouge"><pre class="codehilite"><code>&lt;dependencies&gt;
   &lt;dependency&gt;
     &lt;groupId&gt;org.qi4j.core.runtime&lt;/groupId&gt;
     &lt;artifactId&gt;qi4j-core-api&lt;/artifactId&gt;
@@ -132,15 +132,15 @@ February 21, 2011
     &lt;scope&gt;test&lt;/scope&gt;
   &lt;/dependency&gt;
 &lt;/dependencies&gt;
-</code></pre>
+</code></pre></div>
 
 <p>The declaration of a dependency is done programmatically in Groovy code, so it can even be conditional and so forth, but the normal way is;</p>
 
-<pre><code>dependencies {
+<div class="highlighter-rouge"><pre class="codehilite"><code>dependencies {
     compile "org.qi4j.core:qi4j-core-api:1.2"
     testRuntime "org.qi4j.core:qi4j-core-runtime:1.2"
 }
-</code></pre>
+</code></pre></div>
 
 <p>And YES, there is a difference between testCompile and testRuntime. 1 line instead of Maven\u2019s 5-6 lines per dependency. And in true Ivy fashion, one can create one\u2019s own scopes, although I doubt we need that in the near future.</p>
 

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/content/2013/04/15/qi4j-2.0-rc2.html
----------------------------------------------------------------------
diff --git a/content/2013/04/15/qi4j-2.0-rc2.html b/content/2013/04/15/qi4j-2.0-rc2.html
index 5ef98cd..bc95b81 100644
--- a/content/2013/04/15/qi4j-2.0-rc2.html
+++ b/content/2013/04/15/qi4j-2.0-rc2.html
@@ -123,14 +123,14 @@ the long-awaited Qi4j 2.0.</p>
   <li>Enhanced various unit tests and Core TestSupport</li>
   <li>Documentation and javadoc enhancements</li>
   <li>Third party libraries version upgrade</li>
-  <li>Build System upgraded to use the way faster Gradle 1.5 </li>
+  <li>Build System upgraded to use the way faster Gradle 1.5</li>
 </ul>
 
 <p>The sooner we can vet this release, the sooner we can get to the 2.0 
 and start working on exciting new features, improvements to
 non-release libraries and extensions, among many other things. So, 
 please take some time and try this out, report back anything that is
-not working as expected or other feedback for us to improve on. </p>
+not working as expected or other feedback for us to improve on.</p>
 
 
     </div>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/content/asf_proposal.html
----------------------------------------------------------------------
diff --git a/content/asf_proposal.html b/content/asf_proposal.html
index 8c9d8d0..f28205e 100644
--- a/content/asf_proposal.html
+++ b/content/asf_proposal.html
@@ -110,8 +110,8 @@ Composite Oriented Programming allows developers to work with 'fragments', small
 
 <h1 id="abstract">Abstract</h1>
 
-<pre><code>qi4j = new Energy4Java();
-</code></pre>
+<div class="highlighter-rouge"><pre class="codehilite"><code>qi4j = new Energy4Java();
+</code></pre></div>
 
 <p>That is how to create the Qi4j runtime, and it captures the essence of its spirit.
 Qi4j is a platform to develop Composite Oriented Programming applications in Java in a new, exciting and productive manner.</p>
@@ -152,7 +152,7 @@ Additionally, Qi4j will remain as the Java implementation of the composite orien
 <p>Composite oriented programming is a term coined in the early days of Qi4j, to capture the notion of using another paradigm for creating applications, than the prevalent object oriented programming one.
 It comprises of the ability to write smaller parts of code than regular classes, and compose these so called fragments into a larger \u201cComposite\u201d. It is similar to aspect-oriented programming, but we take it one step further, there is no base class. The Composite consists of fragments, but no fragment has higher significance than any other fragment. However, there are explicit types of fragments, namely Composite Types, Constraints, Mixins, Concerns and Side-effects, to clearly communicate \u201cIntent\u201d. The macro level composition takes the form of Applications has Layers which contains Modules in which the Composite Types are declared.</p>
 
-<p>Qi4j also evangelizes strong typing, so the equivalent of Around-Advice in AOP, which is called Concerns, can be made type-safe or like AOP be generic (using <code>java.lang.reflect.InvocationHandler</code> interface). Composites can either be hard coded using annotations, or assembled dynamically during the bootstrap phase.</p>
+<p>Qi4j also evangelizes strong typing, so the equivalent of Around-Advice in AOP, which is called Concerns, can be made type-safe or like AOP be generic (using <code class="highlighter-rouge">java.lang.reflect.InvocationHandler</code> interface). Composites can either be hard coded using annotations, or assembled dynamically during the bootstrap phase.</p>
 
 <p>Qi4j is a whole new way to write Java applications, where focus lies on structures and interfaces, where classes are \u2018mere\u2019 implementation details.</p>
 
@@ -308,7 +308,7 @@ But Qi4j also defines Extension mechanisms, such as storage, indexing, serializa
 <h1 id="initial-source">Initial Source</h1>
 
 <p>As mentioned earlier, Qi4j started out at OPS4J community, and the codebase was initially on Subversion, then moved to OPS4J operated GIT repositories and finally we moved to GitHub. We tried to preserve history the best we could, with reasonable effort.
-So, <code>https://github.com/Qi4j</code> contains the repositories that are relevant for the Incubator. In practice, only the <code>qi4j-sdk</code> is current. We suggest that the <code>qi4j-core</code>, <code>qi4j-libraries</code> and <code>qi4j-extensions</code> are imported but made read-only. <code>qi4j-sandbox</code> is imported. <code>qi4j.github.com</code> contains the current website, but the sources for that resides primarily inside the <code>qi4j-sdk</code> repository.</p>
+So, <code class="highlighter-rouge">https://github.com/Qi4j</code> contains the repositories that are relevant for the Incubator. In practice, only the <code class="highlighter-rouge">qi4j-sdk</code> is current. We suggest that the <code class="highlighter-rouge">qi4j-core</code>, <code class="highlighter-rouge">qi4j-libraries</code> and <code class="highlighter-rouge">qi4j-extensions</code> are imported but made read-only. <code class="highlighter-rouge">qi4j-sandbox</code> is imported. <code class="highlighter-rouge">qi4j.github.com</code> contains the current website, but the sources for that resides primarily inside the <code class="highlighter-rouge">qi4j-sdk</code> repository.</p>
 
 <h1 id="source-and-intellectual-property-submission-plan">Source and Intellectual Property Submission Plan</h1>
 
@@ -337,28 +337,28 @@ Without an extensive check of all 100+ optional dependencies, Apache Shiro stand
 
 <h2 id="mailing-lists">Mailing lists</h2>
 
-<pre><code>private@zest.apache.org
+<div class="highlighter-rouge"><pre class="codehilite"><code>private@zest.apache.org
 dev@zest.apache.org
 commits@zest.apache.org
-</code></pre>
+</code></pre></div>
 
 <h2 id="git-repositories">Git Repositories</h2>
 
 <p>We understand that Apache operates its own Git repositories, as well as having a large number of read-only mirrors at GitHub under Apache organization.</p>
 
-<pre><code>https://git-wip-us.apache.org/repos/asf/qi4j.git
+<div class="highlighter-rouge"><pre class="codehilite"><code>https://git-wip-us.apache.org/repos/asf/qi4j.git
 https://git-wip-us.apache.org/repos/asf/qi4j-legacy-core.git
 https://git-wip-us.apache.org/repos/asf/qi4j-legacy-libraries.git
 https://git-wip-us.apache.org/repos/asf/qi4j-legacy-extensions.git
 https://git-wip-us.apache.org/repos/asf/qi4j-sandbox.git
-</code></pre>
+</code></pre></div>
 
 <h2 id="issue-tracking">Issue Tracking</h2>
 
-<p>We also have Jira issues we wish to import from Atlassian operated <code>https://ops4j1.jira.com/browse/QI</code>, if possible, to </p>
+<p>We also have Jira issues we wish to import from Atlassian operated <code class="highlighter-rouge">https://ops4j1.jira.com/browse/QI</code>, if possible, to</p>
 
-<pre><code>https://issues.apache.org/jira/browse/ZEST
-</code></pre>
+<div class="highlighter-rouge"><pre class="codehilite"><code>https://issues.apache.org/jira/browse/ZEST
+</code></pre></div>
 
 <h1 id="initial-pmc">Initial PMC</h1>
 

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index e3b23af..45032c4 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -4,7 +4,7 @@
  <title></title>
  <link href="https://polygene.apache.org/atom.xml" rel="self"/>
  <link href="https://polygene.apache.org"/>
- <updated>2017-02-26T20:07:05+01:00</updated>
+ <updated>2017-03-25T09:41:44+08:00</updated>
  <id>https://polygene.apache.org</id>
  <author>
    <name></name>
@@ -15,7 +15,7 @@
  <entry>
    <title>Apache� Zest\u2122 Renamed to Apache� Polygene\u2122</title>
    <link href="https://polygene.apache.org/2017/01/07/rename-to-apache-polygene.html"/>
-   <updated>2017-01-07T00:00:00+01:00</updated>
+   <updated>2017-01-07T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2017/01/07/rename-to-apache-polygene.html</id>
    <content type="html">&lt;h2 id=&quot;apache-zest-renamed-to-apache-polygene&quot;&gt;Apache� Zest\u2122 Renamed to Apache� Polygene\u2122&lt;/h2&gt;
 
@@ -38,7 +38,7 @@ and not a new language on top of the JVM.&lt;/p&gt;
  <entry>
    <title>Apache Zest\u2122 (Java Edition) Release 2.1</title>
    <link href="https://polygene.apache.org/2015/07/31/apache-zest-java-2.1.html"/>
-   <updated>2015-07-31T00:00:00+02:00</updated>
+   <updated>2015-07-31T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2015/07/31/apache-zest-java-2.1.html</id>
    <content type="html">&lt;h2 id=&quot;apache-zest-java-edition-release-21&quot;&gt;Apache Zest\u2122 (Java Edition) Release 2.1&lt;/h2&gt;
 
@@ -123,7 +123,7 @@ Please note that this will change in 3.0.&lt;/p&gt;
  <entry>
    <title>Qi4j SDK Release 2.0</title>
    <link href="https://polygene.apache.org/2013/04/28/qi4j-2.0.html"/>
-   <updated>2013-04-28T00:00:00+02:00</updated>
+   <updated>2013-04-28T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2013/04/28/qi4j-2.0.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-release-20&quot;&gt;Qi4j SDK Release 2.0&lt;/h2&gt;
 
@@ -208,7 +208,7 @@ liberal Apache License 2.0.&lt;/p&gt;
  <entry>
    <title>Qi4j SDK Release 2.0-RC2</title>
    <link href="https://polygene.apache.org/2013/04/15/qi4j-2.0-rc2.html"/>
-   <updated>2013-04-15T00:00:00+02:00</updated>
+   <updated>2013-04-15T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2013/04/15/qi4j-2.0-rc2.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-release-20-rc2&quot;&gt;Qi4j SDK Release 2.0-RC2&lt;/h2&gt;
 
@@ -226,14 +226,14 @@ the long-awaited Qi4j 2.0.&lt;/p&gt;
   &lt;li&gt;Enhanced various unit tests and Core TestSupport&lt;/li&gt;
   &lt;li&gt;Documentation and javadoc enhancements&lt;/li&gt;
   &lt;li&gt;Third party libraries version upgrade&lt;/li&gt;
-  &lt;li&gt;Build System upgraded to use the way faster Gradle 1.5 &lt;/li&gt;
+  &lt;li&gt;Build System upgraded to use the way faster Gradle 1.5&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;The sooner we can vet this release, the sooner we can get to the 2.0 
 and start working on exciting new features, improvements to
 non-release libraries and extensions, among many other things. So, 
 please take some time and try this out, report back anything that is
-not working as expected or other feedback for us to improve on. &lt;/p&gt;
+not working as expected or other feedback for us to improve on.&lt;/p&gt;
 
 </content>
  </entry>
@@ -241,7 +241,7 @@ not working as expected or other feedback for us to improve on. &lt;/p&gt;
  <entry>
    <title>Qi4j SDK Release 2.0-RC1</title>
    <link href="https://polygene.apache.org/2012/12/25/qi4j-2.0-rc1.html"/>
-   <updated>2012-12-25T00:00:00+01:00</updated>
+   <updated>2012-12-25T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2012/12/25/qi4j-2.0-rc1.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-release-20-rc1&quot;&gt;Qi4j SDK Release 2.0-RC1&lt;/h2&gt;
 
@@ -288,7 +288,7 @@ creating the new website.&lt;/p&gt;
  <entry>
    <title>New Qi4j website!</title>
    <link href="https://polygene.apache.org/2012/05/25/new-website.html"/>
-   <updated>2012-05-25T00:00:00+02:00</updated>
+   <updated>2012-05-25T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2012/05/25/new-website.html</id>
    <content type="html">&lt;h2 id=&quot;new-qi4j-website&quot;&gt;New Qi4j website!&lt;/h2&gt;
 
@@ -317,7 +317,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j's Future</title>
    <link href="https://polygene.apache.org/2012/05/02/qi4j-future.html"/>
-   <updated>2012-05-02T00:00:00+02:00</updated>
+   <updated>2012-05-02T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2012/05/02/qi4j-future.html</id>
    <content type="html">&lt;h2 id=&quot;qi4js-future&quot;&gt;Qi4j\u2019s Future&lt;/h2&gt;
 
@@ -340,7 +340,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ JFocus 2012 - ReST</title>
    <link href="https://polygene.apache.org/2012/02/15/jfocus.html"/>
-   <updated>2012-02-15T00:00:00+01:00</updated>
+   <updated>2012-02-15T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2012/02/15/jfocus.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--jfokus-2012---rest&quot;&gt;Qi4j @ JFokus 2012 - ReST&lt;/h2&gt;
 
@@ -358,7 +358,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j SDK Release 1.4</title>
    <link href="https://polygene.apache.org/2011/08/06/qi4j-sdk-1.4.html"/>
-   <updated>2011-08-06T00:00:00+02:00</updated>
+   <updated>2011-08-06T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2011/08/06/qi4j-sdk-1.4.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-release-14&quot;&gt;Qi4j SDK Release 1.4&lt;/h2&gt;
 
@@ -383,7 +383,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j SDK Release 1.3</title>
    <link href="https://polygene.apache.org/2011/04/15/qi4j-sdk-1.3.html"/>
-   <updated>2011-04-15T00:00:00+02:00</updated>
+   <updated>2011-04-15T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2011/04/15/qi4j-sdk-1.3.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-release-13&quot;&gt;Qi4j SDK Release 1.3&lt;/h2&gt;
 
@@ -502,7 +502,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j moves to Gradle</title>
    <link href="https://polygene.apache.org/2011/02/21/gradle.html"/>
-   <updated>2011-02-21T00:00:00+01:00</updated>
+   <updated>2011-02-21T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2011/02/21/gradle.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-moves-to-gradle&quot;&gt;Qi4j moves to Gradle&lt;/h2&gt;
 
@@ -516,7 +516,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
 
 &lt;p&gt;The absence of XML is refreshing. So instead of;&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;&amp;lt;dependencies&amp;gt;
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;codehilite&quot;&gt;&lt;code&gt;&amp;lt;dependencies&amp;gt;
   &amp;lt;dependency&amp;gt;
     &amp;lt;groupId&amp;gt;org.qi4j.core.runtime&amp;lt;/groupId&amp;gt;
     &amp;lt;artifactId&amp;gt;qi4j-core-api&amp;lt;/artifactId&amp;gt;
@@ -529,15 +529,15 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
     &amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;
   &amp;lt;/dependency&amp;gt;
 &amp;lt;/dependencies&amp;gt;
-&lt;/code&gt;&lt;/pre&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 
 &lt;p&gt;The declaration of a dependency is done programmatically in Groovy code, so it can even be conditional and so forth, but the normal way is;&lt;/p&gt;
 
-&lt;pre&gt;&lt;code&gt;dependencies {
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;codehilite&quot;&gt;&lt;code&gt;dependencies {
     compile &quot;org.qi4j.core:qi4j-core-api:1.2&quot;
     testRuntime &quot;org.qi4j.core:qi4j-core-runtime:1.2&quot;
 }
-&lt;/code&gt;&lt;/pre&gt;
+&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 
 &lt;p&gt;And YES, there is a difference between testCompile and testRuntime. 1 line instead of Maven\u2019s 5-6 lines per dependency. And in true Ivy fashion, one can create one\u2019s own scopes, although I doubt we need that in the near future.&lt;/p&gt;
 
@@ -555,7 +555,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j SDK 1.2 Released</title>
    <link href="https://polygene.apache.org/2010/10/23/qi4j-sdk-1.2.html"/>
-   <updated>2010-10-23T00:00:00+02:00</updated>
+   <updated>2010-10-23T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/10/23/qi4j-sdk-1.2.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-12-released&quot;&gt;Qi4j SDK 1.2 Released&lt;/h2&gt;
 
@@ -617,7 +617,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ JavaZone 2010 - ReST/DCI</title>
    <link href="https://polygene.apache.org/2010/09/18/javazone.html"/>
-   <updated>2010-09-18T00:00:00+02:00</updated>
+   <updated>2010-09-18T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/09/18/javazone.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--javazone-2010---restdci&quot;&gt;Qi4j @ JavaZone 2010 - ReST/DCI&lt;/h2&gt;
 
@@ -632,7 +632,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ Apache Roadshow Shanghai</title>
    <link href="https://polygene.apache.org/2010/08/30/apache-roadshow-shanghai.html"/>
-   <updated>2010-08-30T00:00:00+02:00</updated>
+   <updated>2010-08-30T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/08/30/apache-roadshow-shanghai.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--apache-roadshow-shanghai&quot;&gt;Qi4j @ Apache Roadshow Shanghai&lt;/h2&gt;
 
@@ -643,7 +643,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j SDK 1.1 is out!</title>
    <link href="https://polygene.apache.org/2010/06/17/qi4j-1.1.html"/>
-   <updated>2010-06-17T00:00:00+02:00</updated>
+   <updated>2010-06-17T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/06/17/qi4j-1.1.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-11-is-out&quot;&gt;Qi4j SDK 1.1 is out!&lt;/h2&gt;
 
@@ -671,7 +671,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j SDK 1.0 has been released!</title>
    <link href="https://polygene.apache.org/2010/01/28/qi4j-1.0.html"/>
-   <updated>2010-01-28T00:00:00+01:00</updated>
+   <updated>2010-01-28T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/01/28/qi4j-1.0.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-sdk-10-has-been-released&quot;&gt;Qi4j SDK 1.0 has been released!&lt;/h2&gt;
 
@@ -686,7 +686,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Quicker Frameworks</title>
    <link href="https://polygene.apache.org/2010/01/25/quicker-frameworks.html"/>
-   <updated>2010-01-25T00:00:00+01:00</updated>
+   <updated>2010-01-25T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/01/25/quicker-frameworks.html</id>
    <content type="html">&lt;h2 id=&quot;quicker-frameworks&quot;&gt;Quicker Frameworks&lt;/h2&gt;
 
@@ -699,7 +699,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ 0redev 2010 - DCI</title>
    <link href="https://polygene.apache.org/2010/01/25/oredev.html"/>
-   <updated>2010-01-25T00:00:00+01:00</updated>
+   <updated>2010-01-25T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2010/01/25/oredev.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--redev-2010---dci&quot;&gt;Qi4j @ �redev 2010 - DCI&lt;/h2&gt;
 
@@ -712,7 +712,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ JavaZone 2009 - Persistence</title>
    <link href="https://polygene.apache.org/2009/09/03/javazone.html"/>
-   <updated>2009-09-03T00:00:00+02:00</updated>
+   <updated>2009-09-03T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/09/03/javazone.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--javazone-2009---persistence&quot;&gt;Qi4j @ JavaZone 2009 - Persistence&lt;/h2&gt;
 
@@ -731,7 +731,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ JFocus 2009 - COP / DDD</title>
    <link href="https://polygene.apache.org/2009/05/10/jfocus.html"/>
-   <updated>2009-05-10T00:00:00+02:00</updated>
+   <updated>2009-05-10T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/05/10/jfocus.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--jfocus-2009---cop--ddd&quot;&gt;Qi4j @ JFocus 2009 - COP / DDD&lt;/h2&gt;
 
@@ -744,7 +744,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.7 Released</title>
    <link href="https://polygene.apache.org/2009/04/20/qi4j-0.7.html"/>
-   <updated>2009-04-20T00:00:00+02:00</updated>
+   <updated>2009-04-20T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/04/20/qi4j-0.7.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-07-released&quot;&gt;Qi4j 0.7 Released&lt;/h2&gt;
 
@@ -755,7 +755,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.6 Released</title>
    <link href="https://polygene.apache.org/2009/02/20/qi4j-0.6.html"/>
-   <updated>2009-02-20T00:00:00+01:00</updated>
+   <updated>2009-02-20T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/02/20/qi4j-0.6.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-06-released&quot;&gt;Qi4j 0.6 Released&lt;/h2&gt;
 
@@ -768,7 +768,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>DDD support in Qi4j explained</title>
    <link href="https://polygene.apache.org/2009/02/19/ddd-in-qi4j-explained.html"/>
-   <updated>2009-02-19T00:00:00+01:00</updated>
+   <updated>2009-02-19T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/02/19/ddd-in-qi4j-explained.html</id>
    <content type="html">&lt;h2 id=&quot;ddd-support-in-qi4j-explained&quot;&gt;DDD support in Qi4j explained&lt;/h2&gt;
 
@@ -779,7 +779,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ Arskonference 2009</title>
    <link href="https://polygene.apache.org/2009/01/10/arskonference.html"/>
-   <updated>2009-01-10T00:00:00+01:00</updated>
+   <updated>2009-01-10T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/01/10/arskonference.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--rskonference-2009&quot;&gt;Qi4j @ �rskonference 2009&lt;/h2&gt;
 
@@ -797,7 +797,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.5 Released</title>
    <link href="https://polygene.apache.org/2009/01/09/qi4j-0.5.html"/>
-   <updated>2009-01-09T00:00:00+01:00</updated>
+   <updated>2009-01-09T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2009/01/09/qi4j-0.5.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-05-released&quot;&gt;Qi4j 0.5 Released&lt;/h2&gt;
 
@@ -808,7 +808,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ 0redev 2008 - Qi4j</title>
    <link href="https://polygene.apache.org/2008/11/17/oredev-qi4j.html"/>
-   <updated>2008-11-17T00:00:00+01:00</updated>
+   <updated>2008-11-17T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/11/17/oredev-qi4j.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--0redev-2008---qi4j&quot;&gt;Qi4j @ 0redev 2008 - Qi4j&lt;/h2&gt;
 
@@ -823,7 +823,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.4 Released</title>
    <link href="https://polygene.apache.org/2008/09/19/qi4j-0.4.html"/>
-   <updated>2008-09-19T00:00:00+02:00</updated>
+   <updated>2008-09-19T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/09/19/qi4j-0.4.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-04-released&quot;&gt;Qi4j 0.4 Released&lt;/h2&gt;
 
@@ -834,7 +834,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ JavaZone 2008 - Composite Oriented Programming with Qi4j</title>
    <link href="https://polygene.apache.org/2008/09/15/javazone-cop.html"/>
-   <updated>2008-09-15T00:00:00+02:00</updated>
+   <updated>2008-09-15T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/09/15/javazone-cop.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--javazone-2008---composite-oriented-programming-with-qi4j&quot;&gt;Qi4j @ JavaZone 2008 - Composite Oriented Programming with Qi4j&lt;/h2&gt;
 
@@ -847,7 +847,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.3 Released</title>
    <link href="https://polygene.apache.org/2008/08/08/qi4j-0.3.html"/>
-   <updated>2008-08-08T00:00:00+02:00</updated>
+   <updated>2008-08-08T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/08/08/qi4j-0.3.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-03-released&quot;&gt;Qi4j 0.3 Released&lt;/h2&gt;
 
@@ -870,7 +870,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.2 Released</title>
    <link href="https://polygene.apache.org/2008/06/06/qi4j-0.2.html"/>
-   <updated>2008-06-06T00:00:00+02:00</updated>
+   <updated>2008-06-06T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/06/06/qi4j-0.2.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-02-released&quot;&gt;Qi4j 0.2 Released&lt;/h2&gt;
 
@@ -881,7 +881,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j 0.1 Released</title>
    <link href="https://polygene.apache.org/2008/04/14/qi4j-0.1.html"/>
-   <updated>2008-04-14T00:00:00+02:00</updated>
+   <updated>2008-04-14T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/04/14/qi4j-0.1.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-01-released&quot;&gt;Qi4j 0.1 Released&lt;/h2&gt;
 
@@ -892,7 +892,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @ JFocus 2008 - Composite Oriented Programming</title>
    <link href="https://polygene.apache.org/2008/01/30/jfocus-cop.html"/>
-   <updated>2008-01-30T00:00:00+01:00</updated>
+   <updated>2008-01-30T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2008/01/30/jfocus-cop.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j--jfocus-2008---composite-oriented-programming&quot;&gt;Qi4j @ JFocus 2008 - Composite Oriented Programming&lt;/h2&gt;
 
@@ -905,7 +905,7 @@ Any feedback is welcome, either on GitHub or qi4j-dev forum at Google Groups.&lt
  <entry>
    <title>Qi4j @�redev 2007 - Composite Oriented Programming</title>
    <link href="https://polygene.apache.org/2007/11/13/oredev-cop.html"/>
-   <updated>2007-11-13T00:00:00+01:00</updated>
+   <updated>2007-11-13T00:00:00+08:00</updated>
    <id>https://polygene.apache.org/2007/11/13/oredev-cop.html</id>
    <content type="html">&lt;h2 id=&quot;qi4j-redev-2007---composite-oriented-programming&quot;&gt;Qi4j @�redev 2007 - Composite Oriented Programming&lt;/h2&gt;
 

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/content/sitemap.txt
----------------------------------------------------------------------
diff --git a/content/sitemap.txt b/content/sitemap.txt
index 4b507ba..786071f 100644
--- a/content/sitemap.txt
+++ b/content/sitemap.txt
@@ -7,8 +7,8 @@ https://polygene.apache.org/download-qi4j-legacy.html
 https://polygene.apache.org/download.html
 https://polygene.apache.org/community/get_help.html
 https://polygene.apache.org/.htaccess
-https://polygene.apache.org/index.html
-https://polygene.apache.org/community/index.html
+https://polygene.apache.org/community/
+https://polygene.apache.org/
 https://polygene.apache.org/community/licensing_faq.html
 https://polygene.apache.org/community/maturity.html
 https://polygene.apache.org/news.html

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/564e3aa8/src/htaccess
----------------------------------------------------------------------
diff --git a/src/htaccess b/src/htaccess
index f047c8c..e6fc86d 100644
--- a/src/htaccess
+++ b/src/htaccess
@@ -2,6 +2,7 @@
 layout: none
 permalink: .htaccess
 ---
+Redirect 301 /content/ /
 Redirect 301 /1.0/ /java/1.0/
 Redirect 301 /1.2/ /java/1.2/
 Redirect 301 /1.3/ /java/1.3/