You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bu...@apache.org on 2013/02/19 08:48:34 UTC

svn commit: r851119 - in /websites/staging/sling/trunk/content: ./ index.html news.html res/jquery.js

Author: buildbot
Date: Tue Feb 19 07:48:34 2013
New Revision: 851119

Log:
Staging update by buildbot for sling

Added:
    websites/staging/sling/trunk/content/res/jquery.js
Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/index.html
    websites/staging/sling/trunk/content/news.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 19 07:48:34 2013
@@ -1 +1 @@
-1447587
+1447611

Modified: websites/staging/sling/trunk/content/index.html
==============================================================================
--- websites/staging/sling/trunk/content/index.html (original)
+++ websites/staging/sling/trunk/content/index.html Tue Feb 19 07:48:34 2013
@@ -112,17 +112,10 @@ runtime.</p>
 applications, while providing an enterprise-level framework for more
 complex applications. </p>
 <h2 id="news">News</h2>
-<ul>
-<li>New Releases: Apache Sling Installer Core 3.4.6, Apache Sling Installer Configuration Factory 1.0.10, Apache Sling JCR Instaler 3.1.6, Apache Sling Parent 15, Apache Sling Fragment Extension XML 1.0.2, Apache Sling Fragment Extension WS 1.0.2, Apache Sling Fragment Extension Activation 1.0.2 (February 18th, 2013)</li>
-<li>New Releases: Apache Sling Resource Resolver 1.0.4, Apache Sling JCR Resource 2.2.4 (February 14, 2013) </li>
-<li>New Releases: Apache Sling Installer Core 3.4.4, Apache Sling JCR Resource 2.2.2, Apache Sling Resource Resolver 1.0.2, Apache Sling Security 1.0.2, Apache Sling Parent POM 14 (December 20th, 2012)</li>
-<li>New Release: Apache Sling Servlet Resolver 2.2.2 (December 10th, 2012)</li>
-<li>New Releases: Apache Sling Settings 1.2.2, Apache Sling Auth Core 1.1.0, Apache Sling Commons Logservice 1.0.2, Apache Sling Installer Core 3.4.2, Apache Sling Scripting JSP 2.0.26, Apache Sling Commons Compiler 2.1.0, Apache Sling JCR Compiler 2.1.0, Apache Sling I18n 2.2.4, Apache Sling JCR Classloader 3.1.10, Apache Sling JCR Webdav 2.1.2, Apache Sling JCR Davex 1.1.0 (November 30th, 2012)</li>
-<li>New Releases: Apache Sling Maven Launchpad Plugin 2.2.0, Apache Sling Commons OSGi 2.2.0, Apache Sling Launchpad Installer 1.2.0, Apache Sling Rewriter 1.0.4, Apache Sling Settings 1.2.0 (November 19th, 2012)</li>
-<li>New Releases: Apache Sling API 2.3.0, Apache Sling Bundle Resource Provider 2.1.0, Apache Sling File System Resource Provider 1.1.0, Apache Sling JCR Resource 2.2.0, Apache Sling Resource Resolver 1.0.0, Apache Sling Servlets Get 2.1.4, Apache Sling Servlets Post 2.2.0, Apache Sling Servlets Resolver 2.2.0, Apache Sling Adapter 2.1.0, Apache Sling Commons Testing 2.0.12 (November 15th, 2012)</li>
-<li>New Release: Apache Sling JSP Taglib 2.1.8, Apache Sling Installer Core 3.4.0, Apache Sling Installer API 1.0.0, Apache Sling Installer Console 1.0.0, Apache Sling JCR Wrapper 2.0.0 (October 29th, 2012)</li>
-<li><a href="news.html">all news...</a></li>
+<ul id="newsExcerpt">
 </ul>
+
+<p>Refer to the news <a href="/news.html">archive</a> for all news.</p>
 <h2 id="history">History</h2>
 <p>Sling started as an internal project at <a href="http://www.day.com">Day Software</a>
 , and entered the Apache Incubator in September 2007. As of June, 17th,
@@ -204,8 +197,18 @@ run in, Sling is being developed using <
  as the OSGi framework implementation. It has not been tested yet, but it
 is expected that Sling also operates perfectly inside other OSGi frameworks
 such as <a href="http://www.eclipse.org/equinox">Equinox</a> and <a href="http://www.knopflerfish.org">Knopflerfish</a>.</p>
+<script src="/res/jquery.js" type="text/javascript"></script>
+
+<script type="text/javascript">
+        $(document).ready(function() {
+            $.get("/news.html", function(news) {
+                var $newsExcerpt = $(news).find('li').slice(0,5);
+                $('#newsExcerpt').append($newsExcerpt);
+            });
+        });
+</script>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1447159 by cziegeler on Mon, 18 Feb 2013 09:13:21 +0000
+        Rev. 1447611 by fmeschbe on Tue, 19 Feb 2013 07:48:13 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Modified: websites/staging/sling/trunk/content/news.html
==============================================================================
--- websites/staging/sling/trunk/content/news.html (original)
+++ websites/staging/sling/trunk/content/news.html Tue Feb 19 07:48:34 2013
@@ -86,9 +86,7 @@
       
       
       <h1>News</h1>
-      <!-- If you add a news item, remember to update the section in the index page as well -->
-
-<ul>
+      <ul>
 <li>New Releases: Apache Sling Installer Core 3.4.6, Apache Sling Installer Configuration Factory 1.0.10, Apache Sling JCR Instaler 3.1.6, Apache Sling Parent 15, Apache Sling Fragment Extension XML 1.0.2, Apache Sling Fragment Extension WS 1.0.2, Apache Sling Fragment Extension Activation 1.0.2 (February 18th, 2013)</li>
 <li>New Releases: Apache Sling Resource Resolver 1.0.4, Apache Sling JCR Resource 2.2.4 (February 14, 2013) </li>
 <li>New Releases: Apache Sling Installer Core 3.4.4, Apache Sling JCR Resource 2.2.2, Apache Sling Resource Resolver 1.0.2, Apache Sling Security 1.0.2, Apache Sling Parent POM 14 (December 20th, 2012)</li>
@@ -175,7 +173,7 @@
 <li>Apache Sling has graduated into a top level project! (June 17, 2009)</li>
 </ul>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1447158 by cziegeler on Mon, 18 Feb 2013 09:12:38 +0000
+        Rev. 1447611 by fmeschbe on Tue, 19 Feb 2013 07:48:13 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Added: websites/staging/sling/trunk/content/res/jquery.js
==============================================================================
--- websites/staging/sling/trunk/content/res/jquery.js (added)
+++ websites/staging/sling/trunk/content/res/jquery.js Tue Feb 19 07:48:34 2013
@@ -0,0 +1,2 @@
+/*! jQuery v1.8.3 jquery.com | jquery.org/license */

[... 3 lines stripped ...]