Get rid of adsense
[website] / templates / menu.template
1 <!-- -*- html -*- -->
2 <!--
3 Be very careful to NOT break this file!  auto-fill-mode can wreck
4 havoc with the SSI magic.
5 -->
6 <div id="lefthalf">
7   <ul id="menu">
8     <li><a href="/" title="SXEmacs Home">Home</a></li>
9     <li>
10       <a href="/news.html"
11         title="Latest: <!--#include virtual="/.topnews.template" -->">News</a>
12     </li>
13     <li>
14       <a href="/download.html"
15         title="Latest Release: <!--#include virtual="/.release.template" -->">Download</a>
16     </li>
17     <li>
18       <a href="/screenshots.html"
19         title="See SXEmacs in action">Screenshots</a>
20     </li>
21     <li>
22       <a href="/changes/changes.html" title="Read the ChangeLog">Latest Changes</a>
23     </li>
24     <li><a href="/lists.html"
25         title="Mailing list subscriptions/archives">Mailing Lists</a>
26     </li>
27     <li>
28       <a href="http://issues.sxemacs.org"
29         title="Submit a bug report">Issue Tracker</a>
30     </li>
31     <li>
32       <a href="/docs/index.html"
33         title="Read the docs online">Documentation</a>
34     </li>
35     <li>
36       <a href="http://feeds2.feedburner.com/SXEmacsCommitLogs"
37         rel="alternate" type="application/rss+xml"
38         title="RSS feed of Steve's commit logs">
39         <img src="/Images/feed-icon16x16.png"
40           alt="" style="vertical-align:middle;border:0" />
41         &nbsp;Commit Logs</a>
42     </li>
43     <li>
44       <a href="http://feeds2.feedburner.com/SXEmacsNews"
45         rel="alternate" type="application/rss+xml"
46         title="RSS feed of news items">
47         <img src="/Images/feed-icon16x16.png"
48           alt="" style="vertical-align:middle;border:0" />
49         &nbsp;News Feed</a>
50     </li>
51     <li>
52       <a href="/amazon.html" title="Lets go shopping!">Retail Therapy</a>
53     </li>
54     <li>
55       <a href="/store.html"
56         title="Got the software... get the T-shirt!">SXEmacs Merchandise</a>
57     </li>
58     <li>
59       <a href="/irc.html"
60         title="Chat live with SXEmacs developers!">SXEmacs Chat</a>
61     </li>
62     <li class="sub"><a href="" title="SXEmacs who's who">Developer Pages</a>
63       <ul>
64         <li class="submenu"><a href="/people/steve.html">Steve Youngs</a></li>
65         <li class="submenu"><a href="/people.html">Andrey Slusar</a></li>
66         <li class="submenu"><a href="/people.html">Erik Arneson</a></li>
67         <li class="submenu"><a href="/people/lg.html">Evgeny Zajcev</a></li>
68         <li class="submenu"><a href="/people.html">Hynek Schlawack</a></li>
69         <li class="submenu"><a href="/people.html">Norbert Koch</a></li>
70         <li class="submenu"><a href="/people/hroptatyr.html">Sebastian Freundt</a></li>
71         <li class="submenu"><a href="/people/njsf.html">Nelson Ferreira</a></li>
72       </ul>
73     </li>
74   </ul>
75
76   <br />