(mixi-message-list-regexp): Follow the change of mixi.
[elisp/mixi.git] / README
1 What's this?
2 ------------
3
4   mixi.el is API libraries for accessing to mixi for Emacs.
5
6 Features
7 --------
8
9   * You can get the following data on mixi:
10
11     - Friends
12     - Favorites
13     - Logs
14     - Self logs
15     - Diaries
16     - Communities
17     - BBSes
18     - Comments
19     - Messages
20     - Introductions
21     - News
22     - Releases
23     - Echoes
24
25   * You can post the following data to mixi:
26
27     - Diary
28     - Topic
29     - Comment
30     - Message
31     - Echo
32
33 Working Environments
34 --------------------
35
36   The latest version of mixi.el is verified to work properly under
37   following emacsen.
38
39   Emacs 22.1
40   Emacs 22.1.50
41
42 Requirements
43 ------------
44
45   You need one of following packages:
46
47     * emacs-w3m  - http://emacs-w3m.namazu.org/
48     * url.el     - included in your Emacs
49     * cURL       - http://curl.haxx.se/
50
51 Installation
52 ------------
53
54   % ./configure
55   % make
56   % su
57   # make install
58
59 How to use
60 ----------
61
62 Info manual is available after installation.  To read, start Emacs and
63 type `M-x info' and select "mixi-ja" (Japanese only).
64
65 Copying
66 -------
67
68   mixi-el is copyrighted free software by OHASHI Akira <bg66@koka-in.org>.
69   You can redistribute it and/or modify it under either the terms of
70   the GPL (see the file `COPYING').
71
72 Information
73 -----------
74
75   For more information, see the mixi-el community on mixi.
76
77     <URL:http://mixi.jp/view_community.pl?id=1596390>
78
79 Development
80 -----------
81
82   Development of mixi-el uses CVS, Concurrent Versions System.  Latest
83   development version is available via CVS.
84
85   * cvs login (first time only)
86
87     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
88     (CVS password: [CR] # NULL string)
89
90   * checkout modules
91
92     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout mixi
93  
94   Browsing the CVS tree gives you a great view into the current status
95   of this project's code.  You may also view the complete history of
96   any file in the repository.
97   Please refer to <URL:http://cvs.m17n.org/cgi-bin/viewcvs/mixi/>.
98
99   If you would like to join CVS based development, please refer to
100   <URL:http://cvs.m17n.org/>.
101
102 Bug reports
103 -----------
104
105   If you have bug reports and/or suggestions for improvement, please
106   send them via <URL:http://mixi.jp/view_community.pl?id=1596390>.