Update http -> https where appropriate
[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="/git.html" title="Browse the git repo">View Source</a>
19     </li>
20     <li>
21       <a href="/screenshots.html"
22         title="See SXEmacs in action">Screenshots</a>
23     </li>
24     <li>
25       <a href="/changes/changes.html" title="Read the ChangeLog">Latest Changes</a>
26     </li>
27     <li><a href="/lists.html"
28         title="Mailing list subscriptions/archives">Mailing Lists</a>
29     </li>
30     <li>
31       <a href="https://issues.sxemacs.org"
32         title="Submit a bug report">Issue Tracker</a>
33     </li>
34     <li>
35       <a href="/docs/index.html"
36         title="Read the docs online">Documentation</a>
37     </li>
38     <li>
39       <a href="/amazon.html" title="Lets go shopping!">Retail Therapy</a>
40     </li>
41     <li>
42       <a href="/store.html"
43         title="Got the software... get the T-shirt!">SXEmacs Merchandise</a>
44     </li>
45     <li>
46       <a href="/irc.html"
47         title="Chat live with SXEmacs developers!">SXEmacs Chat</a>
48     </li>
49     <li class="sub"><a href="" title="SXEmacs who's who">Developer Pages</a>
50       <ul>
51         <li class="submenu"><a href="/people/steve.html">Steve Youngs</a></li>
52         <li class="submenu"><a href="/people.html">Andrey Slusar</a></li>
53         <li class="submenu"><a href="/people.html">Erik Arneson</a></li>
54         <li class="submenu"><a href="/people/lg.html">Evgeny Zajcev</a></li>
55         <li class="submenu"><a href="/people.html">Hynek Schlawack</a></li>
56         <li class="submenu"><a href="/people.html">Norbert Koch</a></li>
57         <li class="submenu"><a href="/people/hroptatyr.html">Sebastian Freundt</a></li>
58         <li class="submenu"><a href="/people/njsf.html">Nelson Ferreira</a></li>
59       </ul>
60     </li>
61   </ul>
62
63   <br />