Fix url of the latest version.
[www/elisp/apel.git] / index.html.en
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2             "http://www.w3.org/TR/html4/loose.dtd">
3 <html lang="en">
4 <html>
5 <head>
6 <title>APEL</title>
7 </head>
8
9 <body>
10
11 <h1> APEL </h1>
12 <p>
13 [<a href="http://git.chise.org/elisp/apel/">git.chise.org</a>]
14 [<a href="http://www.mousai.info/projects/elisp/apel/">www.mousai.info</a>]
15 <p>
16 <img alt="Apel" src="http://mousai.info/images/apel-1995-08-26-2-s.jpg">
17 <img alt="Poe" src="http://mousai.info/images/po-1995-08-27-s.jpg">
18 <br>
19 <!-- hhmts start -->
20 Last modified: Sat Apr 28 01:10:43 JST 2012
21 <!-- hhmts end -->
22 <br>
23 <b><a href="index.html.ja">[Japanese page is here]</a></b><br>
24
25 <p>
26 Latest version is
27 <a href="http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/apel-10.8.tar.gz">
28 APEL 10.8</a>.
29
30 <hr>
31
32 <h2>What is APEL?</h2>
33 <p>
34 APEL (A Portable Emacs Library) is a library to support to write
35 portable Emacs Lisp programs.
36
37 <hr>
38
39 <h2>APEL archives</h2>
40 <ul>
41   <li><a href="http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/">
42       APEL repository in kanji.zinbun.kyoto-u.ac.jp
43       </a>
44   <li><a href="ftp://ftp.jpl.org/pub/elisp/apel/">
45       APEL repository in ftp.jpl.org
46       </a>
47   <li><a href="ftp://ftp.m17n.org/pub/mule/apel/">
48       APEL repository in ftp.m17n.org
49       </a>
50 </ul>
51
52 <hr>
53
54 <h2>Mailing Lists</h2>
55 <p>
56 We have discussions about APEL in the APEL-{ja|en} mailing lists.
57 <p>
58 Via the APEL ML, you can report APEL bugs, obtain the latest release
59 of APEL, and discuss future enhancements to APEL.  To join the APEL
60 ML, please see the descriptions of the following pages:
61 <dl compact>
62   <dt>English
63   <dd><a href="http://lists.chise.org/mailman/listinfo/apel-en"
64       >http://lists.chise.org/mailman/listinfo/apel-en</a>
65   <dt>Japanese
66   <dd><a href="http://lists.chise.org/mailman/listinfo/apel-ja"
67       >http://lists.chise.org/mailman/listinfo/apel-ja</a>
68 </dl>
69
70 <hr>
71
72 <h2>CVS</h2>
73 <p>
74 Development of APEL uses CVS.  So latest developing version is
75 available at CVS.
76
77 <h3>cvs login</h3>
78 <blockquote>
79 <samp>
80 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
81 </samp>
82 <br>
83 <samp>CVS password: [CR] # NULL string
84 </samp>
85 </blockquote>
86
87 <h3>checkout</h3>
88 <blockquote>
89 <samp>
90 % cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/root
91 checkout apel
92 </samp>
93 </blockquote>
94
95 <h3><a href="http://cvs.m17n.org/cgi-bin/cvsweb/apel/">WWW access</a></h3>
96
97 <hr>
98
99 <h2>Packages using APEL</h2>
100 <ul>
101   <li><a href="FLIM/">FLIM</a>
102   <li><a href="http://www.m17n.org/SEMI/">SEMI</a>
103   <li><a href="http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/#gnus">
104       Semi-gnus project
105       </a>
106   <li><a href="ftp://ftp.m17n.org/pub/mule/semi/emh/">EMH</a>
107   <li><a href="http://www.jpl.org/elips/mu/">
108       mu-cite
109       </a>
110   <li><a href="http://www.jpl.org/elips/bitmap/">
111       bitmap-mule
112       </a>
113   <li><a href="ftp://ftp.m17n.org/pub/mule/dynamic-loading/emacs-canna/">
114       Canna for Emacs 20 with dynamic loading feature
115       </a>
116   <li><a href="http://www.gohome.org/wl/">Wanderlust</a>
117   <li><a href="http://www.st.rim.or.jp/~fuku/cmail/">cmail</a>
118   <li><a
119       href="http://openlab.ring.gr.jp/skk/index-j.html">Daredevil SKK</a>
120   <li><a
121       href="http://www.unixuser.org/~ueno/liece/">
122       Liece
123       </a>
124 </ul>
125
126 </body>
127 </html>