You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2011/06/08 21:57:51 UTC

svn commit: r1133538 - in /qpid/site/docs: footer.include header.include menu.include test.html

Author: robbie
Date: Wed Jun  8 19:57:50 2011
New Revision: 1133538

URL: http://svn.apache.org/viewvc?rev=1133538&view=rev
Log:
NO-JIRA: testing use of Server Side Includes

Added:
    qpid/site/docs/footer.include
    qpid/site/docs/header.include
    qpid/site/docs/menu.include
    qpid/site/docs/test.html   (with props)

Added: qpid/site/docs/footer.include
URL: http://svn.apache.org/viewvc/qpid/site/docs/footer.include?rev=1133538&view=auto
==============================================================================
--- qpid/site/docs/footer.include (added)
+++ qpid/site/docs/footer.include Wed Jun  8 19:57:50 2011
@@ -0,0 +1,7 @@
+      <div class="footer">
+        <p>
+          &#xA9; 2004-2011 The Apache Software Foundation.<br />
+          Apache Qpid, Qpid, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation.<br />
+          All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+        </p>
+      </div>

Added: qpid/site/docs/header.include
URL: http://svn.apache.org/viewvc/qpid/site/docs/header.include?rev=1133538&view=auto
==============================================================================
--- qpid/site/docs/header.include (added)
+++ qpid/site/docs/header.include Wed Jun  8 19:57:50 2011
@@ -0,0 +1,6 @@
+      <div class="header">
+        <div class="logo">
+          <h1>Apache Qpid&#8482;</h1>
+          <h2>Open Source AMQP Messaging</h2>
+        </div>
+      </div>

Added: qpid/site/docs/menu.include
URL: http://svn.apache.org/viewvc/qpid/site/docs/menu.include?rev=1133538&view=auto
==============================================================================
--- qpid/site/docs/menu.include (added)
+++ qpid/site/docs/menu.include Wed Jun  8 19:57:50 2011
@@ -0,0 +1,71 @@
+    <div class="menu_box">
+	<div class="menu_box_top"></div>
+	<div class="menu_box_body">
+	  <h3>Apache Qpid</h3>
+	  <ul>
+	    <li><a href="index.html">Home</a></li>
+	    <li><a href="download.cgi">Download</a></li>
+	    <li><a href="getting_started.html">Getting Started</a></li>
+	    <li><a href="http://www.apache.org/licenses/">License</a></li>
+	    <li><a href="https://cwiki.apache.org/qpid/faq.html">FAQ</a></li>
+	  </ul>
+	</div>
+	<div class="menu_box_bottom"></div>
+
+	<div class="menu_box_top"></div>
+	<div class="menu_box_body">
+	  <h3>Documentation</h3>
+	  <ul>
+	    <li><a href="documentation.html#doc-release">0.10 Release</a></li>
+	    <li><a href="documentation.html#doc-trunk">Trunk</a></li>
+	    <li><a href="documentation.html#doc-archives">Archive</a></li>
+	  </ul>
+	</div>
+	<div class="menu_box_bottom"></div>
+
+	<div class="menu_box_top"></div>
+	<div class="menu_box_body">
+	  <h3>Community</h3>
+	  <ul>
+	    <li><a href="getting_involved.html">Getting Involved</a></li>
+	    <li><a href="source_repository.html">Source Repository</a></li>
+	    <li><a href="mailing_lists.html">Mailing Lists</a></li>
+	    <li><a href="https://cwiki.apache.org/qpid/">Wiki</a></li>
+	    <li><a href="https://issues.apache.org/jira/browse/qpid">Issue Reporting</a></li>
+	    <li><a href="people.html">People</a></li>
+	    <li><a href="acknowledgements.html">Acknowledgements</a></li>
+	  </ul>
+	</div>
+	<div class="menu_box_bottom"></div>
+
+	<div class="menu_box_top"></div>
+	<div class="menu_box_body">
+	  <h3>Developers</h3>
+	  <ul>
+	    <li><a href="https://cwiki.apache.org/qpid/building.html">Building Qpid</a></li>
+	    <li><a href="https://cwiki.apache.org/qpid/developer-pages.html">Developer Pages</a></li>
+	  </ul>
+	</div>
+	<div class="menu_box_bottom"></div>
+
+	<div class="menu_box_top"></div>
+	<div class="menu_box_body">
+	  <h3>About AMQP</h3>
+	  <ul>
+	    <li><a href="amqp.html">What is AMQP?</a></li>
+	  </ul>
+	</div>
+	<div class="menu_box_bottom"></div>
+
+	<div class="menu_box_top"></div>
+	<div class="menu_box_body">
+	  <h3>About Apache</h3>
+	  <ul>
+	    <li><a href="http://www.apache.org">Home</a></li>
+	    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+	    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+	    <li><a href="http://www.apache.org/security/">Security</a></li>
+	  </ul>
+	</div>
+	<div class="menu_box_bottom"></div>
+    </div>

Added: qpid/site/docs/test.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/test.html?rev=1133538&view=auto
==============================================================================
--- qpid/site/docs/test.html (added)
+++ qpid/site/docs/test.html Wed Jun  8 19:57:50 2011
@@ -0,0 +1,122 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you 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.
+ -
+-->
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Apache Qpid&#8482;: Open Source AMQP Messaging</title>
+    <link href="style.css" rel="stylesheet" type="text/css"/>
+  </head>
+
+  <body>
+    <div class="container">
+      <!--=== begin header ===-->
+      <!--#include virtual="header.include" -->
+      <!--=== end header ===-->
+
+      <!--=== begin menu ===-->
+      <!--#include virtual="menu.include" --> 
+      <!--=== end menu ===-->
+
+      <div class="main_text_area">
+	  <div class="main_text_area_top"></div>
+
+<div class="main_text_area_body">
+  <h1>Introduction</h1>
+
+  <p>Apache Qpid&#8482; is a cross-platform Enterprise
+    Messaging system which implements the Advanced Message Queuing Protocol
+    (AMQP), providing message brokers written in C++ and
+    Java, along with clients for C++, Java JMS, .Net, Python, and Ruby.</p>
+
+  <p>Enterprise Messaging systems let programs communicate by
+    exchanging messages, much as people communicate by
+    exchanging email. Unlike email, enterprise messaging systems
+    provide guaranteed delivery, speed, security, and freedom
+    from spam. Until recently, there was no open standard for
+    Enterprise Messaging systems, so programmers either wrote
+    their own, or used expensive proprietary systems.</p>
+
+  <p><a href="http://www.amqp.org/">AMQP</a> is the first open standard for
+    Enterprise Messaging. It is designed to support messaging
+    for just about any distributed or business
+    application. Routing can be configured flexibly, easily
+    supporting common messaging paradigms like point-to-point,
+    fanout, publish-subscribe, and request-response.</p>
+
+  <p>Apache Qpid implements the latest AMQP specification, providing
+    transaction management, queuing, distribution, security,
+    management, clustering, federation and heterogeneous
+    multi-platform support and a lot more. And Apache Qpid is
+    extremely fast. Apache Qpid <a href="compatibility.html"
+    title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p>
+
+  <p>This is a project of the <a href="http://www.apache.org/">Apache Software Foundation.</a></p>
+
+  <div class="feature_box">
+    <div class="feature_box_column1">
+      <h3>AMQP Brokers</h3>
+      <ul>
+	<li><p>Java Implementation</p>
+	</li>
+	<li><p>C++ Implementation</p>
+	</li>
+      </ul>
+      <br/>
+      <br/>
+    </div>
+
+    <div class="feature_box_column2">
+      <h3>AMQP Client APIs</h3>
+      <ul>
+	<li>Java (JMS 1.1 compliant)</li>
+	<li>C++ (Linux/Windows)</li>
+	<li>C# .NET</li>
+	<li>WCF Adapter (Windows Only)</li>
+	<li>Python</li>
+	<li>Ruby</li>
+      </ul>
+    </div>
+
+    <div class="feature_box_column3">
+      <h3>Qpid Management</h3>
+      <ul>
+	<li>QMF Python API</li>
+	<li>QMF C++ API </li>
+	<li>Python tools</li>
+	<li>JMX</li>
+      </ul>
+    </div>
+
+  </div>
+
+</div>
+
+      </div>
+
+      <!--=== begin footer ===-->
+      <!--#include virtual="footer.include" --> 
+      <!--=== end footer ===-->
+
+    </div>
+  </body>
+</html>

Propchange: qpid/site/docs/test.html
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org