Index of /brews/download

Index of /brews/download


Use your right mouse button to select and save the files in this directory.
Select 'Save Link As...' (W/Netscape).

count.c : Source for the text counter / quote grabber.
head.html : Sample html template for the program.
count.cgi : Compiled version of the program.
count.txt : Sample count file.
quotes.txt: Sample quote file.

note: the program will not generate a file 'count.txt' to maintain the count. The file must be created by you.
The source contains directions for use.
syntax: count.cgi
note: this program does NOT accept arguements. If you don't like the name of the files change the constant filenames in the source and recompile.
I use the following syntax in my index page: (actual call is bold)

<FRAMESET COLS="190,*" framespacing=0 frameborder=0 border=0 width=0>
<FRAME NAME="toc" SRC="toc.html" MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=AUTO>
<FRAME NAME="body" SRC="http://www.somewhere.com/cgi/someone/count.cgi" SCROLLING=AUTO>
</FRAMESET>
Note: It's easier to stick your html template in your cgi directory with the executable.

enjoy.
      Name                    Last modified       Size  Description

[DIR] Parent Directory 11-Jun-1999 21:01 - [   ] count.cgi 11-Jun-1999 21:20 7k Compiled code [   ] count.c 11-Jun-1999 18:21 4k Source code [TXT] head.html 11-Jun-1999 18:11 1k HTML Template [TXT] count.txt 11-Jun-1999 18:11 1k TEXT FILE [TXT] quotes.txt 11-Jun-1999 18:11 1k TEXT FILE