Author: buildbot
Date: Tue Jul 15 18:36:11 2014
New Revision: 916314

Log:
Staging update by buildbot for roller

Modified:
    websites/staging/roller/trunk/content/   (props changed)
    websites/staging/roller/trunk/content/downloads/downloads.html
    websites/staging/roller/trunk/content/getinvolved/edit_website.html
    websites/staging/roller/trunk/content/glentest.html
    websites/staging/roller/trunk/content/index.html
    websites/staging/roller/trunk/content/project/whoweare.html

Propchange: websites/staging/roller/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 15 18:36:11 2014
@@ -1 +1 @@
-1610756
+1610800

Modified: websites/staging/roller/trunk/content/downloads/downloads.html
==============================================================================
--- websites/staging/roller/trunk/content/downloads/downloads.html (original)
+++ websites/staging/roller/trunk/content/downloads/downloads.html Tue Jul 15 
18:36:11 2014
@@ -6,18 +6,18 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="icon" href="images/favicon.ico">
+    <link rel="icon" href="./../images/favicon.ico">
 
     <title>Apache Roller</title>
 
     <!-- Bootstrap core CSS -->
-    <link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet">
+    <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">
+    <link href="./../bootstrap-3.2.0/css/bootstrap-theme.min.css" 
rel="stylesheet">
 
     <!-- Custom styles for this template -->
-    <link href="css/roller-bs.css" rel="stylesheet">
+    <link href="./../css/roller-bs.css" rel="stylesheet">
 
   </head>
 
@@ -75,22 +75,26 @@
          
 
 <div class="page-header">
-   <p><a href="/">Roller</a>&nbsp;&raquo&nbsp;<a 
href="/downloads/">Downloads</a></p>
+   <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../downloads/about.html">Downloads</a></p>
    <h1>Downloads
</h1>
 </div>
 
  <div class="container">
-    <h2 id="apache-roller-releases">Apache Roller Releases</h2>
+    <h2>Apache Roller Releases</h2>
+
 <p>Releases of the Apache Roller blog server are made available to the 
 general public at no charge, under the 
 <a href="http://apache.org/licenses/";>Apache License,</a>
 in both binary and source distributions.</p>
+
 <p>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>
 <a href="http://www.apache.org/dyn/closer.cgi/roller/roller-5/v5.0.4/";>Roller 
5.0.4</a> (&quot;best available&quot;)</p>
+
 <p>Previous source and binary distributions, including documentation,
 are available in the
 <a class="external" href="http://archive.apache.org/dist/roller/";>
 Apache archives</a>.</p>
+
 <p>Project releases are approved by vote of the Apache Roller Project 
 Management Committee (PMC). Support for a release is provided by project 
 volunteers on the project 
@@ -100,11 +104,13 @@ reported through the
 <a href="https://issues.apache.org/jira/browse/ROL";>issue tracker</a>.
 The user mailing list and issue tracker are the <strong>only</strong>
 support options hosted by the Apache Roller project.</p>
+
 <p>Note: When downloading from a mirror, please be sure to verify that 
checksums and signatures are correct.
 To do so, use the checksum and signature files from the main Apache site at
 <a class="external" 
href="http://www.apache.org/dist/roller/roller-5/v5.0.4/bin/";>http://www.apache.org/dist/roller/roller-5/v5.0.4/bin/</a>
 Find here the KEYS file, which contains all OpenPGP keys we use to sign 
releases:
 <a class="external" 
href="http://www.apache.org/dist/roller/";>http://www.apache.org/dist/roller/</a></p>
+
 <p>The PGP signatures can be verified using PGP or GPG.
 First download the
 <a href="http://www.apache.org/dist/roller/KEYS";>KEYS</a>
@@ -117,23 +123,23 @@ Make sure you get these files from the
     directory,</a>
 rather than from a mirror.
 Then verify the signatures using</p>
-<div class="codehilite"><pre>        <span class="c">% pgpk -a KEYS</span>
 
-        <span class="c">% pgpv ${filename}.tar.gz.asc</span>
+<pre><code>        % pgpk -a KEYS
 
-    <span class="n">or</span>
+        % pgpv ${filename}.tar.gz.asc
 
-        <span class="c">% pgp -ka KEYS</span>
+    or
 
-        <span class="c">% pgp ${filename}.tar.gz.asc</span>
+        % pgp -ka KEYS
 
-    <span class="n">or</span>
+        % pgp ${filename}.tar.gz.asc
 
-        <span class="c">% gpg --import KEYS</span>
+    or
 
-        <span class="c">% gpg --verify ${filename}.tar.gz.asc</span>
-</pre></div>
+        % gpg --import KEYS
 
+        % gpg --verify ${filename}.tar.gz.asc
+</code></pre>
 
 <p>Alternatively, you can verify the MD5 signature on the files.
 A Unix program called
@@ -151,7 +157,9 @@ Windows users can get binary md5 program
     here,</a>
 or
 <a href="http://www.slavasoft.com/fsum/";>here.</a></p>
+
 <p>If you want to build directly from the sources, please check the <a 
href="https://cwiki.apache.org/confluence/display/ROLLER/How+to+build+Roller";>Project
 Wiki</a>.</p>
+
  </div>
 
 
@@ -169,6 +177,6 @@ or
     ================================================== -->
     <!-- 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="bootstrap-3.2.0/js/bootstrap.min.js"></script>
+    <script src="./../bootstrap-3.2.0/js/bootstrap.min.js"></script>
   </body>
 </html>

Modified: websites/staging/roller/trunk/content/getinvolved/edit_website.html
==============================================================================
--- websites/staging/roller/trunk/content/getinvolved/edit_website.html 
(original)
+++ websites/staging/roller/trunk/content/getinvolved/edit_website.html Tue Jul 
15 18:36:11 2014
@@ -6,18 +6,18 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="icon" href="images/favicon.ico">
+    <link rel="icon" href="./../images/favicon.ico">
 
     <title>Apache Roller</title>
 
     <!-- Bootstrap core CSS -->
-    <link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet">
+    <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">
+    <link href="./../bootstrap-3.2.0/css/bootstrap-theme.min.css" 
rel="stylesheet">
 
     <!-- Custom styles for this template -->
-    <link href="css/roller-bs.css" rel="stylesheet">
+    <link href="./../css/roller-bs.css" rel="stylesheet">
 
   </head>
 
@@ -75,7 +75,7 @@
          
 
 <div class="page-header">
-   <p><a href="/">Roller</a>&nbsp;&raquo&nbsp;<a 
href="/getinvolved/">Getinvolved</a></p>
+   <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../getinvolved/about.html">Getinvolved</a></p>
    <h1>Edit Website</h1>
 </div>
 
@@ -84,47 +84,43 @@
 the Apache Infrastructure pages including a quickstart guide on the
 <a href="http://apache.org/dev/cms.html#usage";>Apache bookmarklet</a> and a <a 
href="http://apache.org/dev/cmsref.html";>reference manual</a>. It is also 
useful to look at
 <a href="http://apache.org/dev/cmsadoption.html";>other Apache CMS sites</a> 
for examples.</p>
-<h2 id="process">Process</h2>
+
+<h2>Process</h2>
+
 <ol>
-<li>
-<p>Do an svn checkout of the website, for committers:
-     svn co https://svn.apache.org/repos/asf/roller/cmssite/trunk 
rollersite</p>
+<li>Do an svn checkout of the website, for committers:
+ svn co https://svn.apache.org/repos/asf/roller/cmssite/trunk rollersite</p>
+
 <p>For non-committers:
- svn co http://svn.apache.org/repos/asf/roller/cmssite/trunk rollersite</p>
-</li>
-<li>
-<p>If the changes are structurally significant (many pages removed/added, 
etc.),
+ svn co http://svn.apache.org/repos/asf/roller/cmssite/trunk rollersite</li>
+<li>If the changes are structurally significant (many pages removed/added, 
etc.),
 before committing to staging you may wish to test that the site still builds 
locally
-by following <a href="http://apache.org/dev/cmsref.html#local-build";>these 
instructions</a>.<br />
+by following <a href="http://apache.org/dev/cmsref.html#local-build";>these 
instructions</a>. <br />
 Note you will probably lose the CSS formatting with local builds due to the 
way 
 the stylesheets are referenced, check instead at staging (below) to ensure 
stylesheets are 
-working as intended.<br />
+working as intended. <br />
 If deleting a file or changing the name of a file make a trivial 
-edit to lib/path.pm or lib/view.pm to force a full site rebuild.</p>
-</li>
-<li>
-<p>Commit a change to the website's source <a 
href="http://daringfireball.net/projects/markdown/syntax";>Markdown</a> files 
located in
+edit to lib/path.pm or lib/view.pm to force a full site rebuild.</li>
+<li>Commit a change to the website's source <a 
href="http://daringfireball.net/projects/markdown/syntax";>Markdown</a> files 
located in
 <a href="https://svn.apache.org/repos/asf/roller/cmssite/trunk"; 
class="external">
 https://svn.apache.org/repos/asf/roller/cmssite/trunk</a>.  If you're not a
-committer, supplying a patch (svn diff -u &gt; website.patch) to our JIRA 
issue tracker 
-instead will do. </p>
-</li>
-<li>
-<p>Wait a few minutes to get the email on the commits list that buildbot has
-rebuilt the <a href="http://roller.staging.apache.org/";>staging 
website</a>.</p>
-</li>
-<li>
-<p>If the change looks ok, publish the change to the production website by </p>
+committer, supplying a patch (svn diff -u > website.patch) to our JIRA issue 
tracker 
+instead will do. </li>
+<li>Wait a few minutes to get the email on the commits list that buildbot has
+rebuilt the <a href="http://roller.staging.apache.org/";>staging 
website</a>.</li>
+<li>If the change looks ok, publish the change to the production website by 
</p>
+
 <ul>
 <li>(recommended method) Using the Apache bookmarklet: <a 
href="https://cms.apache.org/roller/publish";>Publish site</a> </li>
 <li>curl -sL http://s.apache.org/cms-cli | perl on your local machine</li>
-<li>ssh -t &lt;user>@people.apache.org publish.pl roller &lt;your Apache 
ID></li>
-</ul>
-</li>
+<li>ssh -t <user\>@people.apache.org publish.pl roller <your Apache ID\></li>
+</ul></li>
 </ol>
-<h2 id="style">Style</h2>
+
+<h2>Style</h2>
+
 <ul>
-<li>Try to limit line length to 80 columns, fold -s &lt;filename> on Linux is
+<li>Try to limit line length to 80 columns, fold -s <filename\> on Linux is
 helpful for limiting line length</li>
 <li>Use links in the [link name][] style rather than [link name][1] because it
 is more difficult to match up the numbers and removing links causes all the
@@ -132,6 +128,7 @@ numbers to have to get updated</li>
 <li>Indent with spaces not tabs</li>
 <li>Use * for lists and indent lists by 4 spaces</li>
 </ul>
+
  </div>
 
 
@@ -149,6 +146,6 @@ numbers to have to get updated</li>
     ================================================== -->
     <!-- 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="bootstrap-3.2.0/js/bootstrap.min.js"></script>
+    <script src="./../bootstrap-3.2.0/js/bootstrap.min.js"></script>
   </body>
 </html>

Modified: websites/staging/roller/trunk/content/glentest.html
==============================================================================
--- websites/staging/roller/trunk/content/glentest.html (original)
+++ websites/staging/roller/trunk/content/glentest.html Tue Jul 15 18:36:11 2014
@@ -6,18 +6,18 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="icon" href="images/favicon.ico">
+    <link rel="icon" href="./images/favicon.ico">
 
     <title>Apache Roller</title>
 
     <!-- Bootstrap core CSS -->
-    <link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet">
+    <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">
+    <link href="./bootstrap-3.2.0/css/bootstrap-theme.min.css" 
rel="stylesheet">
 
     <!-- Custom styles for this template -->
-    <link href="css/roller-bs.css" rel="stylesheet">
+    <link href="./css/roller-bs.css" rel="stylesheet">
 
   </head>
 
@@ -131,6 +131,6 @@
     ================================================== -->
     <!-- 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="bootstrap-3.2.0/js/bootstrap.min.js"></script>
+    <script src="./bootstrap-3.2.0/js/bootstrap.min.js"></script>
   </body>
 </html>

Modified: websites/staging/roller/trunk/content/index.html
==============================================================================
--- websites/staging/roller/trunk/content/index.html (original)
+++ websites/staging/roller/trunk/content/index.html Tue Jul 15 18:36:11 2014
@@ -6,18 +6,18 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="icon" href="images/favicon.ico">
+    <link rel="icon" href="./images/favicon.ico">
 
     <title>Apache Roller</title>
 
     <!-- Bootstrap core CSS -->
-    <link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet">
+    <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">
+    <link href="./bootstrap-3.2.0/css/bootstrap-theme.min.css" 
rel="stylesheet">
 
     <!-- Custom styles for this template -->
-    <link href="css/roller-bs.css" rel="stylesheet">
+    <link href="./css/roller-bs.css" rel="stylesheet">
 
   </head>
 
@@ -75,14 +75,17 @@
          
 
 <div class="page-header">
-   <p><a href="/">Roller</a></p>
+   <p><a href="./documentation.html">Docs</a></p>
    <h1>Apache Roller</h1>
 </div>
 
  <div class="container">
-    <h2 id="welcome">Welcome!</h2>
+    <h2>Welcome!</h2>
+
 <p>Apache Roller is a full-featured, multi-user and group-blog server suitable 
for blog sites large and small.  It runs as a Java web application that should 
be able to run on most any Java EE server and relational database. 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>Here are some of Roller's key features:</p>
+
 <ul>
 <li>Multi-user blogging: can support tens of thousands of users and blogs</li>
 <li>Group blogging with three permisson levels (editor, author and 
limited)</li>
@@ -93,24 +96,30 @@
 <li>Support for blog clients that support MetaWeblog API</li>
 <li>All blogs have entry and comment feeds in both RSS 2.0 and Atom 1.0 
formats</li>
 </ul>
-<h2 id="project-status">Project Status</h2>
+
+<h2>Project Status</h2>
+
 <p>Roller is a stable and production-ready blog server in its third major 
revision. It powers internal and external
 employee blogs at <a href="https://blogs.oracle.com/";>Oracle</a>, 
 <a 
href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/?lang=en";>IBM</a>
 and other companies as well as with <a 
href="http://blogs.apache.org/";>Apache</a> and DZone's <a 
href="http://www.jroller.com/";>JRoller.com</a> Java blogging community.  See 
our <a 
href="https://cwiki.apache.org/confluence/display/ROLLER/PoweredByRoller";>Wiki 
page</a> for more known Roller blogs on the 'Net. </p>
-<h2 id="about-roller">About Roller</h2>
+
+<h2>About Roller</h2>
+
 <p>Apache Roller is a Project of the
 <a href="http://apache.org/foundation";>Apache Software Foundation</a>
 (ASF), formed by a resolution of the
 <a href="http://apache.org/foundation/board/";>ASF Board of Directors</a> 
-and graduating from the Apache Incubator in March 2007.<br />
+and graduating from the Apache Incubator in March 2007. <br />
 As an ASF Project, Roller is subject to the
 <a href="http://apache.org/foundation/bylaws.html";>ASF Bylaws</a>
 and the direction of the ASF Board.</p>
+
 <p>The Apache Software Foundation could not exist without the continued
 generous support from the community. We would like to take this opportunity
 to <a href="http://www.apache.org/foundation/thanks.html";>thank our 
Sponsors</a>.
 If you are interested in sponsoring the ASF, please
 read our <a 
href="http://www.apache.org/foundation/sponsorship.html";>sponsorship 
page</a>.</p>
+
  </div>
 
 
@@ -128,6 +137,6 @@ read our <a href="http://www.apache.org/
     ================================================== -->
     <!-- 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="bootstrap-3.2.0/js/bootstrap.min.js"></script>
+    <script src="./bootstrap-3.2.0/js/bootstrap.min.js"></script>
   </body>
 </html>

Modified: websites/staging/roller/trunk/content/project/whoweare.html
==============================================================================
--- websites/staging/roller/trunk/content/project/whoweare.html (original)
+++ websites/staging/roller/trunk/content/project/whoweare.html Tue Jul 15 
18:36:11 2014
@@ -6,18 +6,18 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="icon" href="images/favicon.ico">
+    <link rel="icon" href="./../images/favicon.ico">
 
     <title>Apache Roller</title>
 
     <!-- Bootstrap core CSS -->
-    <link href="bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet">
+    <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">
+    <link href="./../bootstrap-3.2.0/css/bootstrap-theme.min.css" 
rel="stylesheet">
 
     <!-- Custom styles for this template -->
-    <link href="css/roller-bs.css" rel="stylesheet">
+    <link href="./../css/roller-bs.css" rel="stylesheet">
 
   </head>
 
@@ -75,13 +75,15 @@
          
 
 <div class="page-header">
-   <p><a href="/">Roller</a>&nbsp;&raquo&nbsp;<a 
href="/project/">Project</a></p>
+   <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../project/about.html">Project</a></p>
    <h1>Who We Are
</h1>
 </div>
 
  <div class="container">
-    <h2 id="roller-committers">Roller Committers</h2>
+    <h2>Roller Committers</h2>
+
 <p>The current Roller committer list (* = PMC member):</p>
+
 <ul>
 <li>Anil R. Gangolli (*)</li>
 <li>Greg Huber (*)</li>
@@ -93,6 +95,7 @@
 <li>Craig L Russell (*)</li>
 <li><a href="http://gauravsaini.me/";>Gaurav Saini</a></li>
 </ul>
+
  </div>
 
 
@@ -110,6 +113,6 @@
     ================================================== -->
     <!-- 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="bootstrap-3.2.0/js/bootstrap.min.js"></script>
+    <script src="./../bootstrap-3.2.0/js/bootstrap.min.js"></script>
   </body>
 </html>


Reply via email to