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/10/25 22:27:08 UTC

svn commit: r1027258 - in /servicemix/sandbox/website20/src/main/webapp: WEB-INF/scalate/layouts/default.scaml WEB-INF/scalate/layouts/default.ssp WEB-INF/web.xml images/new-logo.png theme/ theme/master.css theme/pygmentize.css

Author: ericjohnson
Date: Mon Oct 25 20:27:07 2010
New Revision: 1027258

URL: http://svn.apache.org/viewvc?rev=1027258&view=rev
Log:
added framing

Added:
    servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
    servicemix/sandbox/website20/src/main/webapp/images/new-logo.png   (with props)
    servicemix/sandbox/website20/src/main/webapp/theme/
    servicemix/sandbox/website20/src/main/webapp/theme/master.css   (with props)
    servicemix/sandbox/website20/src/main/webapp/theme/pygmentize.css   (with props)
Removed:
    servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.scaml
Modified:
    servicemix/sandbox/website20/src/main/webapp/WEB-INF/web.xml

Added: servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp?rev=1027258&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp (added)
+++ servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp Mon Oct 25 20:27:07 2010
@@ -0,0 +1,85 @@
+<%--
+Copyright (C) 2009-2010 the original author or authors.
+See the notice.md file distributed with this work for additional
+information regarding copyright ownership.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+--%>
+<%@ var body: String %>
+<%@ var title: String = "Apache ServiceMix ${servicemix.version}" %>
+<%@ var navigation: Boolean = true %>
+<% escapeMarkup = false %>
+<% import org.fusesource.scalate.servlet.ServletRenderContext._ %>
+<!DOCTYPE html>
+<html>
+<head>
+  <title>${title}</title>
+
+  <link href="${uri("/theme/master.css")}" rel="Stylesheet" type="text/css" />
+  <link href="${uri("/theme/pygmentize.css")}" rel="stylesheet" type="text/css" />
+
+</head>
+<body>
+    <div id="siteHeader">
+      <table width="100%">
+        <tr>
+          <td>
+            <a href="http://servicemix.apache.org/" title="An open source ESB">
+              <img border="0" src="/images/new-logo.png" />
+            </a>
+          </td>
+          <td align="right">
+            <a href="http://www.apache.org/" title="The Apache Sofware Foundation">
+              <img border="0" src="http://activemq.apache.org/images/asf-logo.png">
+            </a>
+          </td>
+        </tr>
+        <tr>
+          <td />
+          <td>
+            <ul class="siteNav">
+              <li ><a href="http://servicemix.apache.org/" title="Overview">Overview</a></li>
+              <li><a href="http://servicemix.apache.org/download.html" title="Download">Download</a></li>
+              <li><a href="http://servicemix.apache.org/documentation/index.html" title="Documentation">Documentation</a></li>
+              <li>
+                <a href="http://servicemix.apache.org/support.html" title="Support">Support</a>
+                <ul>
+                  <li><a href="http://servicemix.apache.org/mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+                  <li><a href="http://servicemix.apache.org/discussion-forums.html" title="Discussion Forums">Forums</a></li>
+                  <li><a href="http://servicemix.apache.org/irc.html" title="IRC">IRC</a></li>
+                  <li><a href="http://servicemix.apache.org/presentations.html" title="Presentations">Presentations</a></li>
+                </ul>
+              </li>
+              <li>
+                <a href="http://servicemix.apache.org/contrib.html" title="Contributing">Contributing</a>
+                <ul>
+                  <li><a href="http://servicemix.apache.org/becoming-a-committer.html" title="Committing">Become a committer</a></li>
+                  <li><a href="http://servicemix.apache.org/committers-guide.html" title="Committing Guide">Committer Guide</a></li>
+                  <li><a href="http://servicemix.apache.org/source.html" title="Source">Source</a></li>
+                  <li><a href="http://issues.apache.org/activemq/browse/SM" title="JIRA">JIRA</a></li>
+                  <li><a href="http://servicemix.apache.org/developers.html" title="Developers">Developer Resources</a></li>
+                </ul>
+              </li>
+            </ul>
+          </td>
+        </tr>
+      </table>
+    </div>
+      <div id="content">
+        <%= body %>
+      </div>
+      <div id="siteFooter">
+        <p>Thanks for using Apache ServiceMix!</p>
+  </div>
+</body>
+</html>
\ No newline at end of file

Modified: servicemix/sandbox/website20/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/WEB-INF/web.xml?rev=1027258&r1=1027257&r2=1027258&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/WEB-INF/web.xml (original)
+++ servicemix/sandbox/website20/src/main/webapp/WEB-INF/web.xml Mon Oct 25 20:27:07 2010
@@ -24,11 +24,9 @@
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 	version="2.5">
 
-  <display-name>Scalate Sample Local Wiki</display-name>
+  <display-name>Apache ServiceMix</display-name>
 
-  <description>
-    Scalate Sample Local Wiki
-  </description>
+  <description>Apache ServiceMix static web site.</description>
 
   <filter>
     <filter-name>TemplateEngineFilter</filter-name>

Added: servicemix/sandbox/website20/src/main/webapp/images/new-logo.png
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/images/new-logo.png?rev=1027258&view=auto
==============================================================================
Binary file - no diff available.

Propchange: servicemix/sandbox/website20/src/main/webapp/images/new-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: servicemix/sandbox/website20/src/main/webapp/theme/master.css
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/theme/master.css?rev=1027258&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/theme/master.css (added)
+++ servicemix/sandbox/website20/src/main/webapp/theme/master.css Mon Oct 25 20:27:07 2010
@@ -0,0 +1,178 @@
+* {
+  margin: 0px;
+}
+
+body {
+  font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;  
+  margin: 0px auto;
+  width: 95%;
+  font-size: .8em;
+  }
+
+div#siteHeader {
+  background-color: #76a3cd;
+  padding-left: 20px;
+  padding-right: 20px;
+  clear: both;
+}
+
+div#siteHeader a:link {
+  color: #ffffff;
+  text-decoration: none;
+}
+
+div#siteHeader a:visited {
+  color: #ffffff;
+  text-decoration: none;
+}
+
+div#siteHeader a:hover {
+  color: #ffffff;
+}
+
+ul.siteNav {
+  list-style-type: none;
+  padding:0;
+	margin:0;
+	position: relative;
+	left: 60px;
+  }
+  
+ul.siteNav li {
+	display: inline;
+	float: left;
+	padding: 0 20px;
+	}
+
+ul.siteNav li ul {
+  position:absolute;
+  margin-top:-1em;
+	margin-left:.5em;
+	display: none;
+  }
+
+ul.siteNav li a {
+	text-decoration: none;
+	padding: 5px;
+	}
+
+ul.siteNav li:hover ul { 
+display: block; 
+}
+
+ul.siteNav li ul {
+  list-style-type: none;
+  padding:0;
+	margin:0;
+  background-color: #76a3cd;
+}
+
+ul.siteNav li ul li { 
+clear: both;
+}
+
+div#docHeader {
+  background: #909090;
+  height: 50px;
+  color: #ffffff;
+  padding-left: 20px;
+  padding-right: 20px;
+  vertical-align: top;
+  clear: both;
+  }
+
+div#docHeader a:link {
+  color: #ffffff;
+  text-decoration: none;
+}
+
+div#docHeader a:visited {
+  color: #ffffff;
+  text-decoration: none;
+}
+
+div#docHeader a:hover {
+  color: #ffffff;
+}
+
+ul.docNav {
+  list-style-type: none;
+  }
+  
+ul.docNav li {
+  display: inline;
+  font-size: large;
+  padding: 0 40px;
+  }
+
+div#siteFooter {
+  height: 25px;
+  background-color: #76a3cd;
+  margin-top: 30px;
+  color: #ffffff;
+  text-align: right;
+  vertical-align: bottom;
+  clear: both;
+  padding-left: 20px;
+  padding-right: 20px;
+}
+
+div#content {
+   clear: both;
+}
+
+div#body {
+  padding-left: 22.5em;
+  margin-bottom: 30px;
+  }
+  
+div#nav {
+  display: block;
+  width: 20em;
+  float: left;
+  margin: 0px;
+  margin-bottom: 30px;
+}
+
+div.highlight pre {
+  font-family: 'Courier', Courier, monospace;
+  font-size: 1em;
+  background-color: #eee;
+  margin-left: 1em;
+  margin-right: 1em;
+  padding: .5em;
+}
+
+tt {
+  font-family: 'Courier', Courier, monospace;
+  font-size: 1em;
+}
+
+div.left {
+  clear: both;
+  float: left;
+  text-align: right;
+  width: 200px;
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
+div.left h2 {
+  color: #333333;
+}
+
+div.right {
+  float: right;
+  text-align: left;
+  width: 450px;
+  margin: auto;
+  color: #666666;
+  font-size: 120%;
+  margin-top: 1em;
+  margin-bottom: .75em;
+}
+
+div.pdf {
+  padding-left: 20px;
+  background: url('images/pdf.png') no-repeat left center;
+}

Propchange: servicemix/sandbox/website20/src/main/webapp/theme/master.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: servicemix/sandbox/website20/src/main/webapp/theme/pygmentize.css
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/theme/pygmentize.css?rev=1027258&view=auto
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/theme/pygmentize.css (added)
+++ servicemix/sandbox/website20/src/main/webapp/theme/pygmentize.css Mon Oct 25 20:27:07 2010
@@ -0,0 +1,48 @@
+.hll { background-color: #ffffcc }
+.c { color: #3F7F5F } /* Comment */
+.err { border: 1px solid #FF0000 } /* Error */
+.k { color: #7F0055; font-weight: bold } /* Keyword */
+.o { color: #000000 } /* Operator */
+.cm { color: #3F5FBF } /* Comment.Multiline */
+.cp { color: #606060; font-style: italic } /* Comment.Preproc */
+.c1 { color: #3F7F5F } /* Comment.Single */
+.cs { color: #3F7F5F } /* Comment.Special */
+.ge { font-style: italic } /* Generic.Emph */
+.gh { font-weight: bold } /* Generic.Heading */
+.gp { font-weight: bold } /* Generic.Prompt */
+.gs { font-weight: bold } /* Generic.Strong */
+.gu { font-weight: bold } /* Generic.Subheading */
+.kc { color: #7F0055; font-weight: bold } /* Keyword.Constant */
+.kd { color: #7F0055; font-weight: bold } /* Keyword.Declaration */
+.kn { color: #7F0055; font-weight: bold } /* Keyword.Namespace */
+.kp { color: #f00000; font-weight: bold } /* Keyword.Pseudo */
+.kr { color: #7F0055; font-weight: bold } /* Keyword.Reserved */
+.kt { color: #7F0055; font-weight: bold } /* Keyword.Type */
+.m { color: #000000 } /* Literal.Number */
+.s { color: #2A00FF } /* Literal.String */
+.na { color: #000000 } /* Name.Attribute */
+.nc { color: #000000 } /* Name.Class */
+.nd { color: #646464 } /* Name.Decorator */
+.ni { color: #000000 } /* Name.Entity */
+.ne { color: #000000 } /* Name.Exception */
+.nf { color: #000000 } /* Name.Function */
+.nn { color: #000000 } /* Name.Namespace */
+.nt { color: #7F0055; font-weight: bold } /* Name.Tag */
+.ow { color: #000000 } /* Operator.Word */
+.w { color: #bbbbbb } /* Text.Whitespace */
+.mf { color: #000000 } /* Literal.Number.Float */
+.mh { color: #000000 } /* Literal.Number.Hex */
+.mi { color: #000000 } /* Literal.Number.Integer */
+.mo { color: #000000 } /* Literal.Number.Oct */
+.sb { color: #2A00FF } /* Literal.String.Backtick */
+.sc { color: #2A00FF } /* Literal.String.Char */
+.sd { color: #2A00FF } /* Literal.String.Doc */
+.s2 { color: #2A00FF } /* Literal.String.Double */
+.se { color: #2A00FF } /* Literal.String.Escape */
+.sh { color: #2A00FF } /* Literal.String.Heredoc */
+.si { color: #2A00FF } /* Literal.String.Interpol */
+.sx { color: #2A00FF } /* Literal.String.Other */
+.sr { color: #2A00FF } /* Literal.String.Regex */
+.s1 { color: #2A00FF } /* Literal.String.Single */
+.ss { color: #2A00FF } /* Literal.String.Symbol */
+.il { color: #000000 } /* Literal.Number.Integer.Long */

Propchange: servicemix/sandbox/website20/src/main/webapp/theme/pygmentize.css
------------------------------------------------------------------------------
    svn:eol-style = native