summaryrefslogtreecommitdiff
path: root/doc/website/content
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-12-11 16:15:36 +0000
committerRobert Gemmell <robbie@apache.org>2010-12-11 16:15:36 +0000
commitfe8815ae274dcaeb249ab925499ee87e5e950d1e (patch)
treebbcbd0f45770089809c4c9428b2d1a41cd909c72 /doc/website/content
parentd81ad95f80b4a3d205a217ab81469dd8fabc35b1 (diff)
downloadqpid-python-fe8815ae274dcaeb249ab925499ee87e5e950d1e.tar.gz
updates to make the website conform with the Apache Project Branding Requirements
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1044675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/website/content')
-rw-r--r--doc/website/content/.htaccess2
-rw-r--r--doc/website/content/index.html13
-rw-r--r--doc/website/content/license.html30
3 files changed, 11 insertions, 34 deletions
diff --git a/doc/website/content/.htaccess b/doc/website/content/.htaccess
index 3269f4838d..d26b5013e4 100644
--- a/doc/website/content/.htaccess
+++ b/doc/website/content/.htaccess
@@ -17,4 +17,4 @@
# under the License.
#
Redirect /download.html http://qpid.apache.org/download.cgi
-
+Redirect /licence.html http://www.apache.org/licences/
diff --git a/doc/website/content/index.html b/doc/website/content/index.html
index 674e74470a..16e96ebc7a 100644
--- a/doc/website/content/index.html
+++ b/doc/website/content/index.html
@@ -20,6 +20,12 @@
-->
<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
@@ -28,8 +34,7 @@
Enterprise Messaging systems, so programmers either wrote
their own, or used expensive proprietary systems.</p>
- <p>AMQP <a href="http://www.amqp.org/">Advanced Message
- Queuing Protocol</a> is the first open standard for
+ <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
@@ -43,6 +48,8 @@
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>
@@ -74,7 +81,7 @@
<li>QMF Python API</li>
<li>QMF C++ API </li>
<li>Python tools</li>
- <li>QMan (QMF&lt;=>JMX)</li>
+ <li>JMX</li>
</ul>
</div> <!-- end of feature_box_column -->
diff --git a/doc/website/content/license.html b/doc/website/content/license.html
deleted file mode 100644
index c79ff3229e..0000000000
--- a/doc/website/content/license.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
- -
- - 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.
- -
--->
-<div class="main_text_area_body">
- <h1>Licensing</h1>
-
- <p>Qpid is licensed under the Apache License, Version 2.0h:</p>
-
- <p><a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
-
- <p>Please look at the notice files provided with the downloads to see the list of embedded components.</p>
-
-</div>