summaryrefslogtreecommitdiff
path: root/doc/website/template/template.html
blob: fab61a4ffa96065788c7519371aa46e6f804d7aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!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.10 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-2011 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>