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