WebSnack0.3

WebSnack 0.3-1B

(c)Peter Antman

WebSnack är ett chat-program for web-lasare som nås genom cgi-bin. Det kan testas här.

WebSnack is a chat-script for web-readers for cgi-bin

Du kan ladda ner websnack-0.3B.tar.gz från ftp.mc.hik.se/pub/users/mia95anp/. Packa sedan upp det i det bibliotek där din cgi-bin mapp finns. tex:

cp webbnack-0.3B.tar.gz /home/httpd  (på RedHat - kolla var din ligger)
cd /home/httpd
tar -xvzf websnack-0.3B.tar.gz

Då får du de filer och bibliotek du behöver. Det ända du behöver ändra på är variabeln webmaster, och så förstås de fasta kanal-namnen om du vill ha några andra än personligt och Linux. Du behöver också skapa en hemsida som indruducerar WebSnack och som länkar till den. Därifrån anropas den med: http://din.adress/cgi-bin/snack

In order to use it you have yo set up a couple of directorys.

    -/cgi-bin/snack
   |
    -/prat
          |
          fbib
          prat/
          log/

You have to create the file fbib under the first prat-directory, eg /prat/fbib. If You unpack websnack-0.3B.tar.gz in the directory where your cgi-bin directory recide everything needed is included in the package.

You also has to setup a link to the script from a hompage: http://your.adress/cgi-bin/snack

WebSnack 0.3B is a more than a bug-revision to 0.1a, it also introduces a way of handling personaly created chanels. 0.3-1B is a revision in style inspired by Steve Ouallines Practical C Programming, to make the code more readable.

I plan to implement a way to ceep them secret, and also to send personal mail to each other in a future release.

WebSnack 0.1a (c)Peter Antman Stockholm december 1995

WebSnack 0.3B (c)Peter Antman Sotckolm september 1996

WebSnack 0.3-1B (c)Peter Antman Stockolm september 1996

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Send comment to peter.antman@abc.se