Author: robbie
Date: Sat Dec 11 16:15:36 2010
New Revision: 1044675
URL: http://svn.apache.org/viewvc?rev=1044675&view=rev
Log:
updates to make the website conform with the Apache Project Branding
Requirements
Removed:
qpid/trunk/qpid/doc/website/content/license.html
Modified:
qpid/trunk/qpid/doc/website/content/.htaccess
qpid/trunk/qpid/doc/website/content/index.html
qpid/trunk/qpid/doc/website/template/images/header.png
qpid/trunk/qpid/doc/website/template/images/qpid-logo.png
qpid/trunk/qpid/doc/website/template/template.html
Modified: qpid/trunk/qpid/doc/website/content/.htaccess
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/content/.htaccess?rev=1044675&r1=1044674&r2=1044675&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/website/content/.htaccess (original)
+++ qpid/trunk/qpid/doc/website/content/.htaccess Sat Dec 11 16:15:36 2010
@@ -17,4 +17,4 @@
# under the License.
#
Redirect /download.html http://qpid.apache.org/download.cgi
-
+Redirect /licence.html http://www.apache.org/licences/
Modified: qpid/trunk/qpid/doc/website/content/index.html
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/content/index.html?rev=1044675&r1=1044674&r2=1044675&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/website/content/index.html (original)
+++ qpid/trunk/qpid/doc/website/content/index.html Sat Dec 11 16:15:36 2010
@@ -20,6 +20,12 @@
-->
<div class="main_text_area_body">
<h1>Introduction</h1>
+
+ <p>Apache Qpid™ 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<=>JMX)</li>
+ <li>JMX</li>
</ul>
</div> <!-- end of feature_box_column -->
Modified: qpid/trunk/qpid/doc/website/template/images/header.png
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/header.png?rev=1044675&r1=1044674&r2=1044675&view=diff
==============================================================================
Binary files - no diff available.
Modified: qpid/trunk/qpid/doc/website/template/images/qpid-logo.png
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/qpid-logo.png?rev=1044675&r1=1044674&r2=1044675&view=diff
==============================================================================
Binary files - no diff available.
Modified: qpid/trunk/qpid/doc/website/template/template.html
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/template.html?rev=1044675&r1=1044674&r2=1044675&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/website/template/template.html (original)
+++ qpid/trunk/qpid/doc/website/template/template.html Sat Dec 11 16:15:36 2010
@@ -23,17 +23,17 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Apache Qpid: Open Source AMQP Messaging</title>
+ <title>Apache Qpid™: Open Source AMQP Messaging</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="container">
<div class="header">
- <div class="logo">
- <h1>Apache Qpid</h1>
- <h2>Open Source AMQP Messaging</h2>
- </div>
+ <div class="logo">
+ <h1>Apache Qpid™</h1>
+ <h2>Open Source AMQP Messaging</h2>
+ </div>
</div> <!-- end of header -->
<div class="menu_box">
@@ -44,8 +44,7 @@
<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="roadmap.html">Roadmap</a></li> -->
- <li><a href="license.html">License</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> <!-- end of menu_box_body -->
@@ -72,7 +71,6 @@
<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="#">Project Status</a></li> -->
<li><a href="acknowledgements.html">Acknowledgements</a></li>
</ul>
</div> <!-- end of menu_box_body -->
@@ -99,12 +97,12 @@
<div class="menu_box_top"></div>
<div class="menu_box_body">
- <h3>About The ASF</h3>
+ <h3>About Apache</h3>
<ul>
- <li><a href="http://www.apache.org">ASF</a></li>
- <li><a
href="http://www.apache.org/foundation/how-it-works.html">How it works</a></li>
+ <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> <!-- end of menu_box_body -->
<div class="menu_box_bottom"></div>
@@ -116,7 +114,11 @@
</div>
<div class="footer">
- Apache Qpid, Enterprise AMQP Messaging © 2004-2010 The Apache
Software Foundation.
+ <p>
+ © 2004-2010 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>
</div>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]