summaryrefslogtreecommitdiff
path: root/doc/website/template
diff options
context:
space:
mode:
Diffstat (limited to 'doc/website/template')
-rw-r--r--doc/website/template/images/asf-logo.pngbin4735 -> 0 bytes
-rw-r--r--doc/website/template/images/asf_logo.gifbin7279 -> 0 bytes
-rw-r--r--doc/website/template/images/header.pngbin22576 -> 0 bytes
-rw-r--r--doc/website/template/images/main_body.pngbin211 -> 0 bytes
-rw-r--r--doc/website/template/images/main_bottom.pngbin1719 -> 0 bytes
-rw-r--r--doc/website/template/images/main_top.pngbin295 -> 0 bytes
-rw-r--r--doc/website/template/images/menu_body.pngbin198 -> 0 bytes
-rw-r--r--doc/website/template/images/menu_bottom.pngbin264 -> 0 bytes
-rw-r--r--doc/website/template/images/menu_top.pngbin258 -> 0 bytes
-rw-r--r--doc/website/template/images/qpid-logo-900x480.pngbin39038 -> 0 bytes
-rw-r--r--doc/website/template/images/qpid-logo.pngbin6600 -> 0 bytes
-rw-r--r--doc/website/template/style.css276
-rw-r--r--doc/website/template/template.html126
13 files changed, 0 insertions, 402 deletions
diff --git a/doc/website/template/images/asf-logo.png b/doc/website/template/images/asf-logo.png
deleted file mode 100644
index d824fab768..0000000000
--- a/doc/website/template/images/asf-logo.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/asf_logo.gif b/doc/website/template/images/asf_logo.gif
deleted file mode 100644
index 22eb9d7358..0000000000
--- a/doc/website/template/images/asf_logo.gif
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/header.png b/doc/website/template/images/header.png
deleted file mode 100644
index 66e35d7e37..0000000000
--- a/doc/website/template/images/header.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/main_body.png b/doc/website/template/images/main_body.png
deleted file mode 100644
index a29bdeecd6..0000000000
--- a/doc/website/template/images/main_body.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/main_bottom.png b/doc/website/template/images/main_bottom.png
deleted file mode 100644
index 319288a717..0000000000
--- a/doc/website/template/images/main_bottom.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/main_top.png b/doc/website/template/images/main_top.png
deleted file mode 100644
index ffefe05a8d..0000000000
--- a/doc/website/template/images/main_top.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/menu_body.png b/doc/website/template/images/menu_body.png
deleted file mode 100644
index 39b2e22205..0000000000
--- a/doc/website/template/images/menu_body.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/menu_bottom.png b/doc/website/template/images/menu_bottom.png
deleted file mode 100644
index 21bd16aeba..0000000000
--- a/doc/website/template/images/menu_bottom.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/menu_top.png b/doc/website/template/images/menu_top.png
deleted file mode 100644
index dea7164ef0..0000000000
--- a/doc/website/template/images/menu_top.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/qpid-logo-900x480.png b/doc/website/template/images/qpid-logo-900x480.png
deleted file mode 100644
index 3e12816142..0000000000
--- a/doc/website/template/images/qpid-logo-900x480.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/images/qpid-logo.png b/doc/website/template/images/qpid-logo.png
deleted file mode 100644
index 95d49ea469..0000000000
--- a/doc/website/template/images/qpid-logo.png
+++ /dev/null
Binary files differ
diff --git a/doc/website/template/style.css b/doc/website/template/style.css
deleted file mode 100644
index 57dc571425..0000000000
--- a/doc/website/template/style.css
+++ /dev/null
@@ -1,276 +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.
- *
- */
-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;
-}
-
-.download_table {
- width:100%;
-}
-
-.download_table_col_1 {
- width:240px;
-}
-
-.download_table_amqp_col {
- text-align:center;
- width:80px;
-}
-
diff --git a/doc/website/template/template.html b/doc/website/template/template.html
deleted file mode 100644
index 2738085e00..0000000000
--- a/doc/website/template/template.html
+++ /dev/null
@@ -1,126 +0,0 @@
-<!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">
- <div class="header">
- <div class="logo">
- <h1>Apache Qpid&#8482;</h1>
- <h2>Open Source AMQP Messaging</h2>
- </div>
- </div> <!-- end of header -->
-
- <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> <!-- end of menu_box_body -->
- <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.8 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> <!-- end of menu_box_body -->
- <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> <!-- end of menu_box_body -->
- <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> <!-- end of menu_box_body -->
- <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> <!-- end of menu_box_body -->
- <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> <!-- end of menu_box_body -->
- <div class="menu_box_bottom"></div>
- </div> <!-- end of menu_box -->
-
- <div class="main_text_area">
- <div class="main_text_area_top"></div>
-{.}
- </div>
-
- <div class="footer">
- <p>
- &#xA9; 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>
- </body>
-</html>