* AUTHORS: Add new entries of the special thanks.
authorbg66 <bg66>
Fri, 26 Oct 2007 09:05:49 +0000 (09:05 +0000)
committerbg66 <bg66>
Fri, 26 Oct 2007 09:05:49 +0000 (09:05 +0000)
* README: Write it.

AUTHORS
ChangeLog
README

diff --git a/AUTHORS b/AUTHORS
index 3c38f3e..b0b92aa 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,10 @@
 OHASHI Akira <bg66@koka-in.org>
+
+Special thanks to:
+
+Daiki Ueno  <ueno@unixuser.org>
+KAMO Tomoyuki  <kto2038@yahoo.co.jp>
+Yoichi NAKAYAMA  <yoichi@geiin.org>
+Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+And thanks to all the users.
index 71fc05a..af0e096 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-26  OHASHI Akira  <bg66@koka-in.org>
+
+       * AUTHORS: Add new entries of the special thanks.
+       * README: Write it.
+
 2007-10-21  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi-ja.texi: New file.
diff --git a/README b/README
index e69de29..5afddfa 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,102 @@
+What's this?
+------------
+
+  mixi.el is API libraries for accessing to mixi for Emacs.
+
+Features
+--------
+
+  * You can get the following data on mixi:
+
+    - Friends
+    - Favorites
+    - Logs
+    - Diaries
+    - Communities
+    - BBSes
+    - Comments
+    - Messages
+    - Introductions
+    - News
+
+  * You can post the following data to mixi:
+
+    - Diary
+    - Topic
+    - Comment
+    - Message
+
+Working Environments
+--------------------
+
+  The latest version of mixi.el is verified to work properly under
+  following emacsen.
+
+  Emacs 22.1
+  Emacs 22.1.50
+
+Requirements
+------------
+
+  You need one of following packages:
+
+    * emacs-w3m - http://emacs-w3m.namazu.org
+    * url.el    - included in your Emacs
+    * cURL      - http://curl.haxx.se/
+
+Installation
+------------
+
+  % ./configure
+  % make
+  % su
+  # make install
+
+How to use
+----------
+
+Info manual is available after installation.  To read, start Emacs
+and type M-x info and select "mixi-ja" (Japanese only).
+
+Copying
+-------
+
+  mixi.el is copyrighted free software by OHASHI Akira <bg66@koka-in.org>.
+  You can redistribute it and/or modify it under either the terms of
+  the GPL (see the file `COPYING').
+
+Information
+-----------
+
+  For more information, see the mixi.el community on mixi.
+
+    <URL:http://mixi.jp/view_community.pl?id=1596390>
+
+Development
+-----------
+
+  Development of mixi.el uses CVS, Concurrent Versions System. Latest
+  development version is available via CVS.
+
+  * cvs login (first time only)
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+    (CVS password: [CR] # NULL string)
+
+  * checkout modules
+
+    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout mixi
+  Browsing the CVS tree gives you a great view into the current status of
+  this project's code. You may also view the complete history of any file
+  in the repository.
+  Please refer to <URL:http://cvs.m17n.org/cgi-bin/viewcvs/mixi/>.
+
+  If you would like to join CVS based development, please refer to
+  <URL:http://cvs.m17n.org/>.
+
+Bug reports
+-----------
+
+  If you have bug reports and/or suggestions for improvement, please
+  send them via <URL:http://mixi.jp/view_community.pl?id=1596390>.