You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by er...@apache.org on 2010/11/05 20:37:31 UTC

svn commit: r1031744 - in /servicemix/sandbox/website20/src/main/webapp: css/home.css index.page news.conf

Author: ericjohnson
Date: Fri Nov  5 19:37:31 2010
New Revision: 1031744

URL: http://svn.apache.org/viewvc?rev=1031744&view=rev
Log:
added news section

Added:
    servicemix/sandbox/website20/src/main/webapp/news.conf
Modified:
    servicemix/sandbox/website20/src/main/webapp/css/home.css
    servicemix/sandbox/website20/src/main/webapp/index.page

Modified: servicemix/sandbox/website20/src/main/webapp/css/home.css
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/css/home.css?rev=1031744&r1=1031743&r2=1031744&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/css/home.css (original)
+++ servicemix/sandbox/website20/src/main/webapp/css/home.css Fri Nov  5 19:37:31 2010
@@ -83,6 +83,18 @@ span.bignum {
   float:left;
 }
 
-div#box_content {
+div#boxcontent {
   float: right;
+}
+
+div#news h2 {
+  padding-top: 10px;
+  margin: 0;
+  border-bottom: none;
+}
+
+div#news em {
+  font-variant:small-caps;
+  font-weight: 500;
+  color: #383838;
 }
\ No newline at end of file

Modified: servicemix/sandbox/website20/src/main/webapp/index.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/index.page?rev=1031744&r1=1031743&r2=1031744&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/index.page (original)
+++ servicemix/sandbox/website20/src/main/webapp/index.page Fri Nov  5 19:37:31 2010
@@ -28,7 +28,7 @@ title: Home
   #getit_box
     :markdown
       <span class="bignum">1</span>
-      <div class="box_content">
+      <div class="boxcontent">
         <h1><a href="/downloads/index.html">Get it</a></h1>
         <ul>
         <li>Download the latest release
@@ -55,7 +55,7 @@ title: Home
   #useit_box
     :markdown
       <span class="bignum">2</span>
-      <div class="box_content">
+      <div class="boxcontent">
         <h1><a href="/support/index.html">Use it</a></h1>
         <ul>
         <li>Get started using the <a href="/documentation/quick_start/index.html">Quick Start Guide</a>.</li>
@@ -65,14 +65,14 @@ title: Home
   #makeit_box
     :markdown
       <span class="bignum">3</span>
-      <div class="box_content">
+      <div class="boxcontent">
       <h1><a href="/contribute/index.html">Make it</a></h1>
       </div>
       
 #news
-  :markdown
+  :&markdown
     # News
-    Put news feed code in here.
+    #{include("/news.conf")}
     
 #twitter
   :markdown

Added: servicemix/sandbox/website20/src/main/webapp/news.conf
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/news.conf?rev=1031744&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/news.conf (added)
+++ servicemix/sandbox/website20/src/main/webapp/news.conf Fri Nov  5 19:37:31 2010
@@ -0,0 +1,7 @@
+h2. ServiceMix 4.2.0 Released
+
+_Apr 27, 2010_
+
+The ServiceMix team is pleased to announce the availability of ServiceMix 4.2.0.
+This is a major release of the OSGi based ServiceMix 4.2.0 and contains many bug fixes as well as new features.
+For more information, please see the [release notes|/downloads/servicemix-420.html]
\ No newline at end of file