You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by bu...@apache.org on 2012/06/26 14:09:30 UTC

svn commit: r823276 - in /websites/staging/jackrabbit/trunk/content: ./ oak/ oak/index.html oak/oak.png

Author: buildbot
Date: Tue Jun 26 12:09:29 2012
New Revision: 823276

Log:
Staging update by buildbot for jackrabbit

Added:
    websites/staging/jackrabbit/trunk/content/oak/
    websites/staging/jackrabbit/trunk/content/oak/index.html
    websites/staging/jackrabbit/trunk/content/oak/oak.png   (with props)
Modified:
    websites/staging/jackrabbit/trunk/content/   (props changed)

Propchange: websites/staging/jackrabbit/trunk/content/
------------------------------------------------------------------------------
    cms:source-revision = 1353975

Added: websites/staging/jackrabbit/trunk/content/oak/index.html
==============================================================================
--- websites/staging/jackrabbit/trunk/content/oak/index.html (added)
+++ websites/staging/jackrabbit/trunk/content/oak/index.html Tue Jun 26 12:09:29 2012
@@ -0,0 +1,77 @@
+<!doctype html>
+<html>
+  <head>
+    <title>Jackrabbit Oak</title>
+    <style type="text/css">
+body {
+  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
+  font-size: 13px;
+  line-height: 1.5;
+  color: #111;
+}
+#container {
+  width: 900px;
+  margin: 100px auto;
+}
+#intro, #image, #left, #center, #right {
+  float: left;
+  margin: 10px;
+}
+#intro, #left, #center, #right {
+  width: 280px;
+}
+#image {
+  width: 580px;
+}
+#intro, #left {
+  clear: both;
+}
+h1 {
+  margin-bottom: 0;
+  font-size: 30px;
+  font-weight: bold;
+}
+.tagline {
+  margin-top: 0;
+  font-style: italic;
+}
+p {
+  text-align: justify;
+}
+    </style>
+  </head>
+  <body>
+    <div id="container">
+      <div id="intro">
+        <h1>Jackrabbit Oak</h1>
+        <p class="tagline">the next generation content repository</p>
+        <p>
+          Jackrabbit Oak is an effort to implement a scalable and performant
+          hierarchical content repository for use as the foundation of modern
+          world-class web sites and other demanding content applications.
+        </p>
+        <p>
+          The Oak effort is a part of the
+          <a href="http://jackrabbit.apache.org/">Apache Jackrabbit</a> project.
+          Jackrabbit is a project of the
+          <a href="http://www.apache.org/">Apache Software Foundation</a>.
+        </p>
+        <p>
+          Oak is currently alpha-level software. Use at your own risk.
+        </p>
+      </div>
+      <div id="image">
+        <img src="oak.png" alt="Oak drawing"/>
+      </div>
+      <div id="left">
+        <h2>Download</h2>
+      </div>
+      <div id="center">
+        <h2>Learn</h2>
+      </div>
+      <div id="right">
+        <h2>Participate</h2>
+      </div>
+    </div>
+  </body>
+</html>

Added: websites/staging/jackrabbit/trunk/content/oak/oak.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/jackrabbit/trunk/content/oak/oak.png
------------------------------------------------------------------------------
    svn:mime-type = image/png