Modify for APEL 10.8 release.
[www/elisp/apel.git] / index.en.html
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: Tue Jun 15 19:05:35 JST 2010
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 If you write bug-reports and/or suggestions for improvement, please
62 send them to the APEL Mailing List:
63 <dl compact>
64   <dt>English
65   <dd><a href="mailto:apel-en@m17n.org">apel-en@m17n.org</a>
66   <dt>Japanese
67   <dd><a href="mailto:apel-ja@m17n.org">apel-ja@m17n.org</a>
68 </dl>
69 <p>
70 Via the APEL ML, you can report APEL bugs, obtain the latest release
71 of APEL, and discuss future enhancements to APEL.  To join the APEL
72 ML, send an empty e-mail to
73 <dl compact>
74   <dt>English
75   <dd><a href="mailto:apel-en-ctl@m17n.org">apel-en-ctl@m17n.org</a>
76   <dt>Japanese
77   <dd><a href="mailto:apel-ja-ctl@m17n.org">apel-ja-ctl@m17n.org</a>
78 </dl>
79
80 <hr>
81
82 <h2>CVS</h2>
83 <p>
84 Development of APEL uses CVS.  So latest developing version is
85 available at CVS.
86
87 <h3>cvs login</h3>
88 <blockquote>
89 <samp>
90 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
91 </samp>
92 <br>
93 <samp>CVS password: [CR] # NULL string
94 </samp>
95 </blockquote>
96
97 <h3>checkout</h3>
98 <blockquote>
99 <samp>
100 % cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/root
101 checkout apel
102 </samp>
103 </blockquote>
104
105 <h3><a href="http://cvs.m17n.org/cgi-bin/cvsweb/apel/">WWW access</a></h3>
106
107 <hr>
108
109 <h2>Packages using APEL</h2>
110 <ul>
111   <li><a href="FLIM/">FLIM</a>
112   <li><a href="http://www.m17n.org/SEMI/">SEMI</a>
113   <li><a href="http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/#gnus">
114       Semi-gnus project
115       </a>
116   <li><a href="ftp://ftp.m17n.org/pub/mule/semi/emh/">EMH</a>
117   <li><a href="http://www.jpl.org/elips/mu/">
118       mu-cite
119       </a>
120   <li><a href="http://www.jpl.org/elips/bitmap/">
121       bitmap-mule
122       </a>
123   <li><a href="ftp://ftp.m17n.org/pub/mule/dynamic-loading/emacs-canna/">
124       Canna for Emacs 20 with dynamic loading feature
125       </a>
126   <li><a href="http://www.gohome.org/wl/">Wanderlust</a>
127   <li><a href="http://www.st.rim.or.jp/~fuku/cmail/">cmail</a>
128   <li><a
129       href="http://openlab.ring.gr.jp/skk/index-j.html">Daredevil SKK</a>
130   <li><a
131       href="http://www.unixuser.org/~ueno/liece/">
132       Liece
133       </a>
134 </ul>
135
136 </body>
137 </html>