From df6ce3a48d51ea2e3cbf51cb4d2364d3c9d83e1b Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Tue, 8 Jun 2010 22:23:51 +0000 Subject: Fixed validation errors due to problems with the original template - mainly id/class confusion. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952845 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/website/content/acknowledgements.html | 2 +- qpid/doc/website/content/amqp.html | 2 +- qpid/doc/website/content/compatibility.html | 2 +- qpid/doc/website/content/documentation.html | 2 +- qpid/doc/website/content/download.html | 2 +- qpid/doc/website/content/getting_started.html | 2 +- qpid/doc/website/content/home.html | 10 +-- qpid/doc/website/content/license.html | 2 +- qpid/doc/website/content/mailing_lists.html | 2 +- qpid/doc/website/content/people.html | 2 +- qpid/doc/website/content/qpid_integrated_with.html | 2 +- qpid/doc/website/content/source_repository.html | 2 +- qpid/doc/website/template/style.css | 92 +++++++++++----------- qpid/doc/website/template/template.html | 51 ++++++------ 14 files changed, 87 insertions(+), 88 deletions(-) diff --git a/qpid/doc/website/content/acknowledgements.html b/qpid/doc/website/content/acknowledgements.html index 6c9d6c3190..083b495efe 100644 --- a/qpid/doc/website/content/acknowledgements.html +++ b/qpid/doc/website/content/acknowledgements.html @@ -1,4 +1,4 @@ -
+

Acknowledgements

diff --git a/qpid/doc/website/content/amqp.html b/qpid/doc/website/content/amqp.html index 428cc29afe..b9b845bbf8 100644 --- a/qpid/doc/website/content/amqp.html +++ b/qpid/doc/website/content/amqp.html @@ -1,4 +1,4 @@ -
+

What is AMQP?

AMQP Advanced Message Queuing Protocol is an open standard designed to support reliable, high-performance messaging over the Internet. AMQP can be used for any distributed or business application, and supports common messaging paradigms like point-to-point, fanout, publish-subscribe, and request-response.

diff --git a/qpid/doc/website/content/compatibility.html b/qpid/doc/website/content/compatibility.html index cb5b1a8641..a84e8f3626 100644 --- a/qpid/doc/website/content/compatibility.html +++ b/qpid/doc/website/content/compatibility.html @@ -1,4 +1,4 @@ -
+

Qpid provides the most complete and compatible implementation of AMQP. And is the most aggressive in implementing the latest version of the specification. Qpid can be downloaded here

There are two brokers:

diff --git a/qpid/doc/website/content/documentation.html b/qpid/doc/website/content/documentation.html index c258be0956..4dd8ec7b10 100644 --- a/qpid/doc/website/content/documentation.html +++ b/qpid/doc/website/content/documentation.html @@ -1,4 +1,4 @@ -
+

Qpid Documentation

Documentation for Qpid 0.6 (development branch)

diff --git a/qpid/doc/website/content/download.html b/qpid/doc/website/content/download.html index 3f95aace26..00c2762987 100644 --- a/qpid/doc/website/content/download.html +++ b/qpid/doc/website/content/download.html @@ -1,4 +1,4 @@ -
+

Downloads

Production Releases

diff --git a/qpid/doc/website/content/getting_started.html b/qpid/doc/website/content/getting_started.html index 9a313af3c4..fce75fb211 100644 --- a/qpid/doc/website/content/getting_started.html +++ b/qpid/doc/website/content/getting_started.html @@ -1,4 +1,4 @@ -
+

Getting Started with Apache Qpid

To get started with Apache Qpid, follow the steps below.

diff --git a/qpid/doc/website/content/home.html b/qpid/doc/website/content/home.html index 8a22720492..ee8220a26a 100644 --- a/qpid/doc/website/content/home.html +++ b/qpid/doc/website/content/home.html @@ -1,4 +1,4 @@ -
+

Introduction

Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by @@ -23,8 +23,8 @@ extremely fast. Apache Qpid aims to be 100% AMQP Compliant.

-
-
+
+

AMQP Brokers

  • Java Implementation

    @@ -36,7 +36,7 @@
-
+

AMQP Client APIs

  • Java (JMS 1.1 compliant)
  • @@ -48,7 +48,7 @@
-
+

Qpid Management

  • QMF Python API
  • diff --git a/qpid/doc/website/content/license.html b/qpid/doc/website/content/license.html index e59d55ab95..ab00797c10 100644 --- a/qpid/doc/website/content/license.html +++ b/qpid/doc/website/content/license.html @@ -1,4 +1,4 @@ -
    +

    Licensing

    Qpid is licensed under the Apache License, Version 2.0h:

    diff --git a/qpid/doc/website/content/mailing_lists.html b/qpid/doc/website/content/mailing_lists.html index f3d9fcb3c9..34edd19fea 100644 --- a/qpid/doc/website/content/mailing_lists.html +++ b/qpid/doc/website/content/mailing_lists.html @@ -1,4 +1,4 @@ -
    +

    Qpid Mailing lists

    There are a number of lists listed below. Note when sening subscription emails it is best to have a value in the subjsct and body even if it is only 'subscribe'. This will help the ensure the email get past the spam filters.

    diff --git a/qpid/doc/website/content/people.html b/qpid/doc/website/content/people.html index 8bded7038c..950d7faac8 100644 --- a/qpid/doc/website/content/people.html +++ b/qpid/doc/website/content/people.html @@ -1,4 +1,4 @@ -
    +

    People

    This page lists some of the people who have contributed to Qpid.

    diff --git a/qpid/doc/website/content/qpid_integrated_with.html b/qpid/doc/website/content/qpid_integrated_with.html index b2b38b8446..aa0f71c92e 100644 --- a/qpid/doc/website/content/qpid_integrated_with.html +++ b/qpid/doc/website/content/qpid_integrated_with.html @@ -1,4 +1,4 @@ -
    +

    AMQP integrations

    diff --git a/qpid/doc/website/content/source_repository.html b/qpid/doc/website/content/source_repository.html index c900b2d760..7fb49cb97d 100644 --- a/qpid/doc/website/content/source_repository.html +++ b/qpid/doc/website/content/source_repository.html @@ -1,4 +1,4 @@ -
    +

    Source Code Repositories

    Web Browsing of SVN

    diff --git a/qpid/doc/website/template/style.css b/qpid/doc/website/template/style.css index 4df0bd3c71..efa4ca3220 100644 --- a/qpid/doc/website/template/style.css +++ b/qpid/doc/website/template/style.css @@ -7,25 +7,24 @@ th { font-weight: bold; } - -#body { +body { margin:0; background:#FFFFFF; font-family:"Verdana", sans-serif; } -#container { +.container { width:950px; margin:0 auto; } -#header { +.header { height:100px; width:950px; background:url(images/header.png) } -#logo { +.logo { text-align:center; font-weight:600; padding:0 0 0 0; @@ -33,39 +32,39 @@ th { font-family:"Verdana", cursive; } -#logo a { +.logo a { color:#000000; text-decoration:none; } -#main_text_area { +.main_text_area { margin-left:200px; } -#main_text_area_top { +.main_text_area_top { height:14px; font-size:1px; } -#main_text_area_bottom { +.main_text_area_bottom { height:14px; font-size:1px; margin-bottom:4px; } -#main_text_area_body { +.main_text_area_body { padding:5px 24px; } -#main_text_area_body p { +.main_text_area_body p { text-align:justify; } -#main_text_area br { +.main_text_area br { line-height:10px; } -#main_text_area h1 { +.main_text_area h1 { font-size:28px; font-weight:600; margin:0 0 24px 0; @@ -73,7 +72,7 @@ th { font-family:"Verdana", Times, serif; } -#main_text_area h2 { +.main_text_area h2 { font-size:24px; font-weight:600; margin:24px 0 8px 0; @@ -81,59 +80,59 @@ th { font-family:"Verdana",Times, serif; } -#main_text_area ol, #main_text_area ul { +.main_text_area ol, .main_text_area ul { padding:0; margin:10px 0; margin-left:20px; } -#main_text_area li { +.main_text_area li { /* margin-left:40px; */ } -#main_text_area, #menu_box { +.main_text_area, .menu_box { font-size:13px; line-height:17px; color:#000000; } -#main_text_area { +.main_text_area { font-size:15px; } -#main_text_area a { +.main_text_area a { color:#000000; } -#main_text_area a:hover { +.main_text_area a:hover { color:#000000; } -#menu_box { +.menu_box { width:196px; float:left; margin-left:4px; } -#menu_box_top { +.menu_box_top { background:url(images/menu_top.png) no-repeat; height:14px; font-size:1px; } -#menu_box_body { +.menu_box_body { background:url(images/menu_body.png) repeat-y; padding:5px 24px 5px 24px; } -#menu_box_bottom { +.menu_box_bottom { background:url(images/menu_bottom.png) no-repeat; height:14px; font-size:1px; margin-bottom:1px; } -#menu_box h3 { +.menu_box h3 { font-size:20px; font-weight:500; margin:0 0 8px 0; @@ -141,32 +140,31 @@ th { font-family:"Verdana",Times, serif; } -#menu_box ul { +.menu_box ul { margin:12px; padding:0px; } -#menu_box li { +.menu_box li { list-style:square; } -#menu_box a { +.menu_box a { color:#000000; text-decoration:none; } -#menu_box a:hover { +.menu_box a:hover { color:#000000; text-decoration:underline; } -#feature_box { +.feature_box { width:750px; - repeat-y; overflow:hidden; } -#feature_box h3 { +.feature_box h3 { font-size:18px; font-weight:600; margin:0 0 8px 0; @@ -174,57 +172,58 @@ th { font-family:"Verdana", Times, serif; } -#feature_box_column1 { +.feature_box_column1 { width:196px; float:left; padding:10px 15px 10px 15px; - margin-left:0px; +# margin-left:0px; } -#feature_box_column2 { +.feature_box_column2 { width:196px; float:left; padding:10px 15px 10px 15px; - margin-left:0px; +# margin-left:0px; } -#feature_box_column3 { +.feature_box_column3 { width:196px; float:left; padding:10px 15px 10px 15px; - margin-left:0px; +# margin-left:0px; } -#feature_box ul { + +.feature_box ul { margin:.8em .4em; padding-left:1.2em; padding:0; list-style-type: square; } -#feature_box ul li { +.feature_box ul li { font-family:"Verdana",sans-serif; font-size:14px; color:#000; margin:.4em 0; } -#feature_box ul li ul { +.feature_box ul li ul { padding-left:1.2em; margin-left:2em; } -#feature_box a { +.feature_box a { color:#000000; text-decoration:none; } -#feature_box a:hover { +.feature_box a:hover { color:#000000; text-decoration:underline; } -#footer { +.footer { color:#000000; clear:both; text-align:center; @@ -234,11 +233,12 @@ th { padding-top:18px; } -#footer a { +.footer a { color:#000000; } -#footer a:hover { +.footer a:hover { color:#000000; } + diff --git a/qpid/doc/website/template/template.html b/qpid/doc/website/template/template.html index aef58dbee0..e9986075be 100644 --- a/qpid/doc/website/template/template.html +++ b/qpid/doc/website/template/template.html @@ -28,17 +28,17 @@ -
    -