diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-07-03 22:10:20 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-07-03 22:10:20 +0000 |
| commit | e46f1824dbe56f3cc689d4acc399158bb29284fb (patch) | |
| tree | 890a4d530f515581bffa9bb5fabd1603f1228d5e /doc | |
| parent | 8da6d8d230d90c6c566e7292f23942bb3e3d6975 (diff) | |
| download | qpid-python-e46f1824dbe56f3cc689d4acc399158bb29284fb.tar.gz | |
Add navigation section about the ASF. Update the download link to point directly at the script instead of relying on the redirection.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/website/template/template.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/website/template/template.html b/doc/website/template/template.html index 073b0d9e93..5e4b2e1eab 100644 --- a/doc/website/template/template.html +++ b/doc/website/template/template.html @@ -42,7 +42,7 @@ <h3>Apache Qpid</h3> <ul> <li><a href="index.html">Home</a></li> - <li><a href="download.html">Download</a></li> + <li><a href="download.cgi">Download</a></li> <li><a href="getting_started.html">Getting Started</a></li> <!-- <li><a href="roadmap.html">Roadmap</a></li> --> <li><a href="license.html">License</a></li> @@ -96,6 +96,18 @@ </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 The ASF</h3> + <ul> + <li><a href="http://www.apache.org">ASF</a></li> + <li><a href="http://www.apache.org/foundation/how-it-works.html">How it works</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> + </ul> + </div> <!-- end of menu_box_body --> + <div class="menu_box_bottom"></div> </div> <!-- end of menu_box --> <div class="main_text_area"> |
