home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / guest10.zip / GUEST.DOC < prev    next >
Text File  |  1996-07-23  |  3KB  |  87 lines

  1.  
  2. Welcome to LiveSystems GuestBook for OS/2 WebServers verion 1.0
  3. Copyright LiveSystems Software 1996
  4.  
  5. Free usage of this software. Use it on your own risk though.
  6.  
  7.  
  8.  
  9. Welcom.
  10. =======
  11.  
  12. After looking through a number of the available guestbooks, usualy written
  13. in REXX of PERL I decided to make my own. Like somany others I have my own
  14. ideas on how things should work. You are free to enjoy the fruits of my
  15. labor though.. And you don't even have to pay for it.. ;-)
  16. On the other side, you get what you payed for. This program isn't extremely
  17. well tested yet. Problems and bugs you can report on one of the addresses
  18. below.
  19.  
  20. Usage:
  21. ======
  22.  
  23. Since this utility uses serverside includes, make sure first that you can use
  24. these! If not, you will not see the guestbook entries!
  25.  
  26. Guest uses a small ini file which can have different sections. The defaul
  27. section is [GUESTBOOK]. Whenever Guest is uses as a methode without
  28. parameters, this is the section used.
  29.  
  30. As a parameter you can give a name for an other section. This way you can have
  31. guestbooks in different languages or just different guestbooks for different
  32. things.
  33.  
  34. Every section has the following items:
  35.  
  36. OutPath
  37.   The path to where the guestbook includefile has to be written.
  38.  
  39. GuestBook
  40.   The name of the guestbook included file.
  41.  
  42. CallingURL
  43.   The name of the HTML file which shows the guestbook. This is also the
  44.   file which will be shown after someone added an entry. In general this
  45.   is the file which you call from your HTML pages.
  46.  
  47. Name
  48.   The header for the name of the writing user.
  49.  
  50. Date
  51.   The date on which the entry is written
  52.  
  53. Address
  54.   The email address of the user
  55.  
  56. Comment
  57.   The comments of the user.
  58.  
  59.  
  60. Included files:
  61. ===============
  62.  
  63. GUEST.EXE     This is the executable CGI module. It should be copied to your
  64.           CGI-BIN directory.
  65.  
  66. GUEST.INI     The ini file for guest. It should be in the same directory as
  67.           guest.exe
  68.  
  69. GUEST.INC     a first remark for your guestbook. Copy this to the directory
  70.           in which you want to store the guestbook. (and change the
  71.           name in the INI file).
  72.  
  73. GUEST.HTM     a simple page for using the guestbook. Adjust to your own tast,
  74.           but check the paths.
  75.  
  76. ADDGUEST.HTM  a form for adding a comment to the guestbook. Make sure the
  77.           paths are correct.
  78.  
  79.  
  80. If you would like to see this GuestBook in action, point your browser too
  81. "http://slo-lijn.slo.nl/~gerhard/guest/guest.shtm".  The other pages are in
  82. dutch though..
  83.  
  84. Gerhard Hoogterp
  85.   Gerhard@frappe.iaf.nl
  86.   G.Hoogterp@slo.nl
  87.