home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dance414.zip / README < prev    next >
Text File  |  1999-02-03  |  4KB  |  151 lines

  1.                        ____    PROJECT
  2.                       |  _ \  __ _ _ __   ___ ___ _ __ 
  3.                       | | | |/ _` | '_ \ / __/ _ \ '__|
  4.                       | |_| | (_| | | | | (_|  __/ |   
  5.                       |____/ \__,_|_| |_|\___\___|_|   the IRC bot
  6.  
  7. TITLE
  8.  
  9.     Dancer - an IRC (ro)bot.
  10.  
  11. DESCRIPTION
  12.     Your best friend. Your main channel service provider. Your fighter
  13.     for piece and freedom. It's a program. It's a machine. It's lovely.
  14.     We did it for you.
  15.  
  16. SPECIAL REQUIREMENTS
  17.  
  18.     * One of the following Operating Systems
  19.  
  20.         SYSV:    Solaris 2
  21.             IRIX
  22.                         HPUX (v9 and v10)
  23.                         Digital Unix (4.0)
  24.                         AIX (4.1.4)
  25.         BSD:    SunOS 4
  26.             NetBSD
  27.             FreeBSD
  28.         Misc:    Linux
  29.             Ultrix
  30.         Amiga:    AmigaOS
  31.                 Win32:  NT (see the win32/ directory for details)
  32.  
  33.     * A C-compiler (preferably GNU C-compiler gcc)
  34.  
  35.     * A Make program (preferably GNU Make)
  36.  
  37. INSTALLATION
  38.  
  39.     To compile dancer do the following. The '>' letter represents
  40.     a Unix shell prompt.
  41.  
  42.         1. Compile with "make"
  43.            > make
  44.  
  45.     (The first time this is done, the machine configuration is scanned
  46.     and files are setup accordingly. To do nothing but the configuration,
  47.     enter 'make configure'.)
  48.  
  49.     Before running you must configure the bot.
  50.  
  51.         2. Invoke the installer script and fill in the answers
  52.            > make install
  53.  
  54.     If successful jump to 4.
  55.  
  56.     If that isn't working for some reason, try the manual install
  57.     procedure:
  58.  
  59.         3a. Copy the files from the 'examples' directory and
  60.            edit them to suit your needs.
  61.            > cp examples/* .
  62.  
  63.                 3b. Invoke 'dancer config >dancer.config' to generate a
  64.                     decent template to start with!
  65.  
  66.         3c. Edit 'dancer.config' to suit your needs
  67.  
  68.         3d. Edit 'dancer.users' to contain your entry
  69.  
  70.         3e. Edit 'launch.sh' to contain the correct path
  71.  
  72.     And then run it.
  73.  
  74.         4. Start the bot with the 'launch' script
  75.            > launch.sh
  76.  
  77.  
  78. LEGAL ISSUES
  79.  
  80.     All files in this archive are subject to the GNU General Public
  81.     License - please refer to the file 'COPYING'.
  82.  
  83.     Some files are under their own copyright notice, which happens to
  84.     be GNU GPL as well - these are regex.h, regex.c, and numeric.h
  85.  
  86.     The RSA Data Security, Inc. MD5 Message-Digest Algorithm used
  87.         for encryption is under its own copyright notice. Please, refer
  88.     to ourcrypt.c
  89.  
  90.     No warrenties are given and no responsibilities are accepted.
  91.  
  92. AVAILABILITY
  93.  
  94.     World Wide Web page at
  95.  
  96.         http://www.fts.frontec.se/~dast/dancer/
  97.  
  98.     Latest software release at
  99.  
  100.                 ftp://ftp.dk.net/pub/network/irc/dancer/
  101.  
  102. MAILING-LIST
  103.  
  104.     To subscribe to the Dancer mailing list, write
  105.                 subscribe dancer <your email address>
  106.     in the body of a mail to majordomo@list.dknet.dk. The subject line
  107.         can be left empty as it will be ignored.
  108.  
  109.         Read the mailing list archive at
  110.  
  111.                 http://www.fts.frontec.se/~dast/dancer/archive/
  112.  
  113. AUTHORS
  114.  
  115.     Main authors are
  116.  
  117.         Bj°rn Reese <breese@imada.ou.dk>
  118.         Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>.
  119.  
  120.     Contributing authors are
  121.  
  122.         Philippe Brand <phb@telesys-innov.fr>
  123.         Bj÷rn Stenberg <Bjorn.Stenberg@sth.frontec.se>
  124.         Andrew Gray <DarkDesigns@trader.com>
  125.         Tero JΣnkΣ <tesaja@utu.fi>
  126.                 Keith Blakemore-Noble <keith@amiga.u-net.com>
  127.                 Ulf Heiman <eluhe@sydkraft.se>
  128.                 Justin <justin@mistral.co.uk>
  129.  
  130.         Contributing translators are
  131.  
  132.                 Ronny Bangsund <fvacuum@usa.net>
  133.                 Hans Hasselaar <hanshass@xs4all.nl>
  134.                 Marcus A. Hofmann <marcus.hofmann@stud.uni-muenchen.de> 
  135.  
  136. ACKNOWLEDGEMENT
  137.  
  138.     Big thank you to
  139.  
  140.                 Bobby Billingsley for running the mailing-list and the danish
  141.                 ftp archive.
  142.  
  143.         Ray Darrah for running the previous mailing-list and the
  144.         netcom ftp archive.
  145.  
  146.         The authors of the IRC server (ircd) and the IRC client
  147.         ircII, for all the peeks we've had into their source codes.
  148.  
  149.     and to all the people who sends bug-reports, suggestions, and
  150.     comments.
  151.