You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/06/29 00:53:45 UTC

svn commit: r1140884 - in /servicemix/website/trunk/src/main/webapp/mockup: index.html support.html theme/master.css

Author: gertv
Date: Tue Jun 28 22:53:44 2011
New Revision: 1140884

URL: http://svn.apache.org/viewvc?rev=1140884&view=rev
Log:
Add a plain text page to the mockup

Added:
    servicemix/website/trunk/src/main/webapp/mockup/support.html
Modified:
    servicemix/website/trunk/src/main/webapp/mockup/index.html
    servicemix/website/trunk/src/main/webapp/mockup/theme/master.css

Modified: servicemix/website/trunk/src/main/webapp/mockup/index.html
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/mockup/index.html?rev=1140884&r1=1140883&r2=1140884&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/mockup/index.html (original)
+++ servicemix/website/trunk/src/main/webapp/mockup/index.html Tue Jun 28 22:53:44 2011
@@ -14,17 +14,18 @@
 <body>
 <div id="container">
 
-  <div id="header">
+  <header>
     <div id="top">
       <ul>
-        <li>home</li>
+        <li><a href="index.html">home</a></li>
         <li>documentation</li>
         <li>downloads</li>
         <li>community</li>
       </ul>
     </div>
-  </div>
-  <article>
+  </header>
+
+  <article id="homepage">
       <aside id="download">
         <h1>download</h1>
 
@@ -104,7 +105,7 @@
         </div>
 
         <div>
-            <h1>support</h1>
+            <h1><a href="support.html">support</a></h1>
 
             <p>If you're looking for help when using Apache ServiceMix:</p>
 

Added: servicemix/website/trunk/src/main/webapp/mockup/support.html
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/mockup/support.html?rev=1140884&view=auto
==============================================================================
--- servicemix/website/trunk/src/main/webapp/mockup/support.html (added)
+++ servicemix/website/trunk/src/main/webapp/mockup/support.html Tue Jun 28 22:53:44 2011
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+  <title>Welcome to Apache ServiceMix!</title>
+  <link href="theme/master.css" rel="stylesheet"/>
+
+  <!-- guess which browser needs a little help here ;) -->
+  <!--[if lt IE 9]>
+  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+  <![endif]-->
+</head>
+
+<body>
+<div id="container">
+
+  <header>
+    <div id="top">
+      <ul>
+        <li><a href="index.html">home</a></li>
+        <li>documentation</li>
+        <li>downloads</li>
+        <li>community</li>
+      </ul>
+    </div>
+  </header>
+
+  <article>
+      <h1 id="Support">Support </h1>
+
+      <p>There are two types of help available for Apache ServiceMix: </p>
+      <ul>
+          <li>Support from the Apache ServiceMix open source project</li>
+          <li>Commercial Support</li>
+      </ul>
+      <h2 id="SupportFromtheApacheServiceMixOpenSourceProject">Support From the Apache ServiceMix Open Source
+          Project </h2>
+
+      <p>If you are experiencing problems using ServiceMix please report your problem via the <a
+              href="http://issues.apache.org/activemq/browse/SM">Issue Tracker</a>. You may also find it useful to
+          discuss your issues with the community on the <a href="discussion-forums.html">Discussion Forums</a> or join
+          one of the <a href="mailing-lists.html">Mailing Lists</a>. Below are some resources to check before asking for
+          help: </p>
+      <ul>
+          <li><a href="http://issues.apache.org/activemq/browse/SM">Issue Tracker</a></li>
+          <li><a href="discussion-forums.html">Discussion Forums</a></li>
+          <li><a href="mailing-lists.html">Mailing Lists</a></li>
+          <li><a href="FAQ.html">FAQ</a></li>
+          <li><a href="irc.html">IRC</a></li>
+      </ul>
+      <p>Before asking for help with your issue, it's a very good idea to search for your issue in the mailing list
+          archives (via the <a href="discussion-forums.html">Discussion Forums</a>) and the FAQ. The majority of issues
+          can be solved in this manner without having to send an email to the mailing list. If you don't find an answer,
+          use the guidelines below when writing the e-mail.</p>
+
+      <h3 id="HowtoGetHelp">How to Get Help</h3>
+
+      <p>Whenever you are reporting a problem, please be sure to include as much information as possible; the more we
+          know, the better the chance of a quicker resolution.</p>
+      <ul>
+          <li>which version of the software</li>
+          <li>what platform and JDK</li>
+          <li>any particular container being used - if so what version</li>
+          <li>stack traces generally really help! If in doubt include the whole thing; often exceptions get wrapped in
+              other exceptions and the exception right near the bottom explains the actual error, not the first few
+              lines at the top. Its very easy for us to skim-read past unnecessary parts of a stack trace.
+          </li>
+          <li>log output can be useful too; sometimes <a href="How do I change the logging.html">enabling DEBUG
+              logging</a> can help
+          </li>
+          <li>your code &amp; configuration files are often useful</li>
+      </ul>
+      <h3 id="Howtogethelpfaster">How to get help faster</h3>
+
+      <p>We can help you much quicker if you try the following</p>
+      <ul>
+          <li>provide us with a JUnit test case that demonstrates your issue. e.g. if you think you've found a bug, can
+              you create a test case to demonstrate the bug?
+          </li>
+          <li><a href="contributing.html">submit a patch</a> fixing the bug! (We also buy you beer when we meet you if
+              you submit bug fixes :)
+          </li>
+          <li>for memory leaks or performance related issues, if you can run a profiler on your test case and attach the
+              output as a file (or zipped file if its huge) to the JIRA we can normally fix things much faster. e.g. run
+              JProfiler or YourKit on your code and send us the output. To find memory leaks its quicker to resolve if
+              you can tell us what classes are taking up all of the RAM; we can normally figure out whats wrong from
+              that.
+          </li>
+      </ul>
+      <h2 id="CommericalSupport">Commerical Support </h2>
+
+      <p><a href="http://fusesource.com/enterprise-support/">FuseSource</a> provides enterprise services, support and
+          training for the enterprise version of ServiceMix, <a
+                  href="http://fusesource.com/products/enterprise-servicemix">Fuse ESB</a>. Also, there is a growing
+          wealth of information about ServiceMix and some of its sister projects (ActiveMQ, Camel and CXF) at the <a
+                  href="http://fusesource.com">FuseSource website</a>.</p>
+
+      <p><a href="http://www.savoirtech.com">Savoir Technologies, Inc</a> provides enterprise consulting, training and
+          support for ServiceMix and a host of other Apache service containers. Savoir can provide best practice
+          mentoring for developing with ServiceMix, as well as architectural/design reviews, troubleshooting and SOA
+          infrastructure implementations. Savoir's staff includes some of the core committers of ServiceMix who are on
+          the ground consulting and are familiar with real world implementations.</p>
+  </article>
+  <footer>
+    &copy; 2008-2011 The Apache Software Foundation - <a href="/site/privacy-policy.page">Privacy Policy</a>
+    <br/>
+    Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+  </footer>
+
+</div>
+</body>
+
+</html>
\ No newline at end of file

Modified: servicemix/website/trunk/src/main/webapp/mockup/theme/master.css
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/mockup/theme/master.css?rev=1140884&r1=1140883&r2=1140884&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/mockup/theme/master.css (original)
+++ servicemix/website/trunk/src/main/webapp/mockup/theme/master.css Tue Jun 28 22:53:44 2011
@@ -4,6 +4,18 @@
 }
 
 body {
+  overflow-y: scroll;
+}
+
+a {
+  text-decoration: none;
+}
+
+a:hover {
+  color: orange;
+}
+
+body {
   font-family: Helvetica, Verdana, sans-serif;
   margin: 10px;
 }
@@ -12,7 +24,7 @@ div#container {
   height: 100%;
 }
 
-div#header {
+header {
   display: block;
   background-image: url(logo.png);
   background-position: 10px 10px;
@@ -46,6 +58,10 @@ div#top ul li a {
   color: white;
 }
 
+div#top ul li a:hover {
+  color: orange;
+}
+
 div#container {
     width: 1000px;
     margin: 0 auto;
@@ -93,10 +109,11 @@ article {
   min-height: 800px;
   padding: 10px;
   display: block;
+  font-size: .9em;
 }
 
 article p {
-  margin-top: 2em;
+  margin-top: 1em;
 }
 
 article ul li {
@@ -104,6 +121,34 @@ article ul li {
   margin-left:  1.5em;
 }
 
+article h1 {
+  margin-top: 1.5em;
+  width: 100%;
+  border-bottom: solid thin orange;
+}
+
+article h1 a {
+  text-decoration: none;
+}
+
+article h1 a:hover {
+  text-decoration: none;
+  color: orange;
+}
+
+article h2 {
+  margin-top: 1em;
+  width: 100%;
+  border-bottom: solid thin orange;
+}
+
+article h3 {
+  margin-top: 1em;
+}
+
+/*
+ * Footer part of the website (trademarks, privacy, ...)
+ */
 footer {
   margin-top: 2em;
   vertical-align: bottom;
@@ -124,7 +169,26 @@ footer a:hover {
 }
 
 
-/* bottom boxes on the home page */
+/*
+ * Some specific styles for the home page
+ */
+article#homepage {
+  font-size: 1em;
+}
+
+article#homepage h1 {
+  border-bottom: none;
+  margin-top: 0em;
+}
+
+article#homepage p {
+  margin-top: 2em;
+}
+
+
+/*
+ * Bottom boxes on the home page
+ */
 div#boxes {
   display: block;
   margin-top: 10em;