source: public/content/left-menu

Last change on this file was 15078, checked in by Mark Evenson, 7 years ago

Publish abcl-1.5.0 on http://abcl.org

File size: 889 bytes
Line 
1<div id="left-bar">
2  <div id="left-menu">
3    <ul class="menu-list">
4      <li>
5        <a href="./">Main</a>
6      </li>
7      <li>
8        <a href="./releases/1.5.0/abcl-1.5.0.pdf">Manual<smaller>[pdf]</smaller></a>
9      </li>
10      <li>
11        <a href="./faq.shtml">FAQ</a>
12      </li>
13      <li>
14        <a href="./testimonials.shtml">Testimonials</a>
15      </li>
16      <li>
17        <a href="./release-notes-1.5.0.shtml">Release notes</a>
18      </li>
19      <li>
20        <a href="./commercial-support.shtml">Paid support</a>
21      </li>
22      <li>
23        <a href="http://armedbear-j.sourceforge.net">J - the editor</a>
24      </li>
25      <li><smaller>
26        [ <a href="http://abcl.org/svn/">SVN</a> | <a href="https://gitlab.common-lisp.net/abcl/abcl/">Gitlab</a> | <a href="https://github.com/armedbear/abcl/">GitHub</a> ]
27      </smaller>
28      </li>
29    </ul>
30  </div>
31
32</div>
Note: See TracBrowser for help on using the repository browser.