Author: buildbot
Date: Tue Jul 15 14:22:12 2014
New Revision: 916291

Log:
Staging update by buildbot for roller

Added:
    websites/staging/roller/trunk/content/glentest.html
Modified:
    websites/staging/roller/trunk/content/   (props changed)
    websites/staging/roller/trunk/content/sitemap.html

Propchange: websites/staging/roller/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 15 14:22:12 2014
@@ -1 +1 @@
-1610709
+1610711

Added: websites/staging/roller/trunk/content/glentest.html
==============================================================================
--- websites/staging/roller/trunk/content/glentest.html (added)
+++ websites/staging/roller/trunk/content/glentest.html Tue Jul 15 14:22:12 2014
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link rel="icon" href="favicon.ico">
+
+    <title>Apache Roller</title>
+
+    <!-- Bootstrap core CSS -->
+    <link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet">
+
+    <!-- Bootstrap theme -->
+    <link href="bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
+
+    <!-- Custom styles for this template -->
+    <link href="css/roller.css" rel="stylesheet">
+
+  </head>
+
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="#">Apache Roller</a>
+        </div>
+        <div class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Project Info <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <li><a href="http://rollerweblogger.org/project";>Team 
Blog</a></li>
+                <li><a 
href="http://cwiki.apache.org/confluence/display/ROLLER";>Project Wiki</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/ROLLER/Roller+Mailing+Lists";>Mailing
 Lists</a></li>
+                <li><a 
href="http://roller.apache.org/project/whoweare.html";>Who We Are</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get 
Involved <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <li><a href="https://issues.apache.org/jira/browse/ROL";>Issue 
Tracker</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/ROLLER/Developer+Resources";>Development
 Information</a></li>
+                <li><a href="http://svn.apache.org/viewvc/roller/";>Browse 
Source</a></li>
+                <li><a href="https://builds.apache.org/job/Roller/";>Jenkins 
CI</a></li>
+                <li><a 
href="https://analysis.apache.org/dashboard/index/org.apache.roller:roller-project";>Sonar
 Analysis</a></li>
+                <li><a 
href="http://roller.apache.org/getinvolved/edit_website.html";>Website 
Admin</a></li>
+              </ul>
+            </li>
+            <li><a 
href="http://roller.apache.org/downloads/downloads.html";>Download</a></li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF 
<span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu">
+                <li><a 
href="http://www.apache.org/foundation/";>Foundation</a></li>
+                <li><a href="http://projects.apache.org/";>Projects</a></li>
+                <li><a href="http://people.apache.org/";>People</a></li>
+                <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Support Apache</a></li>
+              </ul>
+            </li>
+          </ul>
+        </div><!--/.nav-collapse -->
+      </div>
+    </div>
+
+    <!-- Main jumbotron for a primary marketing message or call to action -->
+    <div class="jumbotron">
+      <div class="container">
+        <div class="row">
+           <div class="col-md-2">
+                <img src="images/steamroller50.png" alt="Roller Logo" 
class="img-responsive">
+            </div>
+           <div class="col-md-10">
+               <h1>Blog Better.</h1>
+               <p>Apache Roller is a Java-based, full-featured, multi-user and 
group-blog server suitable for blog sites large and small.</p>
+               <p><a class="btn btn-primary btn-lg" role="button" 
href="https://cwiki.apache.org/confluence/display/ROLLER/PoweredByRoller";>Our 
Community &raquo;</a></p>
+            </div>
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+      <!-- Example row of columns -->
+      <div class="row">
+        <div class="col-md-6">
+          <h2>Features</h2>
+          <ul class="list-group">
+            <li class="list-group-item">Multi-user blogging: can support 
thousands of users and blogs</li>
+            <li class="list-group-item">Group blogging with three permission 
levels: owner, editor, and drafter</li>
+            <li class="list-group-item">Support for comment moderation and 
comment spam prevention measures</li>
+            <li class="list-group-item">Bloggers have full control over blog 
layout/style via <a href="http://velocity.apache.org/";>Apache 
Velocity</a>-driven templates</li>
+            <li class="list-group-item">Built-in search engine indexes weblog 
entry content</li>
+            <li class="list-group-item">Support for blog clients that support 
MetaWeblog API</li>
+            <li class="list-group-item">All blogs have entry and comment feeds 
in both RSS 2.0 and Atom 1.0 formats</li>
+            <li class="list-group-item">Support for SEO: web analytics 
tracking keys, blog-entry specific Meta description elements</li>
+          </ul>
+        </div>
+        <div class="col-md-6">
+          <h2>Documentation</h2>
+          <p>Roller's installation guide covers deployment on Tomcat, 
GlassFish, and JBoss application servers using a MySQL, 
+        Derby, or PostgreSQL database. Users however have reported success 
running Roller on other app servers and databases.</p>
+          <p><a class="btn btn-default" 
href="https://dist.apache.org/repos/dist/release/roller/roller-5/v5.0.4/docs/"; 
role="button">Current Release Docs (PDF) &raquo;</a>
+             <a class="btn btn-default" 
href="http://svn.apache.org/viewvc/roller/trunk/docs/"; role="button">Latest 
Nightly Docs (ODT) &raquo;</a></p>
+        </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed 
under the 
+        <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.</p>
+      </footer>
+    </div> <!-- /container -->
+
+
+    <!-- Bootstrap core JavaScript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js";></script>
+    <script src="dist/js/bootstrap.min.js"></script>
+  </body>
+</html>

Modified: websites/staging/roller/trunk/content/sitemap.html
==============================================================================
--- websites/staging/roller/trunk/content/sitemap.html (original)
+++ websites/staging/roller/trunk/content/sitemap.html Tue Jul 15 14:22:12 2014
@@ -81,6 +81,7 @@
       <div class="tabs">
         <div id="pagecontent">
           <ul>
+<li><a href="/glentest.html"></a></li>
 <li><a href="/index.html">Apache Roller</a></li>
 </ul>
         </div>


Reply via email to