You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/05/21 23:55:23 UTC

svn commit: r947199 [2/2] - in /qpid/trunk/qpid/doc/website: ./ build/ content/ content/images/ example/ example/images/ template/ template/images/ tools/

Added: qpid/trunk/qpid/doc/website/content/source_repository.html~
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/content/source_repository.html%7E?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/content/source_repository.html~ (added)
+++ qpid/trunk/qpid/doc/website/content/source_repository.html~ Fri May 21 21:55:22 2010
@@ -0,0 +1,60 @@
+<div id="main_text_area_body"  xmlns="http://www.w3.org/1999/xhtml">
+
+  <h2>Web Browsing of SVN</h2>
+
+  <p>To browse via the web use the ViewVC interface:</p>
+
+  <p><a href="http://svn.apache.org/viewvc/qpid/trunk/qpid">http://svn.apache.org/viewvc/qpid/trunk/qpid</a></p>
+
+<p>Or to browse the source tree directly:</p>
+
+<p><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid">https://svn.apache.org/repos/asf/qpid/trunk/qpid</a></p>
+
+<h3><a name="SourceRepository-CheckingoutfromSVN"></a>Checking out from SVN</h3>
+
+<p>The source code can be checked out anonymous over HTTP by doign:</p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+svn co http:<span class="code-comment">//svn.apache.org/repos/asf/qpid/trunk</span>
+</pre>
+</div></div>
+
+<p>Committers can check out the code over HTTPS:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+svn co https:<span class="code-comment">//svn.apache.org/repos/asf/qpid/trunk</span>
+</pre>
+</div></div>
+
+<h2><a name="SourceRepository-ReadonlyGITrepo"></a>Read only GIT repo</h2>
+
+<p>A read only GIT repo is available:</p>
+
+<p>It can be cloned with</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+git clone git:<span class="code-comment">//git.apache.org/qpid.git qpid</span>
+</pre>
+</div></div>
+
+<p>or </p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+git clone http:<span class="code-comment">//git.apache.org/qpid.git qpid</span>
+</pre>
+</div></div>
+
+<p>and then git pull will fetch updates.</p>
+
+<p>If you have commit access it is also possible to commit back with git svn dcommit by following the instructions on the <a href="http://wiki.apache.org/general/GitAtApache">GitAtApache</a> page.</p>
+
+<h2>Setting up your subversion client</h2>
+
+<p>When adding files to subversion, it's important that your subversion client is properly setup to the appropriate subversion properties are set.  The client can do it automatically by modifying the auto-props section of the subversion config file.   Use the contents of:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+http:<span class="code-comment">//svn.apache.org/repos/asf/qpid/trunk/etc/svn-auto-props</span>
+</pre>
+</div></div>
+</div>

Added: qpid/trunk/qpid/doc/website/example/images/asf-logo.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/asf-logo.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/asf-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/asf_logo.gif
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/asf_logo.gif?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/asf_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/header.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/header.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/header.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/main_body.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/main_body.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/main_body.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/main_bottom.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/main_bottom.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/main_bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/main_top.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/main_top.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/main_top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/menu_body.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/menu_body.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/menu_body.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/menu_bottom.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/menu_bottom.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/menu_bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/menu_top.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/menu_top.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/menu_top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/qpid-logo-900x480.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/qpid-logo-900x480.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/qpid-logo-900x480.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/images/qpid-logo.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/images/qpid-logo.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/example/images/qpid-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/example/index.html
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/index.html?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/example/index.html (added)
+++ qpid/trunk/qpid/doc/website/example/index.html Fri May 21 21:55:22 2010
@@ -0,0 +1,185 @@
+<!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: Open Source AMQP Messaging</title>
+    <link href="style.css" rel="stylesheet" type="text/css"/>
+  </head>
+
+  <body>
+    <div id="container">
+      <div id="header">
+	<div id="logo">
+	  <h1>Apache Qpid</h1>
+	  <h2>Open Source AMQP Messaging</h2>
+	</div>
+      </div>  <!-- end of header --> 
+
+      <div id="menu_box">
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Apache Qpid</h3>
+	  <ul>
+	    <li><a href="#">Home</a></li>
+	    <li><a href="#">Download</a></li>
+	    <li><a href="#">Getting Started</a></li>
+	    <li><a href="#">Roadmap</a></li>
+	    <li><a href="#">License</a></li>
+	    <li><a href="#">FAQ</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body --> 
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Documentation</h3>
+	  <ul>
+	    <li><a href="#">Version 0.6</a></li>
+	    <li><a href="#">Version 0.5</a></li>
+	    <li><a href="#">Archive</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Community</h3>
+	  <ul>
+	    <li><a href="#">Getting Involved</a></li>
+	    <li><a href="#">Source Repository</a></li>
+	    <li><a href="#">Mailing Lists</a></li>
+	    <li><a href="#">Wiki</a></li>
+	    <li><a href="#">Issue Reporting</a></li>
+	    <li><a href="#">People</a></li>
+	    <li><a href="#">Project Status</a></li>
+	    <li><a href="#">Acknowledgements</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Developers</h3>
+	  <ul>
+	    <li><a href="#">Building Qpid</a></li>
+	    <li><a href="#">Developer Pages</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>About AMQP</h3>
+	  <ul>
+	    <li><a href="#">What is AMQP?</a></li>
+	    <li><a href="#">Specification</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+      </div> <!-- end of menu_box -->
+
+      <div id="main_text_area">
+	<div id="main_text_area_top"></div>
+
+<div id="main_text_area_body"  xmlns="http://www.w3.org/1999/xhtml">
+  <h1>Introduction</h1>
+  <p>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.</p>
+
+  <p>AMQP <a href="http://www.amqp.org/">Advanced Message
+      Queuing Protocol</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
+    supporting common messaging paradigms like point-to-point,
+    fanout, publish-subscribe, and request-response.</p>
+
+  <p>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 <a href="amqp-compatibility.html"
+    title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p>
+
+  <div id="feature_box">
+    <div id="feature_box_column1">
+      <h3>AMQP Brokers</h3>
+      <ul>
+	<li><a href="#">Java Broker</a>
+	  <ul>
+	    <li><a href="#">Feature Guide</a></li> 
+	  </ul>
+	</li>
+	<li><a href="#">C++ Broker (Linux/Windows)</a>
+	  <ul>
+	    <li><a href="#">Feature Guide</a></li>
+	  </ul>
+	</li>
+      </ul>
+      <br/>
+      <br/>
+    </div> <!-- end of feature_box_column -->
+
+    <div id="feature_box_column2">
+      <h3>AMQP Client APIs</h3>
+      <ul>
+	<li><a href="#">Java (JMS 1.1 compliant)</a></li>
+	<li><a href="#">C++ (Linux/Windows)</a></li>
+	<li><a href="#">C# .NET</a></li>
+	<li><a href="#">WCF Adapter (Windows Only)</a></li>
+	<li><a href="#">Python</a></li>
+	<li><a href="#">Ruby</a></li>
+      </ul>
+    </div> <!-- end of feature_box_column -->
+
+    <div id="feature_box_column3">
+      <h3>Qpid Management</h3>
+      <ul>
+	<li><a href="#">QMF Python API</a></li>
+	<li><a href="#">QMF C++ API</a> </li>
+	<li><a href="#">Python tools</a></li>
+	<li><a href="#">QMan (QMF&lt;=>JMX)</a></li>
+      </ul>
+    </div> <!-- end of feature_box_column -->
+
+  </div> <!-- end of feature_box -->
+
+</div> <!-- end of main_text_area_body -->
+
+
+	<div id="main_text_area_bottom"></div>
+      </div> <!-- end of main_text_area -->
+
+      <div id="footer">
+	Apache Qpid, Enterprise AMQP Messaging &#xA9; 2004-2010 The Apache Software Foundation.
+      </div>
+
+    </div>
+  </body>
+</html>

Added: qpid/trunk/qpid/doc/website/example/style.css
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/example/style.css?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/example/style.css (added)
+++ qpid/trunk/qpid/doc/website/example/style.css Fri May 21 21:55:22 2010
@@ -0,0 +1,244 @@
+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:750px;
+    repeat-y;
+    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;
+}
+

Added: qpid/trunk/qpid/doc/website/index.html
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/index.html?rev=947199&view=auto
==============================================================================
    (empty)

Added: qpid/trunk/qpid/doc/website/template.html
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template.html?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/template.html (added)
+++ qpid/trunk/qpid/doc/website/template.html Fri May 21 21:55:22 2010
@@ -0,0 +1,114 @@
+<!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: Open Source AMQP Messaging</title>
+    <link href="style.css" rel="stylesheet" type="text/css"/>
+  </head>
+
+  <body>
+    <div id="container">
+      <div id="header">
+	<div id="logo">
+	  <h1>Apache Qpid</h1>
+	  <h2>Open Source AMQP Messaging</h2>
+	</div>
+      </div>  <!-- end of header --> 
+
+      <div id="menu_box">
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Apache Qpid</h3>
+	  <ul>
+	    <li><a href="#">Home</a></li>
+	    <li><a href="#">Download</a></li>
+	    <li><a href="#">Getting Started</a></li>
+	    <li><a href="#">Roadmap</a></li>
+	    <li><a href="#">License</a></li>
+	    <li><a href="#">FAQ</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body --> 
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Documentation</h3>
+	  <ul>
+	    <li><a href="#">Version 0.6</a></li>
+	    <li><a href="#">Version 0.5</a></li>
+	    <li><a href="#">Archive</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Community</h3>
+	  <ul>
+	    <li><a href="#">Getting Involved</a></li>
+	    <li><a href="#">Source Repository</a></li>
+	    <li><a href="#">Mailing Lists</a></li>
+	    <li><a href="#">Wiki</a></li>
+	    <li><a href="#">Issue Reporting</a></li>
+	    <li><a href="#">People</a></li>
+	    <li><a href="#">Project Status</a></li>
+	    <li><a href="#">Acknowledgements</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Developers</h3>
+	  <ul>
+	    <li><a href="#">Building Qpid</a></li>
+	    <li><a href="#">Developer Pages</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>About AMQP</h3>
+	  <ul>
+	    <li><a href="#">What is AMQP?</a></li>
+	    <li><a href="#">Specification</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+      </div> <!-- end of menu_box -->
+
+      <div id="main_text_area">
+	<div id="main_text_area_top"></div>
+{.}
+      </div>
+
+      <div id="footer">
+	Apache Qpid, Enterprise AMQP Messaging &#xA9; 2004-2010 The Apache Software Foundation.
+      </div>
+
+    </div>
+  </body>
+</html>

Added: qpid/trunk/qpid/doc/website/template/images/asf-logo.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/asf-logo.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/asf-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/asf_logo.gif
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/asf_logo.gif?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/asf_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 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=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/header.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/main_body.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/main_body.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/main_body.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/main_bottom.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/main_bottom.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/main_bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/main_top.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/main_top.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/main_top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/menu_body.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/menu_body.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/menu_body.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/menu_bottom.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/menu_bottom.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/menu_bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/menu_top.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/menu_top.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/menu_top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/images/qpid-logo-900x480.png
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/images/qpid-logo-900x480.png?rev=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/qpid-logo-900x480.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 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=947199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: qpid/trunk/qpid/doc/website/template/images/qpid-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: qpid/trunk/qpid/doc/website/template/style.css
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/style.css?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/template/style.css (added)
+++ qpid/trunk/qpid/doc/website/template/style.css Fri May 21 21:55:22 2010
@@ -0,0 +1,244 @@
+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:750px;
+    repeat-y;
+    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;
+}
+

Added: qpid/trunk/qpid/doc/website/template/template.html
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/template/template.html?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/template/template.html (added)
+++ qpid/trunk/qpid/doc/website/template/template.html Fri May 21 21:55:22 2010
@@ -0,0 +1,113 @@
+<!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: Open Source AMQP Messaging</title>
+    <link href="style.css" rel="stylesheet" type="text/css"/>
+  </head>
+
+  <body>
+    <div id="container">
+      <div id="header">
+	<div id="logo">
+	  <h1>Apache Qpid</h1>
+	  <h2>Open Source AMQP Messaging</h2>
+	</div>
+      </div>  <!-- end of header --> 
+
+      <div id="menu_box">
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Apache Qpid</h3>
+	  <ul>
+	    <li><a href="./index.html">Home</a></li>
+	    <li><a href="./download.html">Download</a></li>
+	    <li><a href="./getting_started.html">Getting Started</a></li>
+	    <li><a href="./roadmap.html">Roadmap</a></li>
+	    <li><a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></li>
+	    <li><a href="https://cwiki.apache.org/confluence/display/qpid/FAQ">FAQ</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body --> 
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Documentation</h3>
+	  <ul>
+	    <li><a href="#">Version 0.6</a></li>
+	    <li><a href="#">Version 0.5</a></li>
+	    <li><a href="#">Archive</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Community</h3>
+	  <ul>
+	    <li><a href="#">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="http://qpid.apache.org">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 -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="menu_box_body">
+	  <h3>Developers</h3>
+	  <ul>
+	    <li><a href="#">Building Qpid</a></li>
+	    <li><a href="#">Developer Pages</a></li>
+	  </ul>
+	</div> <!-- end of menu_box_body -->
+	<div id="menu_box_bottom"></div>
+
+	<div id="menu_box_top"></div>
+	<div id="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 id="menu_box_bottom"></div>
+
+      </div> <!-- end of menu_box -->
+
+      <div id="main_text_area">
+	<div id="main_text_area_top"></div>
+{.}
+      </div>
+
+      <div id="footer">
+	Apache Qpid, Enterprise AMQP Messaging &#xA9; 2004-2010 The Apache Software Foundation.
+      </div>
+
+    </div>
+  </body>
+</html>

Added: qpid/trunk/qpid/doc/website/tools/wrap
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/website/tools/wrap?rev=947199&view=auto
==============================================================================
--- qpid/trunk/qpid/doc/website/tools/wrap (added)
+++ qpid/trunk/qpid/doc/website/tools/wrap Fri May 21 21:55:22 2010
@@ -0,0 +1,26 @@
+#!/usr/bin/env python
+
+import sys
+
+if len(sys.argv) != 4:
+    print "Usage: $ wrap template.html content.html output.html"
+    exit()
+
+try:
+    template = open(sys.argv[1], "r")
+    content = open(sys.argv[2], "r")
+    output = open(sys.argv[3], "w")
+
+    for t in template:
+        if t.rstrip() == "{.}":
+            for c in content:
+                output.write( c )
+        else:
+            output.write( t )
+except:
+    print "Ooops!"
+    exit()
+
+template.close()
+content.close()
+output.close()

Propchange: qpid/trunk/qpid/doc/website/tools/wrap
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org