Repository: james-site Updated Branches: refs/heads/asf-site e5fe92b23 -> 8c215c9cd
JAMES-2030 Adding post for James 3.0 RC1 Project: http://git-wip-us.apache.org/repos/asf/james-site/repo Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/8c215c9c Tree: http://git-wip-us.apache.org/repos/asf/james-site/tree/8c215c9c Diff: http://git-wip-us.apache.org/repos/asf/james-site/diff/8c215c9c Branch: refs/heads/asf-site Commit: 8c215c9cdf2531544e5b8b975197a41cdb3e7c8b Parents: e5fe92b Author: benwa <[email protected]> Authored: Wed May 17 15:35:36 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 17 15:35:36 2017 +0700 ---------------------------------------------------------------------- content/feed.xml | 38 +++--- content/index.html | 4 +- .../update/2017/05/16/james-3.0.0-rc1.html | 124 +++++++++++++++++++ content/posts.html | 9 ++ 4 files changed, 155 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-site/blob/8c215c9c/content/feed.xml ---------------------------------------------------------------------- diff --git a/content/feed.xml b/content/feed.xml index af40ea9..0187f99 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -24,11 +24,29 @@ </description> <link>http://localhost:4000/</link> <atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Tue, 16 May 2017 14:54:52 +0700</pubDate> - <lastBuildDate>Tue, 16 May 2017 14:54:52 +0700</lastBuildDate> + <pubDate>Wed, 17 May 2017 15:34:33 +0700</pubDate> + <lastBuildDate>Wed, 17 May 2017 15:34:33 +0700</lastBuildDate> <generator>Jekyll v3.4.3</generator> <item> + <title>Apache James Server 3.0-RC1</title> + <description><p>James server 3.0.0-RC1 has been released.</p> + +<p>Early adopters can <a href="http://james.apache.org/download.cgi#Apache_James_Server">download it</a>, any issue can be reported on our issue <a href="https://issues.apache.org/jira/browse/JAMES">tracker</a>.</p> + +</description> + <pubDate>Tue, 16 May 2017 14:14:00 +0700</pubDate> + <link>http://localhost:4000/james/update/2017/05/16/james-3.0.0-rc1.html</link> + <guid isPermaLink="true">http://localhost:4000/james/update/2017/05/16/james-3.0.0-rc1.html</guid> + + + <category>james</category> + + <category>update</category> + + </item> + + <item> <title>Apache James Server 3.0-beta5</title> <description><p>James server 3.0.0-beta5 has been released.</p> @@ -212,21 +230,5 @@ binded search backend.</p> </item> - <item> - <title>Apache James Server 2.3.2.1 released</title> - <description><p>Guice injection is now available in a new <a href="https://github.com/apache/james-project/tree/trunk/server/container/cassandra-guice/">Java project</a>. Feel free to try it!</p> - -</description> - <pubDate>Thu, 08 Oct 2015 21:13:22 +0700</pubDate> - <link>http://localhost:4000/james/update/2015/10/08/james-2.3.1.html</link> - <guid isPermaLink="true">http://localhost:4000/james/update/2015/10/08/james-2.3.1.html</guid> - - - <category>james</category> - - <category>update</category> - - </item> - </channel> </rss> http://git-wip-us.apache.org/repos/asf/james-site/blob/8c215c9c/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index ad20bba..572952d 100644 --- a/content/index.html +++ b/content/index.html @@ -149,7 +149,7 @@ WHAT WILL YOU TRY:</b><br> <li class="post-template"> <span class="icon fa-file-text-o"></span> <span class="details"> - <a href="/james/update/2016/11/19/james-3.0.html" alt="Apache James Server 3.0-beta5"><b>Apache James Server 3.0-beta5 - November 19, 2016</b><br><small><p>James server 3.0.0-beta5 has been released.</p> + <a href="/james/update/2017/05/16/james-3.0.0-rc1.html" alt="Apache James Server 3.0-RC1"><b>Apache James Server 3.0-RC1 - May 16, 2017</b><br><small><p>James server 3.0.0-RC1 has been released.</p> </small></a> </span> @@ -158,7 +158,7 @@ WHAT WILL YOU TRY:</b><br> <li class="post-template"> <span class="icon fa-file-text-o"></span> <span class="details"> - <a href="/james/update/2016/10/19/james-3.0.html" alt="New logo"><b>New logo - October 19, 2016</b><br><small><p>We choosed a new logo!</p> + <a href="/james/update/2016/11/19/james-3.0.html" alt="Apache James Server 3.0-beta5"><b>Apache James Server 3.0-beta5 - November 19, 2016</b><br><small><p>James server 3.0.0-beta5 has been released.</p> </small></a> </span> http://git-wip-us.apache.org/repos/asf/james-site/blob/8c215c9c/content/james/update/2017/05/16/james-3.0.0-rc1.html ---------------------------------------------------------------------- diff --git a/content/james/update/2017/05/16/james-3.0.0-rc1.html b/content/james/update/2017/05/16/james-3.0.0-rc1.html new file mode 100644 index 0000000..f6bd8ec --- /dev/null +++ b/content/james/update/2017/05/16/james-3.0.0-rc1.html @@ -0,0 +1,124 @@ +<!-- + 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. +--> +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <title>Apache James</title> + + <link rel="stylesheet" type="text/css" href="/assets/css/main.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/ie8.css"> + <link rel="stylesheet" type="text/css" href="/assets/css/ie9.css"> + <link rel="shortcut icon" href="/images/james-logo.png"> + </head> +<body> + <!-- + 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. +--> + +<link href="/assets/css/lightbox.css" rel="stylesheet"> +<div id="wrapper" class="post-page"> + <div class="apache_ref"> + <a href="https://www.apache.org" alt="apache foundation link"><img src="https://www.apache.org/foundation/press/kit/asf_logo.svg" title="apache foundation logo"/></a> + </div> + <div class="apache_ref_mobile"> + <a href="https://www.apache.org" alt="apache foundation link">The Apache Software Foundation</a> + </div> + + <header id="header" class="alt"> + <div class="logo"><a href="/index.html" alt="Apache James"><img src="/images/james.svg" alt="james logo"/></a></div> + <h1 class="hidden">James Enterprise Mail Server</h1> + <h2>Emails at the heart of your business logic</h2> + </header> + + <!-- Main --> + <div id="main"> + + <!-- Content --> + <section id="content" class="main"> + + <h1><span class="icon fa-file-text-o"></span> Apache James Server 3.0-RC1</h1> + <h2><span class="icon fa-clock-o"></span><b> May 16, 2017</b></h2> + + <br/> + + <div> + <p>James server 3.0.0-RC1 has been released.</p> + +<p>Early adopters can <a href="http://james.apache.org/download.cgi#Apache_James_Server">download it</a>, any issue can be reported on our issue <a href="https://issues.apache.org/jira/browse/JAMES">tracker</a>.</p> + + + + </div> + <footer class="major special"> + <hr> + <center> + <ul class="actions"> + <li><a href="/index.html" class="button">Back to homepage</a></li> + <li><a href="/posts.html" class="button">Read More Posts</a></li> + </ul> + </center> + </footer> + </section> + </div> + <footer id="footer" class="major"> + <section> + <h2>James</h2> + <ul class="no-padding"> + <li class="no-padding"><a href="../#intro" class="active">About</a></li> + <li class="no-padding"><a href="../#first">Get Started</a></li> + <li class="no-padding"><a href="../#posts">Last Posts</a></li> + <li class="no-padding"><a href="../#second">Community</a></li> + <li class="no-padding"><a href="https://james.apache.org/"><span class="fa fa-external-link"></span> Documentation</a></li> + </ul> + </section> + <section> + <h2>Connect</h2> + <ul class="icons"> + <li><a href="http://twitter.com/ApacheJames" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li> + <li><a href="https://github.com/apache/james-project" class="icon fa-github alt"><span class="label">GitHub</span></a></li> + <li><a href="http://james.apache.org/mail.html" class="icon fa-envelope-o alt"><span class="label">Mailing-list</span></a></li> + </ul> + </section> + <section> + <h2>Copyright</h2> + <a href="http://www.apache.org/">Apache Licence Copyright</a><br/> + ©Untitled. Design: <a href="https://html5up.net">HTML5 UP</a> + </section> + </footer> +</div> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/james-site/blob/8c215c9c/content/posts.html ---------------------------------------------------------------------- diff --git a/content/posts.html b/content/posts.html index c369195..7a0fa5a 100644 --- a/content/posts.html +++ b/content/posts.html @@ -65,6 +65,15 @@ <li class="post-template"> <span class="icon fa-lg fa-file-text-o"></span> <span class="details"> + <a href="/james/update/2017/05/16/james-3.0.0-rc1.html" alt="Apache James Server 3.0-RC1"><b>Apache James Server 3.0-RC1 - May 16, 2017</b><small><p>James server 3.0.0-RC1 has been released.</p> + +</small></a> + </span> + </li> + + <li class="post-template"> + <span class="icon fa-lg fa-file-text-o"></span> + <span class="details"> <a href="/james/update/2016/11/19/james-3.0.html" alt="Apache James Server 3.0-beta5"><b>Apache James Server 3.0-beta5 - November 19, 2016</b><small><p>James server 3.0.0-beta5 has been released.</p> </small></a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
