home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / KdeBeta4 / apps / network / keirc-0.1.README < prev    next >
Text File  |  1998-04-26  |  3KB  |  139 lines

  1. ------------------------------------------------------------------------------
  2.  
  3.                                   keirc 0.1
  4.                                --------------
  5.            - anothEr KDE Internet Relay Chat client (0.1) -
  6.           ---------------------------------------------------
  7.  
  8. INTRODUCTION
  9.  
  10. This is a powerful Internet Relay Chat client program written using KDE.
  11. It contains virtually all of the features that you would expect in an 
  12. IRC client - Multiple windows session such as server message, 
  13. channel message, private message query, DCC chat query, DCC send/get and more 
  14. with a simple mouse operations. 
  15. The integrated popup menu and the dynamic menu structure allows you to 
  16. navigate this client easily and clearly.
  17.  
  18. Comments are welcome, please send us any suggestions you have for improving
  19. the program in any way.
  20.  
  21. ------------------------------------------------------------------------------
  22. INSTALLATION
  23. ------------
  24. You need libkhtmlw, libkdecore, libkdeui ,libqt1.3 and libtcl (i use tcl7.5) 
  25. in order to be able to compile keirc. 
  26. This version of keirc uses simple automatic configuration script for checking 
  27. libtcl and tcl.h include, so i asume you have libtcl.a or libtcl7.4.a or libtcl7.5.a 
  28. or libtcl8.0.a on directory /usr/local/lib and tcl.h on directory /usr/include/tcl
  29. or /usr/local/include/tcl..
  30. If this checking failed, you have to edit this option in $(KEIRCDIR)/tcl/Makefile.in, 
  31. and then change TCLLIB, TCLLIBFN and TCLINC.
  32.  
  33. Installation of keirc is very simple: 
  34. Unpack the tar file: tar xzvf keirc-xxx.tar.gz or
  35.                      gunzip -c keirc-xxx.tar.gz | tar xvf ,
  36. go to the keirc directory, and then just type
  37.    ./configure 
  38. then 
  39.    make 
  40. to build the executable. Typing
  41.    make install
  42. should put things in the right place.
  43.  
  44. To complete the installation, you will probably wish to edit the default 
  45. configuration. Some configuration file will be installed on directory
  46.    ~/.keirc/
  47.  
  48. You can edit these file manually or by setup Option on kEirc. 
  49.  
  50. Hier are the list of default configuration file you need to run kEirc..
  51. Client config
  52.    kEirc.cfg
  53. Notify list
  54.    Ison.list
  55. Alias 
  56.    kEirc.alias
  57. Ignore list
  58.    Ignore.list
  59. Action on starting
  60.    Start.action
  61. Popup menu config. file:
  62.    Main.popup
  63.    PrivMsg.popup
  64.    Channel.popup
  65.    UserList.popup
  66.    DCCChat.popup
  67.    DCCFile.popup
  68.    Input.popup
  69.    Default.popup
  70.  
  71. Mime types list
  72.    Mime.types
  73.  
  74. kEirc supports small webserver, that you can run on starting.
  75. Mime.types is needed by this webserver.
  76. CGI is not yet supported.   
  77.  
  78. Good luck and have fun :)))
  79.  
  80. Eko Bono Suprijadi
  81. <sj039su@uni-duisburg.de>
  82.  
  83. Things, kEirc supports
  84.  
  85. * Multiclient
  86.    - just click File - New client
  87. * Multicolor 
  88.    - like mIrc, backgroundcolor supported
  89.    - just type CTR+K number (0-16)
  90.    - Example: CTR+K 5,6 (5 is foreground, 6 is bgcolor)     
  91. * Multifont
  92. * DCC Chat & DCC File
  93. * Small webserver
  94. * CTCP Sound 
  95. * Configurable popupmenu
  96. * Simple aliasing
  97. * notify
  98. * ignore list
  99. * catching URL on message
  100.     - only support netscape 
  101. * Communication to netscape browser 
  102. * etc...
  103.  
  104. Variable, you can use in the configuration (example in popup)
  105. * $nick     your current nick
  106. * $u        current user...
  107. * $time     current time on millisecond
  108. * $c        current channel
  109. * $to       user, you talk to (examp. on privmessage)
  110. * $?        force dialog
  111. * $selected selected text
  112.  
  113. -History-
  114.  
  115. 15.04.1998
  116.     - The first release of keirc 0.1
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.