home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dancr412.zip / README < prev    next >
Text File  |  1998-11-08  |  4KB  |  154 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.                 OS/2:   IBM OS/2 verions 3+
  33.  
  34.     * A C-compiler (preferably GNU C-compiler gcc)
  35.  
  36.     * A Make program (preferably GNU Make)
  37.  
  38. INSTALLATION
  39.  
  40.     To compile dancer do the following. The '>' letter represents
  41.     a Unix shell prompt.
  42.  
  43.         1. Compile with "make"
  44.            > make
  45.  
  46.     (The first time this is done, the machine configuration is scanned
  47.     and files are setup accordingly. To do nothing but the configuration,
  48.     enter 'make configure'.)
  49.  
  50.     Before running you must configure the bot.
  51.  
  52.         2. Invoke the installer script and fill in the answers
  53.            > make install
  54.  
  55.     If successful jump to 4.
  56.  
  57.     If that isn't working for some reason, try the manual install
  58.     procedure:
  59.  
  60.         3a. Copy the files from the 'examples' directory and
  61.            edit them to suit your needs.
  62.            > cp examples/* .
  63.  
  64.                 3b. Invoke 'dancer config >dancer.config' to generate a
  65.                     decent template to start with!
  66.  
  67.         3c. Edit 'dancer.config' to suit your needs
  68.  
  69.         3d. Edit 'dancer.users' to contain your entry
  70.  
  71.         3e. Edit 'launch.sh' to contain the correct path
  72.  
  73.     And then run it. 
  74.  
  75.                 (Not on OS/2)
  76.         4. Start the bot with the 'launch' script
  77.            > launch.sh
  78.  
  79.  
  80.  
  81. LEGAL ISSUES
  82.  
  83.     All files in this archive are subject to the GNU General Public
  84.     License - please refer to the file 'COPYING'.
  85.  
  86.     Some files are under their own copyright notice, which happens to
  87.     be GNU GPL as well - these are regex.h, regex.c, and numeric.h
  88.  
  89.     The RSA Data Security, Inc. MD5 Message-Digest Algorithm used
  90.         for encryption is under its own copyright notice. Please, refer
  91.     to ourcrypt.c
  92.  
  93.     No warrenties are given and no responsibilities are accepted.
  94.  
  95. AVAILABILITY
  96.  
  97.     World Wide Web page at
  98.  
  99.         http://www.imada.ou.dk/~breese/dancer/
  100.  
  101.     Latest software release at
  102.  
  103.                 ftp://ftp.dk.net/pub/network/irc/dancer/
  104.  
  105. MAILING-LIST
  106.  
  107.     To subscribe to the Dancer mailing list, write
  108.                 subscribe dancer <your email address>
  109.     in the body of a mail to majordomo@list.dknet.dk. The subject line
  110.         can be left empty as it will be ignored.
  111.  
  112.         Read the mailing list archive at
  113.  
  114.                 http://www.fts.frontec.se/~dast/dancer/archive/
  115.  
  116. AUTHORS
  117.  
  118.     Main authors are
  119.  
  120.         Bj°rn Reese <breese@imada.ou.dk>
  121.         Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>.
  122.  
  123.     Contributing authors are
  124.  
  125.         Philippe Brand <phb@telesys-innov.fr>
  126.         Bj÷rn Stenberg <Bjorn.Stenberg@sth.frontec.se>
  127.         Andrew Gray <DarkDesigns@trader.com>
  128.         Tero JΣnkΣ <tesaja@utu.fi>
  129.                 Keith Blakemore-Noble <keith@amiga.u-net.com>
  130.                 Ulf Heiman <eluhe@sydkraft.se>
  131.                 Justin <justin@mistral.co.uk>
  132.  
  133.         Contributing translators are
  134.  
  135.                 Ronny Bangsund <fvacuum@usa.net>
  136.                 Hans Hasselaar <hanshass@xs4all.nl>
  137.                 Marcus A. Hofmann <marcus.hofmann@stud.uni-muenchen.de> 
  138.  
  139. ACKNOWLEDGEMENT
  140.  
  141.     Big thank you to
  142.  
  143.                 Bobby Billingsley for running the mailing-list and the danish
  144.                 ftp archive.
  145.  
  146.         Ray Darrah for running the previous mailing-list and the
  147.         netcom ftp archive.
  148.  
  149.         The authors of the IRC server (ircd) and the IRC client
  150.         ircII, for all the peeks we've had into their source codes.
  151.  
  152.     and to all the people who sends bug-reports, suggestions, and
  153.     comments.
  154.