home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ytsg4.zip / cgi.doc next >
Text File  |  1998-01-02  |  829b  |  17 lines

  1.                            YTSG CGI-BIN mode
  2.  
  3. The aspect of this version which I am most proud of allows you to share
  4. your Yarn newsbases with others via a web page.
  5.  
  6. To do this, copy the two executables to your cgi-bin directory and
  7. create a web page for it's access using the file 'ytsg.htm' as a
  8. template.  This will invoke ytsg as a POST mode cgi-bin program which
  9. will provide a page of links as output.  The other executable provided,
  10. getymsg, can read your news files when a user clicks on a link created
  11. by the first program.
  12.  
  13. IMPORTANT: getymsg does no checking of what a user has asked for.  It is
  14. simply a 'GET' mode cgi-bin which will read bytes from whatever file it
  15. is instructed to and send them to a requester.  If you have sensitive
  16. data on your machine a more elegant mechanism may be required.
  17.