source: public_html/left-menu

Last change on this file was 15718, checked in by Mark Evenson, 9 months ago

1.9.2: abcl.org release notes

File size: 1.0 KB
Line 
1<div id="left-bar">
2  <div id="left-menu">
3    <ul class="menu-list">
4      <li>
5        <a href="./index.shtml">Main</a>
6      </li>
7      <li>
8        User Manual <a href="./releases/1.9.2/abcl-1.9.2.pdf" style="font-size: smaller">[pdf]</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.9.2.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>
26        Source Code<br>
27        [
28        <a href="http://abcl.org/svn/" style="font-size: 70%">
29         SVN
30        </a>
31        | <a href="https://gitlab.common-lisp.net/abcl/abcl/" style="font-size: 70%">
32          Gitlab
33        </a>
34        | <a href="https://github.com/armedbear/abcl/" style="font-size: 70%">
35          GitHub
36        </a>
37        ]
38      </li>
39    </ul>
40  </div>
41</div>
Note: See TracBrowser for help on using the repository browser.