From ebfd9ff053b04ab379acfc0fefedee5a31b6d8a5 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 21 Oct 2011 01:19:00 +0000 Subject: Undo bad merge from trunk - merged at wrong level. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187150 13f79535-47bb-0310-9956-ffa450edef68 --- doc/website/example/images/asf-logo.png | Bin 0 -> 4735 bytes doc/website/example/images/asf_logo.gif | Bin 0 -> 7279 bytes doc/website/example/images/header.png | Bin 0 -> 22354 bytes doc/website/example/images/main_body.png | Bin 0 -> 211 bytes doc/website/example/images/main_bottom.png | Bin 0 -> 1719 bytes doc/website/example/images/main_top.png | Bin 0 -> 295 bytes doc/website/example/images/menu_body.png | Bin 0 -> 198 bytes doc/website/example/images/menu_bottom.png | Bin 0 -> 264 bytes doc/website/example/images/menu_top.png | Bin 0 -> 258 bytes doc/website/example/images/qpid-logo-900x480.png | Bin 0 -> 39038 bytes doc/website/example/images/qpid-logo.png | Bin 0 -> 5775 bytes doc/website/example/index.html | 185 ++++++++++++++++ doc/website/example/style.css | 263 +++++++++++++++++++++++ 13 files changed, 448 insertions(+) create mode 100644 doc/website/example/images/asf-logo.png create mode 100644 doc/website/example/images/asf_logo.gif create mode 100644 doc/website/example/images/header.png create mode 100644 doc/website/example/images/main_body.png create mode 100644 doc/website/example/images/main_bottom.png create mode 100644 doc/website/example/images/main_top.png create mode 100644 doc/website/example/images/menu_body.png create mode 100644 doc/website/example/images/menu_bottom.png create mode 100644 doc/website/example/images/menu_top.png create mode 100644 doc/website/example/images/qpid-logo-900x480.png create mode 100644 doc/website/example/images/qpid-logo.png create mode 100644 doc/website/example/index.html create mode 100644 doc/website/example/style.css (limited to 'doc/website/example') diff --git a/doc/website/example/images/asf-logo.png b/doc/website/example/images/asf-logo.png new file mode 100644 index 0000000000..d824fab768 Binary files /dev/null and b/doc/website/example/images/asf-logo.png differ diff --git a/doc/website/example/images/asf_logo.gif b/doc/website/example/images/asf_logo.gif new file mode 100644 index 0000000000..22eb9d7358 Binary files /dev/null and b/doc/website/example/images/asf_logo.gif differ diff --git a/doc/website/example/images/header.png b/doc/website/example/images/header.png new file mode 100644 index 0000000000..9cd149fb29 Binary files /dev/null and b/doc/website/example/images/header.png differ diff --git a/doc/website/example/images/main_body.png b/doc/website/example/images/main_body.png new file mode 100644 index 0000000000..a29bdeecd6 Binary files /dev/null and b/doc/website/example/images/main_body.png differ diff --git a/doc/website/example/images/main_bottom.png b/doc/website/example/images/main_bottom.png new file mode 100644 index 0000000000..319288a717 Binary files /dev/null and b/doc/website/example/images/main_bottom.png differ diff --git a/doc/website/example/images/main_top.png b/doc/website/example/images/main_top.png new file mode 100644 index 0000000000..ffefe05a8d Binary files /dev/null and b/doc/website/example/images/main_top.png differ diff --git a/doc/website/example/images/menu_body.png b/doc/website/example/images/menu_body.png new file mode 100644 index 0000000000..39b2e22205 Binary files /dev/null and b/doc/website/example/images/menu_body.png differ diff --git a/doc/website/example/images/menu_bottom.png b/doc/website/example/images/menu_bottom.png new file mode 100644 index 0000000000..21bd16aeba Binary files /dev/null and b/doc/website/example/images/menu_bottom.png differ diff --git a/doc/website/example/images/menu_top.png b/doc/website/example/images/menu_top.png new file mode 100644 index 0000000000..dea7164ef0 Binary files /dev/null and b/doc/website/example/images/menu_top.png differ diff --git a/doc/website/example/images/qpid-logo-900x480.png b/doc/website/example/images/qpid-logo-900x480.png new file mode 100644 index 0000000000..3e12816142 Binary files /dev/null and b/doc/website/example/images/qpid-logo-900x480.png differ diff --git a/doc/website/example/images/qpid-logo.png b/doc/website/example/images/qpid-logo.png new file mode 100644 index 0000000000..f6d4bfdbad Binary files /dev/null and b/doc/website/example/images/qpid-logo.png differ diff --git a/doc/website/example/index.html b/doc/website/example/index.html new file mode 100644 index 0000000000..308ac94765 --- /dev/null +++ b/doc/website/example/index.html @@ -0,0 +1,185 @@ + + + + + + Apache Qpid: Open Source AMQP Messaging + + + + +
+ + + + +
+
+ +
+

Introduction

+

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.

+ +

AMQP Advanced Message + Queuing Protocol 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.

+ +

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 aims to be 100% AMQP Compliant.

+ +
+
+

AMQP Brokers

+ +
+
+
+ + + +
+

Qpid Management

+ +
+ +
+ +
+ + +
+
+ + + +
+ + diff --git a/doc/website/example/style.css b/doc/website/example/style.css new file mode 100644 index 0000000000..1e05052a03 --- /dev/null +++ b/doc/website/example/style.css @@ -0,0 +1,263 @@ +/* + * + * 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. + * + */ +ul { + list-style-type:square; +} + +th { + text-align: left; + font-weight: bold; +} + + +#body { + margin:0; + background:#FFFFFF; + font-family:"Verdana", sans-serif; +} + +#container { + width:950px; + margin:0 auto; +} + +#header { + height:100px; + width:950px; + background:url(images/header.png) +} + +#logo { + text-align:center; + font-weight:600; + padding:0 0 0 0; + font-size:14px; + font-family:"Verdana", cursive; +} + +#logo a { + color:#000000; + text-decoration:none; +} + +#main_text_area { + margin-left:200px; +} + +#main_text_area_top { + height:14px; + font-size:1px; +} + +#main_text_area_bottom { + height:14px; + font-size:1px; + margin-bottom:4px; +} + +#main_text_area_body { + padding:5px 24px; +} + +#main_text_area_body p { + text-align:justify; +} + +#main_text_area br { + line-height:10px; +} + +#main_text_area h1 { + font-size:28px; + font-weight:600; + margin:0 0 24px 0; + color:#0c3b82; + font-family:"Verdana", Times, serif; +} + +#main_text_area h2 { + font-size:24px; + font-weight:600; + margin:24px 0 8px 0; + color:#0c3b82; + font-family:"Verdana",Times, serif; +} + +#main_text_area ol, #main_text_area ul { + padding:0; + margin:10px 0; + margin-left:20px; +} + +#main_text_area li { +/* margin-left:40px; */ +} + +#main_text_area, #menu_box { + font-size:13px; + line-height:17px; + color:#000000; +} + +#main_text_area { + font-size:15px; +} + +#main_text_area a { + color:#000000; +} + +#main_text_area a:hover { + color:#000000; +} + +#menu_box { + width:196px; + float:left; + margin-left:4px; +} + +#menu_box_top { + background:url(images/menu_top.png) no-repeat; + height:14px; + font-size:1px; +} + +#menu_box_body { + background:url(images/menu_body.png) repeat-y; + padding:5px 24px 5px 24px; +} + +#menu_box_bottom { + background:url(images/menu_bottom.png) no-repeat; + height:14px; + font-size:1px; + margin-bottom:1px; +} + +#menu_box h3 { + font-size:20px; + font-weight:500; + margin:0 0 8px 0; + color:#0c3b82; + font-family:"Verdana",Times, serif; +} + +#menu_box ul { + margin:12px; + padding:0px; +} + +#menu_box li { + list-style:square; +} + +#menu_box a { + color:#000000; + text-decoration:none; +} + +#menu_box a:hover { + color:#000000; + text-decoration:underline; +} + +#feature_box { + width:698px; + overflow:hidden; +} + +#feature_box h3 { + font-size:18px; + font-weight:600; + margin:0 0 8px 0; + color:#0c3b82; + font-family:"Verdana", Times, serif; +} + +#feature_box_column1 { + width:196px; + float:left; + padding:10px 15px 10px 15px; + margin-left:0px; +} + +#feature_box_column2 { + width:196px; + float:left; + padding:10px 15px 10px 15px; + margin-left:0px; +} + +#feature_box_column3 { + width:196px; + float:left; + padding:10px 15px 10px 15px; + margin-left:0px; +} + +#feature_box ul { + margin:.8em .4em; + padding-left:1.2em; + padding:0; + list-style-type: square; +} + +#feature_box ul li { + font-family:"Verdana",sans-serif; + font-size:14px; + color:#000; + margin:.4em 0; +} + +#feature_box ul li ul { + padding-left:1.2em; + margin-left:2em; +} + +#feature_box a { + color:#000000; + text-decoration:none; +} + +#feature_box a:hover { + color:#000000; + text-decoration:underline; +} + +#footer { + color:#000000; + clear:both; + text-align:center; + font-size:11px; + line-height:17px; + height:45px; + padding-top:18px; +} + +#footer a { + color:#000000; +} + +#footer a:hover { + color:#000000; +} + -- cgit v1.2.1