diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-05-21 21:55:22 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-05-21 21:55:22 +0000 |
| commit | 1360920e792aa2e86e55e8cf0439078e480dc458 (patch) | |
| tree | 166b7534c6f1c6ea2790d60c38436b76eca3f61d /qpid/doc/website/template | |
| parent | fce28bba8259967c9dbb14b9ce45412bd6da4361 (diff) | |
| download | qpid-python-1360920e792aa2e86e55e8cf0439078e480dc458.tar.gz | |
Tools and content for building Qpid web site. Source for static pages lives here, source for book content lives in doc/book, API docs are generated from client source trees.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/website/template')
| -rw-r--r-- | qpid/doc/website/template/images/asf-logo.png | bin | 0 -> 4735 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/asf_logo.gif | bin | 0 -> 7279 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/header.png | bin | 0 -> 22354 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/main_body.png | bin | 0 -> 211 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/main_bottom.png | bin | 0 -> 1719 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/main_top.png | bin | 0 -> 295 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/menu_body.png | bin | 0 -> 198 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/menu_bottom.png | bin | 0 -> 264 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/menu_top.png | bin | 0 -> 258 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/qpid-logo-900x480.png | bin | 0 -> 39038 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/images/qpid-logo.png | bin | 0 -> 5775 bytes | |||
| -rw-r--r-- | qpid/doc/website/template/style.css | 244 | ||||
| -rw-r--r-- | qpid/doc/website/template/template.html | 113 |
13 files changed, 357 insertions, 0 deletions
diff --git a/qpid/doc/website/template/images/asf-logo.png b/qpid/doc/website/template/images/asf-logo.png Binary files differnew file mode 100644 index 0000000000..d824fab768 --- /dev/null +++ b/qpid/doc/website/template/images/asf-logo.png diff --git a/qpid/doc/website/template/images/asf_logo.gif b/qpid/doc/website/template/images/asf_logo.gif Binary files differnew file mode 100644 index 0000000000..22eb9d7358 --- /dev/null +++ b/qpid/doc/website/template/images/asf_logo.gif diff --git a/qpid/doc/website/template/images/header.png b/qpid/doc/website/template/images/header.png Binary files differnew file mode 100644 index 0000000000..9cd149fb29 --- /dev/null +++ b/qpid/doc/website/template/images/header.png diff --git a/qpid/doc/website/template/images/main_body.png b/qpid/doc/website/template/images/main_body.png Binary files differnew file mode 100644 index 0000000000..a29bdeecd6 --- /dev/null +++ b/qpid/doc/website/template/images/main_body.png diff --git a/qpid/doc/website/template/images/main_bottom.png b/qpid/doc/website/template/images/main_bottom.png Binary files differnew file mode 100644 index 0000000000..319288a717 --- /dev/null +++ b/qpid/doc/website/template/images/main_bottom.png diff --git a/qpid/doc/website/template/images/main_top.png b/qpid/doc/website/template/images/main_top.png Binary files differnew file mode 100644 index 0000000000..ffefe05a8d --- /dev/null +++ b/qpid/doc/website/template/images/main_top.png diff --git a/qpid/doc/website/template/images/menu_body.png b/qpid/doc/website/template/images/menu_body.png Binary files differnew file mode 100644 index 0000000000..39b2e22205 --- /dev/null +++ b/qpid/doc/website/template/images/menu_body.png diff --git a/qpid/doc/website/template/images/menu_bottom.png b/qpid/doc/website/template/images/menu_bottom.png Binary files differnew file mode 100644 index 0000000000..21bd16aeba --- /dev/null +++ b/qpid/doc/website/template/images/menu_bottom.png diff --git a/qpid/doc/website/template/images/menu_top.png b/qpid/doc/website/template/images/menu_top.png Binary files differnew file mode 100644 index 0000000000..dea7164ef0 --- /dev/null +++ b/qpid/doc/website/template/images/menu_top.png diff --git a/qpid/doc/website/template/images/qpid-logo-900x480.png b/qpid/doc/website/template/images/qpid-logo-900x480.png Binary files differnew file mode 100644 index 0000000000..3e12816142 --- /dev/null +++ b/qpid/doc/website/template/images/qpid-logo-900x480.png diff --git a/qpid/doc/website/template/images/qpid-logo.png b/qpid/doc/website/template/images/qpid-logo.png Binary files differnew file mode 100644 index 0000000000..f6d4bfdbad --- /dev/null +++ b/qpid/doc/website/template/images/qpid-logo.png diff --git a/qpid/doc/website/template/style.css b/qpid/doc/website/template/style.css new file mode 100644 index 0000000000..4df0bd3c71 --- /dev/null +++ b/qpid/doc/website/template/style.css @@ -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; +} + diff --git a/qpid/doc/website/template/template.html b/qpid/doc/website/template/template.html new file mode 100644 index 0000000000..0b8aadcb88 --- /dev/null +++ b/qpid/doc/website/template/template.html @@ -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 © 2004-2010 The Apache Software Foundation. + </div> + + </div> + </body> +</html> |
