home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bbs102e.zip / bbszip.hdr < prev    next >
Text File  |  1996-12-08  |  988b  |  31 lines

  1. <body>
  2. <h3> BBSZIP.HDR</code></h3>
  3. This is a sample header file for .ZIP expansion.
  4. <br>
  5. It's use is equivalent to "header_files" (a version in the
  6. target directory is used if available, otherwise the
  7. bbs_param_dir directory is searched for a footer_file)
  8.  
  9. <P>Three special strings are manipulated by BBS:
  10. <ol> 
  11. <li>  $ SERVERNAME yields the server IP name (i.e.; $SERVERNAME )
  12. <li>  $ DIR yields the current directory (i.e.; $DIR )
  13. <li>  $ ZIPFILE yields the current .ZIP file (i.e.; $ZIPFILE )
  14. </ol>
  15.  
  16. Notes:
  17. <ul>
  18. <li> You MUST start zip_header_file with a <BODY >
  19. element.
  20. <li>There is no ZIP_HEADER_TEXT option -- the ZIP_HEADER_FILE
  21. is assumed to be HTML.
  22. <li> In addtion to the ZIP_HEADER_FILE, BBS will display:
  23.   <menu>
  24. <li> The -z ZIP file comments (using a <PRE> format).
  25. <em>This can be suppressed by setting <code>get_z_zip_description=0 </code> </em>
  26.  
  27. <li> The ZIP_DESCRIPTOR_FILE (typically FILE_ID.DIZ), as HTML.
  28. </menu>
  29. </ul>
  30. <p>
  31.