home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / CYahoo / README.ari < prev    next >
Text File  |  2000-04-01  |  3KB  |  94 lines

  1. Ari's Yahoo Client v1.1
  2. -----------------------
  3.  
  4. This is a simple Yahoo Messenger client that requires no windowing system,
  5. and it therefore can be quite useful in situations where a minimal system
  6. is being used or when a windowing system is otherwise unavailable or
  7. unfeasible.
  8.  
  9. Ari's Yahoo Client is copyright (C) 1999 Ari Johnson, and this software
  10. is protected by the GNU General Public License, which should have been
  11. distributed along with this software as the file 'COPYING'.
  12.  
  13. If you need to contact the developer, please e-mail him at:
  14.   ari@lusis.org
  15.  
  16. If you modify or improve this software, be sure to notify the developer.
  17.  
  18. Yahoo Pager interface provided by yahoolib, as distributed with GTKYahoo.
  19. To make the development process go quicker and to remove GTK and autoconf
  20. dependencies in yahoolib.c, two #includes (for gtk/gtk.h and config.h)
  21. were removed and all calls to snprintf were changed to work with sprintf.
  22.  
  23.  
  24.  
  25. Compiling Ari's Yahoo Client
  26. ----------------------------
  27.  
  28. To compile the program, you must first run the 'configure' script included
  29. with it.  It works just like any other GNU autoconf-created script to ensure
  30. that you have all the necessary software to make Ari's Yahoo Client work.
  31. Just go to the directory it was unpacked in, run the configure script
  32. ('./configure' should work), and then run 'make' and perhaps a 'make install'
  33. if you so desire.
  34.  
  35.  
  36.  
  37. Using Ari's Yahoo Client
  38. ------------------------
  39.  
  40. The program is run like:
  41.   yahoo <username>
  42. where <username> is your Yahoo! ID.  You will then be asked for a password,
  43. which will display as you type it.  The program will then log you in to
  44. Yahoo Messenger.  The prompt consists of an ID followed by a colon (':')
  45. and an area to type your input.  If no ID has been selected, '<none>' is
  46. displayed.  Commands begin with a forward slash ('/'), and anything that
  47. you type that does not begin with a slash is sent as a message to the
  48. presently-selected Yahoo! ID.  Incoming messages, status updates, connection
  49. and disconnection notifications, and other things of interest will be
  50. displayed.
  51.  
  52. The following commands are available:
  53.  
  54.   /who        Shows a list of buddies, with an asterisk ('*') before each
  55.         connected user and their status displayed when necessary
  56.         in square brackets after their Yahoo! ID.
  57.  
  58.   /query <ID>    Selects the given ID as the new target for messages, or, if
  59.         no ID is given, deselects the presently targeted ID.
  60.  
  61.   /quit        Quits the program and logs out of Yahoo Messenger.
  62.  
  63.  
  64.  
  65. Packing List
  66. ------------
  67.  
  68. This file should have been distributed along with Ari's Yahoo Client.
  69. The files that make up this package are:
  70.     COPYING
  71.     Makefile.am
  72.     Makefile.in
  73.     README
  74.     aclocal.m4
  75.     yahoo.c
  76.     config.h.in
  77.     configure
  78.     configure.in
  79.     install-sh
  80.     snprintf.c
  81.     stamp-h.in
  82.     yahoolib-proto.h
  83.     yahoolib.c
  84.     yahoolib.h
  85.  
  86. If you are missing any of these files, or would like to update your copy
  87. of Ari's Yahoo Client, the official website for Ari's Yahoo Client is:
  88.   http://lusis.org/~ari/yahoo/
  89.  
  90.  
  91.  
  92. Thank you for selecting Ari's Yahoo Client.  I hope that you find it useful.
  93.  
  94.