You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2014/03/07 04:23:07 UTC

svn commit: r900383 - in /websites/production/tapestry/content: 2014/03/ 2014/03/07/ 2014/03/07/tapestry-54-beta-3-preview-now-available.html cache/main.pageCache news.html

Author: buildbot
Date: Fri Mar  7 03:23:07 2014
New Revision: 900383

Log:
Production update by buildbot for tapestry

Added:
    websites/production/tapestry/content/2014/03/
    websites/production/tapestry/content/2014/03/07/
    websites/production/tapestry/content/2014/03/07/tapestry-54-beta-3-preview-now-available.html
Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/news.html

Added: websites/production/tapestry/content/2014/03/07/tapestry-54-beta-3-preview-now-available.html
==============================================================================
--- websites/production/tapestry/content/2014/03/07/tapestry-54-beta-3-preview-now-available.html (added)
+++ websites/production/tapestry/content/2014/03/07/tapestry-54-beta-3-preview-now-available.html Fri Mar  7 03:23:07 2014
@@ -0,0 +1,106 @@
+<!DOCTYPE html>
+	
+	<!--
+
+    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.
+-->
+<html>
+<head>
+  <meta http-equiv="x-ua-compatible" content="IE=9">
+  <title>
+    Tapestry 5.4-beta-3 preview now available -- Apache Tapestry
+  </title>
+  <link type="text/css" rel="stylesheet" href="/resources/space.css">
+
+
+  <link href="/styles/style.css" rel="stylesheet" type="text/css"/>
+
+</head>
+<body>
+  <div class="wrapper bs">
+
+<div id="navigation"><div class="nav">
+<ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Home</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li><li><a shape="rect" href="documentation.html" title="Documentation">Documentation</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li><li><a shape="rect" href="about.html" title="About">About</a></li><li><a shape="rect" href="community.html" title="Community">Community</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/">Apache</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li></ul>
+</div></div>
+
+<div id="top">
+<div id="smallbanner"><div class="searchbox" style="float:right;margin: .3em 1em .1em 1em">
+<p>
+<span style="color: #999; font-size: 90%">Tapestry docs, issues, wikis &amp; blogs:</span>
+</p><form enctype="application/x-www-form-urlencoded" method="get" action="http://tapestry.apache.org/search.html">
+  <input type="text" name="q">
+  <input type="submit" value="Search">
+</form>
+
+</div>
+
+<div class="emblem" style="float:left"><a shape="rect" href="index.html" title="Index"><span class="image-wrap" style=""><img src="small-banner.data/tapestry_s.png" style="border: 0px solid black"></span></a></div>
+<div class="title" style="float:left; margin: 0 0 0 3em">
+<h1><a shape="rect" name="SmallBanner-PageTitle"></a>Tapestry 5.4-beta-3 preview now available</h1></div></div>
+<div class="clearer"></div>
+</div>
+
+<div class="clearer"></div>
+
+  <div id="breadcrumbs">
+        <a href="../../../index.html">Apache Tapestry</a>&nbsp;&gt;&nbsp;2014&nbsp;&gt;&nbsp;03&nbsp;&gt;&nbsp;07&nbsp;&gt;&nbsp;<a href="tapestry-54-beta-3-preview-now-available.html">Tapestry 5.4-beta-3 preview now available</a>
+    <a class="edit" title="Edit this page (requires approval -- just ask on the mailing list)" href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=39622379">edit</a>
+  </div>
+
+<div id="content">
+<div id="ConfluenceContent"><div class="logo-heading-block"><span class="blogHeading"><span style="line-height: 1.4285715;">The 3rd beta preview release of Tapestry 5.4 is now available.</span></span></div><div class="logo-heading-block"><span class="blogHeading">While not an actual release candidate, beta previews like this one are high-quality builds that pass all of Tapestry's extensive automated tests. You are encouraged to try out this beta preview and let us know how it's working.</span></div><div class="logo-heading-block"><span class="blogHeading">If you're using Maven (or Gradle or Ivy, etc), you'll need to add the Apache staging repository to your configured list of Maven repositories first:</span></div><div class="logo-heading-block"><p>&#160;</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>Apache Staging repo (Maven-format)</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;repository&gt;
+	&lt;id&gt;apachestaging&lt;/id&gt;
+	&lt;name&gt;Apache Staging Repository&lt;/name&gt;
+	&lt;url&gt;https://repository.apache.org/content/groups/staging&lt;/url&gt;
+	&lt;layout&gt;default&lt;/layout&gt;
+&lt;/repository&gt;]]></script>
+</div></div><p>and here's the dependency:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>Tapestry 5.4-beta-3 dependency (Maven format)</b></div><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+	&lt;groupId&gt;org.apache.tapestry&lt;/groupId&gt;
+	&lt;artifactId&gt;tapestry-core&lt;/artifactId&gt;
+	&lt;version&gt;5.4-beta-3&lt;/version&gt;
+	&lt;type&gt;jar&lt;/type&gt;
+&lt;/dependency&gt;]]></script>
+</div></div><p>There is also a Maven archetype available, so you can build a quick little starter project as described at <a shape="rect" href="../../../getting-started.html">Getting Started</a>, but specifying an alternative catalog:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[-DarchetypeCatalog=https://repository.apache.org/content/groups/staging]]></script>
+</div></div></div></div>
+</div>
+
+<div class="clearer"></div>
+<div id="footer">
+<div id="footer"><p>Apache Tapestry, Tapestry, Apache, the Apache feather logo, and the Apache Tapestry project logo are trademarks of The Apache Software Foundation.<br clear="none">
+</p><p><script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-400821-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script></p><p></p></div>
+</div>
+		<div id="comments_thread"></div>
+		<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=tapestry&amp;page=http://tapestry.apache.org/tapestry-54-beta-3-preview-now-available.html" async="true">
+		</script>
+		<noscript>
+		<iframe width="100%" height="500" src="https://comments.apache.org/iframe.lua?site=tapestry&amp;page=http://tapestry.apache.org/tapestry-54-beta-3-preview-now-available.html"></iframe>
+		</noscript>
+  </div>
+</body>
+</html>

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/tapestry/content/news.html
==============================================================================
--- websites/production/tapestry/content/news.html (original)
+++ websites/production/tapestry/content/news.html Fri Mar  7 03:23:07 2014
@@ -72,6 +72,28 @@
                <img class="userLogo logo" src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.png" alt="User icon: bobharner" title="bobharner">
            </a>            </span>
             <span class="blogHeading">
+                <a shape="rect" class="blogHeading" href="2014/03/07/tapestry-54-beta-3-preview-now-available.html">Tapestry 5.4-beta-3 preview now available</a>
+                </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~bobharner ">Bob Harner</a> posted on Mar 07, 2014</div>
+            
+        </div>
+    
+    <div class="wiki-content">
+        The 3rd beta preview release of Tapestry 5.4 is now available.
+While not an actual release candidate, beta previews like this one are high-quality builds that pass all of Tapestry's extensive automated tests. You are encouraged to try out this beta preview and let us know how it's working.
+If you're using Maven (or Gradle or Ivy, etc),&#8230;
+    </div>
+    
+        
+    </div>
+    
+        
+<div class="blog-post-listing">
+            <div class="logo-heading-block">
+            <span class="logoBlock">
+                <a shape="rect" class="userLogoLink" href="    /confluence/display/~bobharner ">
+               <img class="userLogo logo" src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.png" alt="User icon: bobharner" title="bobharner">
+           </a>            </span>
+            <span class="blogHeading">
                 <a shape="rect" class="blogHeading" href="2014/02/23/tapestry-54-beta-3-preview-release-vote-underway.html">Tapestry 5.4-beta-3 preview release vote underway</a>
                 </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~bobharner ">Bob Harner</a> posted on Feb 23, 2014</div>
             
@@ -558,26 +580,6 @@ Tapestry 5 in Action is a comprehensive 
     
         
     </div>
-    
-        
-<div class="blog-post-listing">
-            <div class="logo-heading-block">
-            <span class="logoBlock">
-                <a shape="rect" class="userLogoLink" href="    /confluence/display/~hlship ">
-               <img class="userLogo logo" src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.png" alt="User icon: hlship" title="hlship">
-           </a>            </span>
-            <span class="blogHeading">
-                <a shape="rect" class="blogHeading" href="2011/01/18/kalle-korhonen-elected-tapestry-committer.html">Kalle Korhonen  elected Tapestry Committer</a>
-                </span><div class="page-metadata not-personal"><a shape="rect" class="url fn confluence-userlink" href="    /confluence/display/~hlship ">Howard M. Lewis Ship</a> posted on Jan 18, 2011</div>
-            
-        </div>
-    
-    <div class="wiki-content">
-        Kalle Kohonen, well known in the Tapestry community for his work on Tynamo and its many popular and independently reusable sub-modules, has been voted in as a Tapestry committer. Let's all welcome him aboard!
-    </div>
-    
-        
-    </div>
     <p>&#160;</p></div></div>
 </div>