home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wwwcnt25.zip / README < prev    next >
Text File  |  2000-01-03  |  3KB  |  82 lines

  1. -- README for Count 2.5 - a WWW homepage access counter and clock
  2. -- Copyright (c) 1995, 1998 Muhammad A Muquit, ma_muquit@fccc.edu
  3. --
  4. -- Copyright 1995-1998 by Muhammad A Muquit. Permission to use, copy, 
  5. -- modify and distribute this program is hereby granted without fee, provided 
  6. -- that this copyright notice appear in all copies and that both that 
  7. -- copyright notice and this permission notice appear in supporting 
  8. -- documentation.  If the source code of the program is modified or enhanced, 
  9. -- the source code must be made public and it must be clearly mentioned in the 
  10. -- documentation what was modified.
  11. -- THIS PROGRAM IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
  12. -- THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  13. -- ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
  14. -- AUTHOR Muhammad A. Muquit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  15. -- CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  16. -- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  17. -- TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  18. -- PERFORMANCE OF THIS SOFTWARE.
  19. --
  20.  
  21. The Count program is a standard CGI program to count raw access hits in web
  22. pages. This is a graphic counter, that means it only counts if the browser
  23. support graphics.  It keeps the hits in text file. The program tries to 
  24. maintain data integrity by locking the datafile. Among it's many features,
  25. it also can be used to show time, date (of any timezone in the world),
  26. and countdown to a date.
  27.  
  28. The source tree of Count is shown below as of Dec-19-1998:
  29.  
  30.     .
  31.     |
  32.     |-- bin
  33.     |-- data
  34.     |   |-- conf
  35.     |   |-- data
  36.     |   |-- digits
  37.     |   |   |-- A
  38.     |   |   |-- B
  39.     |   |   |-- C
  40.     |   |   |-- D
  41.     |   |   |-- E
  42.     |   |   `-- cd
  43.     |   `-- logs
  44.     |-- docs
  45.     |   |-- Count2.5
  46.     |   |   |-- eximages
  47.     |   |   `-- images
  48.     |   `-- prehtml
  49.     |-- libs
  50.     |   |-- bigplus
  51.     |   |-- combine
  52.     |   `-- mcfg
  53.     |       `-- testd
  54.     |-- src
  55.     |   |-- docs -> ../docs/
  56.     |   `-- libs -> ../libs
  57.     |-- tests
  58.     |   |-- Count2.5
  59.     |   |   `-- eximages
  60.     |   `-- safe
  61.     |-- tmp
  62.     `-- utils
  63.         |-- extdgts
  64.         `-- mkstrip
  65.  
  66.  
  67. Included utilities:
  68.     mkstrip - creates strip.gif from individual gif digit images
  69.     extdgts - extract individual digit images from strip.gif
  70.  
  71. NOTE: This file gets updated only with major releases. Please read the 
  72. documentation at:
  73.     http://www.fccc.edu/users/muquit/Count.html
  74.  
  75. And the web documentation is updated frequently and containts the latest 
  76. information.
  77.  
  78. Thank you.
  79. --
  80. ma_muquit@fccc.edu
  81. Dec-19-1998
  82.