Author: buildbot
Date: Tue Jul 15 17:12:11 2014
New Revision: 916309
Log:
Staging update by buildbot for roller
Modified:
websites/staging/roller/trunk/content/ (props changed)
websites/staging/roller/trunk/content/css/roller-bs.css
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 17:12:11 2014
@@ -1 +1 @@
-1610752
+1610756
Modified: websites/staging/roller/trunk/content/css/roller-bs.css
==============================================================================
--- websites/staging/roller/trunk/content/css/roller-bs.css (original)
+++ websites/staging/roller/trunk/content/css/roller-bs.css Tue Jul 15 17:12:11
2014
@@ -17,4 +17,185 @@ body {
.theme-showcase .navbar .container {
width: auto;
}
-
+
+ body {
+ padding-top: 60px;
+ }
+ .sprite {
+ display: inline-block;
+ height: 20px;
+ margin: 0 auto 4px;
+ outline: medium none;
+ text-indent: -999em;
+ width: 24px;
+ background-image: url('{{base}}images/sprites.png');
+ background-repeat: no-repeat;
+ overflow: hidden;
+ cursor: pointer;
+ }
+ .edit-page {
+ display: inline-block;
+ height: 20px;
+ margin: 0 auto 4px;
+ outline: medium none;
+ text-indent: -999em;
+ width: 24px;
+ background-image: url('{{base}}images/edit.png');
+ background-repeat: no-repeat;
+ overflow: hidden;
+ cursor: pointer;
+ }
+ .fb-share {
+ background-position: 0px -40px;
+ }
+ .gp-share {
+ background-position: 0px 0px;
+ }
+ .tw-share {
+ background-position: 0px -80px;
+ }
+ .markdown-content {
+ min-height: 500px;
+ }
+ .book-image img {
+ border: 1px;
+ border-style: solid;
+ }
+ .release-matrix .heading {
+ background-color: #eeeeee;
+ }
+ .release-matrix .new {
+ color: #dd0000;
+ font-weight: bolder;
+ }
+ .stub,.note {
+ position: relative;
+ padding: 7px 15px;
+ margin-bottom: 18px;
+ color: #404040;
+ background-color: #eedc94;
+ background-repeat: repeat-x;
+ background-image: -khtml-gradient(linear, left top, left bottom,
from(#fceec1), to(#eedc94));
+ background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
+ background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
+ background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, #fceec1), color-stop(100%, #eedc94));
+ background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
+ background-image: -o-linear-gradient(top, #fceec1, #eedc94);
+ background-image: linear-gradient(top, #fceec1, #eedc94);
+ filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
endColorstr='#eedc94', GradientType=0);
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ border-color: #eedc94 #eedc94 #e4c652;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0,
0.25);
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+ border-width: 1px;
+ border-style: solid;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+ }
+
+ div.XXXisis-tweak form {
+ margin-top: 6px;
+ margin-bottom: -2px;
+ }
+
+ div.row div.col-md-12 {
+ border-top: 1px solid #eeeeee;
+ }
+
+ /* From Apache Isis */
+
+ div.row div.col-md-12 {
+ margin-top: 20px;
+ }
+
+ .container {
+ width: 940px;
+ }
+
+ .markdown-content .documentation .span-one-third p {
+ margin-bottom: 0px;
+ }
+
+ .container .markdown-content .group,
+ .markdown-content .documentation .group {
+ margin-top: 9px;
+ }
+
+ .container .group h2,
+ .documentation .group h2 {
+ border-bottom: 1px solid #DDD
+ }
+
+ .container h2 a[name],
+ .documentation h2 a[name] {
+ padding-top: 50px;
+ margin-top: -50px;
+ }
+
+ .container h2 a[name],
+ .container h3 a[name],
+ .container h4 a[name],
+ .documentation h2 a[name],
+ .documentation h3 a[name],
+ .documentation h4 a[name] {
+ color: black;
+ display: inline-block;
+ }
+ .container h2 a[name]:hover,
+ .container h3 a[name]:hover,
+ .container h4 a[name]:hover,
+ .documentation h2 a[name]:hover,
+ .documentation h3 a[name]:hover,
+ .documentation h4 a[name]:hover {
+ text-decoration: none;
+ }
+
+ .documentation h2 a:not([name]),
+ .documentation h3 a:not([name]),
+ .documentation h4 a:not([name]) {
+ /* same as code style */
+ padding: 0 3px 2px;
+ font-family: Monaco, Andale Mono, Courier New, monospace;
+ font-size: 12px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ padding: 1px 3px;
+ }
+
+ .page-header {
+ margin-top: 0px;
+ }
+
+ .container blockquote p {
+ font-size: small;
+ }
+
+ .container blockquote p:not([author]) {
+ font-style: italic;
+ }
+
+ .container blockquote p {
+ font-size: small;
+ font-style: italic;
+ font-weight: bold;
+ }
+
+ footer hr {
+ margin-top: 100px;
+ }
+
+ .markdown-content img {
+ margin-top: 10px;
+ margin-bottom: 20px;
+ }
+
+ .markdown-content a img {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+
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
17:12:11 2014
@@ -19,191 +19,6 @@
<!-- Custom styles for this template -->
<link href="css/roller-bs.css" rel="stylesheet">
- <style type="text/css">
- body {
- padding-top: 60px;
- }
- .sprite {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/sprites.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .edit-page {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/edit.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .fb-share {
- background-position: 0px -40px;
- }
- .gp-share {
- background-position: 0px 0px;
- }
- .tw-share {
- background-position: 0px -80px;
- }
- .markdown-content {
- min-height: 500px;
- }
- .book-image img {
- border: 1px;
- border-style: solid;
- }
- .release-matrix .heading {
- background-color: #eeeeee;
- }
- .release-matrix .new {
- color: #dd0000;
- font-weight: bolder;
- }
- .stub,.note {
- position: relative;
- padding: 7px 15px;
- margin-bottom: 18px;
- color: #404040;
- background-color: #eedc94;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom,
from(#fceec1), to(#eedc94));
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, #fceec1), color-stop(100%, #eedc94));
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
- background-image: -o-linear-gradient(top, #fceec1, #eedc94);
- background-image: linear-gradient(top, #fceec1, #eedc94);
- filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
endColorstr='#eedc94', GradientType=0);
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- border-color: #eedc94 #eedc94 #e4c652;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0,
0.25);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- border-width: 1px;
- border-style: solid;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- }
-
- div.XXXisis-tweak form {
- margin-top: 6px;
- margin-bottom: -2px;
- }
-
- div.row div.col-md-12 {
- border-top: 1px solid #eeeeee;
- }
-
- /* From Apache Isis */
-
- div.row div.col-md-12 {
- margin-top: 20px;
- }
-
- .container {
- width: 940px;
- }
-
- .markdown-content .documentation .span-one-third p {
- margin-bottom: 0px;
- }
-
- .container .markdown-content .group,
- .markdown-content .documentation .group {
- margin-top: 9px;
- }
-
- .container .group h2,
- .documentation .group h2 {
- border-bottom: 1px solid #DDD
- }
-
- .container h2 a[name],
- .documentation h2 a[name] {
- padding-top: 50px;
- margin-top: -50px;
- }
-
- .container h2 a[name],
- .container h3 a[name],
- .container h4 a[name],
- .documentation h2 a[name],
- .documentation h3 a[name],
- .documentation h4 a[name] {
- color: black;
- display: inline-block;
- }
- .container h2 a[name]:hover,
- .container h3 a[name]:hover,
- .container h4 a[name]:hover,
- .documentation h2 a[name]:hover,
- .documentation h3 a[name]:hover,
- .documentation h4 a[name]:hover {
- text-decoration: none;
- }
-
- .documentation h2 a:not([name]),
- .documentation h3 a:not([name]),
- .documentation h4 a:not([name]) {
- /* same as code style */
- padding: 0 3px 2px;
- font-family: Monaco, Andale Mono, Courier New, monospace;
- font-size: 12px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- padding: 1px 3px;
- }
-
- .page-header {
- margin-top: 0px;
- }
-
- .container blockquote p {
- font-size: small;
- }
-
- .container blockquote p:not([author]) {
- font-style: italic;
- }
-
- .container blockquote p {
- font-size: small;
- font-style: italic;
- font-weight: bold;
- }
-
- footer hr {
- margin-top: 100px;
- }
-
- .markdown-content img {
- margin-top: 10px;
- margin-bottom: 20px;
- }
-
- .markdown-content a img {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
-
- </style>
-
</head>
<body>
@@ -264,7 +79,8 @@
<h1>Downloads
</h1>
</div>
-<h2 id="apache-roller-releases">Apache Roller Releases</h2>
+ <div class="container">
+ <h2 id="apache-roller-releases">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>
@@ -336,6 +152,7 @@ Windows users can get binary md5 program
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>
</div>
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 17:12:11 2014
@@ -19,191 +19,6 @@
<!-- Custom styles for this template -->
<link href="css/roller-bs.css" rel="stylesheet">
- <style type="text/css">
- body {
- padding-top: 60px;
- }
- .sprite {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/sprites.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .edit-page {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/edit.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .fb-share {
- background-position: 0px -40px;
- }
- .gp-share {
- background-position: 0px 0px;
- }
- .tw-share {
- background-position: 0px -80px;
- }
- .markdown-content {
- min-height: 500px;
- }
- .book-image img {
- border: 1px;
- border-style: solid;
- }
- .release-matrix .heading {
- background-color: #eeeeee;
- }
- .release-matrix .new {
- color: #dd0000;
- font-weight: bolder;
- }
- .stub,.note {
- position: relative;
- padding: 7px 15px;
- margin-bottom: 18px;
- color: #404040;
- background-color: #eedc94;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom,
from(#fceec1), to(#eedc94));
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, #fceec1), color-stop(100%, #eedc94));
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
- background-image: -o-linear-gradient(top, #fceec1, #eedc94);
- background-image: linear-gradient(top, #fceec1, #eedc94);
- filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
endColorstr='#eedc94', GradientType=0);
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- border-color: #eedc94 #eedc94 #e4c652;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0,
0.25);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- border-width: 1px;
- border-style: solid;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- }
-
- div.XXXisis-tweak form {
- margin-top: 6px;
- margin-bottom: -2px;
- }
-
- div.row div.col-md-12 {
- border-top: 1px solid #eeeeee;
- }
-
- /* From Apache Isis */
-
- div.row div.col-md-12 {
- margin-top: 20px;
- }
-
- .container {
- width: 940px;
- }
-
- .markdown-content .documentation .span-one-third p {
- margin-bottom: 0px;
- }
-
- .container .markdown-content .group,
- .markdown-content .documentation .group {
- margin-top: 9px;
- }
-
- .container .group h2,
- .documentation .group h2 {
- border-bottom: 1px solid #DDD
- }
-
- .container h2 a[name],
- .documentation h2 a[name] {
- padding-top: 50px;
- margin-top: -50px;
- }
-
- .container h2 a[name],
- .container h3 a[name],
- .container h4 a[name],
- .documentation h2 a[name],
- .documentation h3 a[name],
- .documentation h4 a[name] {
- color: black;
- display: inline-block;
- }
- .container h2 a[name]:hover,
- .container h3 a[name]:hover,
- .container h4 a[name]:hover,
- .documentation h2 a[name]:hover,
- .documentation h3 a[name]:hover,
- .documentation h4 a[name]:hover {
- text-decoration: none;
- }
-
- .documentation h2 a:not([name]),
- .documentation h3 a:not([name]),
- .documentation h4 a:not([name]) {
- /* same as code style */
- padding: 0 3px 2px;
- font-family: Monaco, Andale Mono, Courier New, monospace;
- font-size: 12px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- padding: 1px 3px;
- }
-
- .page-header {
- margin-top: 0px;
- }
-
- .container blockquote p {
- font-size: small;
- }
-
- .container blockquote p:not([author]) {
- font-style: italic;
- }
-
- .container blockquote p {
- font-size: small;
- font-style: italic;
- font-weight: bold;
- }
-
- footer hr {
- margin-top: 100px;
- }
-
- .markdown-content img {
- margin-top: 10px;
- margin-bottom: 20px;
- }
-
- .markdown-content a img {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
-
- </style>
-
</head>
<body>
@@ -264,7 +79,8 @@
<h1>Edit Website</h1>
</div>
-<p>The website uses the Apache CMS. More detailed documentation is available
on
+ <div class="container">
+ <p>The website uses the Apache CMS. More detailed documentation is
available on
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>
@@ -316,6 +132,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>
</div>
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 17:12:11 2014
@@ -19,191 +19,6 @@
<!-- Custom styles for this template -->
<link href="css/roller-bs.css" rel="stylesheet">
- <style type="text/css">
- body {
- padding-top: 60px;
- }
- .sprite {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/sprites.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .edit-page {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/edit.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .fb-share {
- background-position: 0px -40px;
- }
- .gp-share {
- background-position: 0px 0px;
- }
- .tw-share {
- background-position: 0px -80px;
- }
- .markdown-content {
- min-height: 500px;
- }
- .book-image img {
- border: 1px;
- border-style: solid;
- }
- .release-matrix .heading {
- background-color: #eeeeee;
- }
- .release-matrix .new {
- color: #dd0000;
- font-weight: bolder;
- }
- .stub,.note {
- position: relative;
- padding: 7px 15px;
- margin-bottom: 18px;
- color: #404040;
- background-color: #eedc94;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom,
from(#fceec1), to(#eedc94));
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, #fceec1), color-stop(100%, #eedc94));
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
- background-image: -o-linear-gradient(top, #fceec1, #eedc94);
- background-image: linear-gradient(top, #fceec1, #eedc94);
- filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
endColorstr='#eedc94', GradientType=0);
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- border-color: #eedc94 #eedc94 #e4c652;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0,
0.25);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- border-width: 1px;
- border-style: solid;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- }
-
- div.XXXisis-tweak form {
- margin-top: 6px;
- margin-bottom: -2px;
- }
-
- div.row div.col-md-12 {
- border-top: 1px solid #eeeeee;
- }
-
- /* From Apache Isis */
-
- div.row div.col-md-12 {
- margin-top: 20px;
- }
-
- .container {
- width: 940px;
- }
-
- .markdown-content .documentation .span-one-third p {
- margin-bottom: 0px;
- }
-
- .container .markdown-content .group,
- .markdown-content .documentation .group {
- margin-top: 9px;
- }
-
- .container .group h2,
- .documentation .group h2 {
- border-bottom: 1px solid #DDD
- }
-
- .container h2 a[name],
- .documentation h2 a[name] {
- padding-top: 50px;
- margin-top: -50px;
- }
-
- .container h2 a[name],
- .container h3 a[name],
- .container h4 a[name],
- .documentation h2 a[name],
- .documentation h3 a[name],
- .documentation h4 a[name] {
- color: black;
- display: inline-block;
- }
- .container h2 a[name]:hover,
- .container h3 a[name]:hover,
- .container h4 a[name]:hover,
- .documentation h2 a[name]:hover,
- .documentation h3 a[name]:hover,
- .documentation h4 a[name]:hover {
- text-decoration: none;
- }
-
- .documentation h2 a:not([name]),
- .documentation h3 a:not([name]),
- .documentation h4 a:not([name]) {
- /* same as code style */
- padding: 0 3px 2px;
- font-family: Monaco, Andale Mono, Courier New, monospace;
- font-size: 12px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- padding: 1px 3px;
- }
-
- .page-header {
- margin-top: 0px;
- }
-
- .container blockquote p {
- font-size: small;
- }
-
- .container blockquote p:not([author]) {
- font-style: italic;
- }
-
- .container blockquote p {
- font-size: small;
- font-style: italic;
- font-weight: bold;
- }
-
- footer hr {
- margin-top: 100px;
- }
-
- .markdown-content img {
- margin-top: 10px;
- margin-bottom: 20px;
- }
-
- .markdown-content a img {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
-
- </style>
-
</head>
<body>
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 17:12:11 2014
@@ -19,191 +19,6 @@
<!-- Custom styles for this template -->
<link href="css/roller-bs.css" rel="stylesheet">
- <style type="text/css">
- body {
- padding-top: 60px;
- }
- .sprite {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/sprites.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .edit-page {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/edit.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .fb-share {
- background-position: 0px -40px;
- }
- .gp-share {
- background-position: 0px 0px;
- }
- .tw-share {
- background-position: 0px -80px;
- }
- .markdown-content {
- min-height: 500px;
- }
- .book-image img {
- border: 1px;
- border-style: solid;
- }
- .release-matrix .heading {
- background-color: #eeeeee;
- }
- .release-matrix .new {
- color: #dd0000;
- font-weight: bolder;
- }
- .stub,.note {
- position: relative;
- padding: 7px 15px;
- margin-bottom: 18px;
- color: #404040;
- background-color: #eedc94;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom,
from(#fceec1), to(#eedc94));
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, #fceec1), color-stop(100%, #eedc94));
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
- background-image: -o-linear-gradient(top, #fceec1, #eedc94);
- background-image: linear-gradient(top, #fceec1, #eedc94);
- filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
endColorstr='#eedc94', GradientType=0);
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- border-color: #eedc94 #eedc94 #e4c652;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0,
0.25);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- border-width: 1px;
- border-style: solid;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- }
-
- div.XXXisis-tweak form {
- margin-top: 6px;
- margin-bottom: -2px;
- }
-
- div.row div.col-md-12 {
- border-top: 1px solid #eeeeee;
- }
-
- /* From Apache Isis */
-
- div.row div.col-md-12 {
- margin-top: 20px;
- }
-
- .container {
- width: 940px;
- }
-
- .markdown-content .documentation .span-one-third p {
- margin-bottom: 0px;
- }
-
- .container .markdown-content .group,
- .markdown-content .documentation .group {
- margin-top: 9px;
- }
-
- .container .group h2,
- .documentation .group h2 {
- border-bottom: 1px solid #DDD
- }
-
- .container h2 a[name],
- .documentation h2 a[name] {
- padding-top: 50px;
- margin-top: -50px;
- }
-
- .container h2 a[name],
- .container h3 a[name],
- .container h4 a[name],
- .documentation h2 a[name],
- .documentation h3 a[name],
- .documentation h4 a[name] {
- color: black;
- display: inline-block;
- }
- .container h2 a[name]:hover,
- .container h3 a[name]:hover,
- .container h4 a[name]:hover,
- .documentation h2 a[name]:hover,
- .documentation h3 a[name]:hover,
- .documentation h4 a[name]:hover {
- text-decoration: none;
- }
-
- .documentation h2 a:not([name]),
- .documentation h3 a:not([name]),
- .documentation h4 a:not([name]) {
- /* same as code style */
- padding: 0 3px 2px;
- font-family: Monaco, Andale Mono, Courier New, monospace;
- font-size: 12px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- padding: 1px 3px;
- }
-
- .page-header {
- margin-top: 0px;
- }
-
- .container blockquote p {
- font-size: small;
- }
-
- .container blockquote p:not([author]) {
- font-style: italic;
- }
-
- .container blockquote p {
- font-size: small;
- font-style: italic;
- font-weight: bold;
- }
-
- footer hr {
- margin-top: 100px;
- }
-
- .markdown-content img {
- margin-top: 10px;
- margin-bottom: 20px;
- }
-
- .markdown-content a img {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
-
- </style>
-
</head>
<body>
@@ -264,7 +79,8 @@
<h1>Apache Roller</h1>
</div>
-<h2 id="welcome">Welcome!</h2>
+ <div class="container">
+ <h2 id="welcome">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>
@@ -295,6 +111,7 @@ generous support from the community. We
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>
</div>
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
17:12:11 2014
@@ -19,191 +19,6 @@
<!-- Custom styles for this template -->
<link href="css/roller-bs.css" rel="stylesheet">
- <style type="text/css">
- body {
- padding-top: 60px;
- }
- .sprite {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/sprites.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .edit-page {
- display: inline-block;
- height: 20px;
- margin: 0 auto 4px;
- outline: medium none;
- text-indent: -999em;
- width: 24px;
- background-image: url('images/edit.png');
- background-repeat: no-repeat;
- overflow: hidden;
- cursor: pointer;
- }
- .fb-share {
- background-position: 0px -40px;
- }
- .gp-share {
- background-position: 0px 0px;
- }
- .tw-share {
- background-position: 0px -80px;
- }
- .markdown-content {
- min-height: 500px;
- }
- .book-image img {
- border: 1px;
- border-style: solid;
- }
- .release-matrix .heading {
- background-color: #eeeeee;
- }
- .release-matrix .new {
- color: #dd0000;
- font-weight: bolder;
- }
- .stub,.note {
- position: relative;
- padding: 7px 15px;
- margin-bottom: 18px;
- color: #404040;
- background-color: #eedc94;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom,
from(#fceec1), to(#eedc94));
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0%, #fceec1), color-stop(100%, #eedc94));
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
- background-image: -o-linear-gradient(top, #fceec1, #eedc94);
- background-image: linear-gradient(top, #fceec1, #eedc94);
- filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
endColorstr='#eedc94', GradientType=0);
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- border-color: #eedc94 #eedc94 #e4c652;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0,
0.25);
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- border-width: 1px;
- border-style: solid;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- }
-
- div.XXXisis-tweak form {
- margin-top: 6px;
- margin-bottom: -2px;
- }
-
- div.row div.col-md-12 {
- border-top: 1px solid #eeeeee;
- }
-
- /* From Apache Isis */
-
- div.row div.col-md-12 {
- margin-top: 20px;
- }
-
- .container {
- width: 940px;
- }
-
- .markdown-content .documentation .span-one-third p {
- margin-bottom: 0px;
- }
-
- .container .markdown-content .group,
- .markdown-content .documentation .group {
- margin-top: 9px;
- }
-
- .container .group h2,
- .documentation .group h2 {
- border-bottom: 1px solid #DDD
- }
-
- .container h2 a[name],
- .documentation h2 a[name] {
- padding-top: 50px;
- margin-top: -50px;
- }
-
- .container h2 a[name],
- .container h3 a[name],
- .container h4 a[name],
- .documentation h2 a[name],
- .documentation h3 a[name],
- .documentation h4 a[name] {
- color: black;
- display: inline-block;
- }
- .container h2 a[name]:hover,
- .container h3 a[name]:hover,
- .container h4 a[name]:hover,
- .documentation h2 a[name]:hover,
- .documentation h3 a[name]:hover,
- .documentation h4 a[name]:hover {
- text-decoration: none;
- }
-
- .documentation h2 a:not([name]),
- .documentation h3 a:not([name]),
- .documentation h4 a:not([name]) {
- /* same as code style */
- padding: 0 3px 2px;
- font-family: Monaco, Andale Mono, Courier New, monospace;
- font-size: 12px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- padding: 1px 3px;
- }
-
- .page-header {
- margin-top: 0px;
- }
-
- .container blockquote p {
- font-size: small;
- }
-
- .container blockquote p:not([author]) {
- font-style: italic;
- }
-
- .container blockquote p {
- font-size: small;
- font-style: italic;
- font-weight: bold;
- }
-
- footer hr {
- margin-top: 100px;
- }
-
- .markdown-content img {
- margin-top: 10px;
- margin-bottom: 20px;
- }
-
- .markdown-content a img {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
-
- </style>
-
</head>
<body>
@@ -264,7 +79,8 @@
<h1>Who We Are
</h1>
</div>
-<h2 id="roller-committers">Roller Committers</h2>
+ <div class="container">
+ <h2 id="roller-committers">Roller Committers</h2>
<p>The current Roller committer list (* = PMC member):</p>
<ul>
<li>Anil R. Gangolli (*)</li>
@@ -277,6 +93,7 @@
<li>Craig L Russell (*)</li>
<li><a href="http://gauravsaini.me/">Gaurav Saini</a></li>
</ul>
+ </div>
</div>