home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fp30b4.zip / filepage.cnf < prev    next >
Text File  |  1998-09-29  |  4KB  |  139 lines

  1. ##############################################################
  2. ### This file controls the behaviour of the FilePage v3    ###
  3. ### indexing program.  There are many configurable options ###
  4. ### available. See README.1ST for more information about   ###
  5. ### these options and keywords.                            ###
  6. ###                                                        ###
  7. ### Note: if this file(FILEPAGE.CNF) does not exist in the ###
  8. ### SET FILEPAGE= path, FilePage will use its built-in     ###
  9. ### default settings.                                      ###
  10. ###                                                        ###
  11. ### Sub-Directory processing is disabled in the shareware  ###
  12. ### version after the initial 30-day trial period. Please  ###
  13. ### support the OS/2 software industry; register your      ###
  14. ### software today.                                        ###
  15. ###                                                        ###
  16. ### Many of the output options are in addition to the      ###
  17. ### HTML v3.0 Standard as dictated by the World Wide Web   ###
  18. ### Consortium and may not be visible to some web clients. ###
  19. ###                                                        ###
  20. ### Supported features reflect proprietary standards of    ###
  21. ### Netscape Navigator, Internet Explorer and compatible   ###
  22. ### web-client software such as OPERA web browser.         ###
  23. ###                                                        ###
  24. ###                                                        ###
  25. ###                                                        ###
  26. ### See FILEPAGE.DOC for details about each command option.###
  27. ###                                                        ###
  28. ###                                                        ###
  29. ###                                                        ###
  30. ### Visit www.bmtmicro.com to find a large variety of      ###
  31. ### professional quality shareware products. Support OS/2  ###
  32. ### development.                                           ###
  33. ###                                                        ###
  34. ###   (C)copyright 1998 Payne-Mennie Computing Services    ###
  35. ##############################################################
  36.  
  37. ##[default icons]
  38. ##
  39. ## These default directory/file icons are specified only in this file.
  40. ## All other file icons specified in the EXTENSION.CNF file.
  41.  
  42.  
  43. dir_icon    dir_1.gif
  44. updir_icon  updir_1.gif
  45. file_icon   default.gif
  46.  
  47.  
  48.  
  49. ##[miscellaneous settings]
  50. ##
  51.  
  52. SERVER_EXE      webserv.exe             # server executable               #
  53. FILENAME        index.htm               # output html filename            #
  54. ICON_DIR        /icons                  # filepage icon directory - reliative to the web server virtual root #
  55. BANNER          yes                     # include banner files:    yes,no #
  56. SUB             yes                     # index subdirectories:    yes,no #
  57. MASK_LINK       yes                     # mask mouse links:        yes,no #
  58. FORMAT          full                    # html formatting: full,basic,pre #
  59. DIR             no                      # show cwd dirname:        yes,no #
  60. LINK            no                      # link to upper level dir: yes,no #
  61. EXCLUDE         yes                     # use exclude.cnf:         yes,no #
  62.  
  63.  
  64. ##[default table settings]
  65. ##
  66.  
  67. table_border_size   0
  68. table_width         100
  69.  
  70.  
  71.  
  72. ##[default html colours]
  73. ##
  74.  
  75. web_bg      0000CC
  76. web_text    FFFFFF
  77. web_link    FFEE33
  78. web_vlink   FFEE00
  79. web_image
  80.  
  81.  
  82.  
  83. ##[default table colours]
  84. ##
  85.  
  86. bytes_color EEEEEE
  87. date_color  CCCCFF
  88. desc_color  33FFFF
  89.  
  90. icon_bgcolor
  91. filename_bgcolor
  92. bytes_bgcolor
  93. date_bgcolor
  94. desc_bgcolor
  95.  
  96. icon_header_bgcolor     0000FF
  97. filename_header_bgcolor 0000FF
  98. bytes_header_bgcolor    0000FF
  99. date_header_bgcolor     0000FF
  100. desc_header_bgcolor     0000FF
  101.  
  102.  
  103.  
  104. ##[default table cell widths]
  105. ##
  106.  
  107. icon_width      5
  108. filename_width  25
  109. bytes_width     10
  110. date_width      20
  111. desc_width      40
  112.  
  113.  
  114.  
  115. ##[default table cell FONT size]
  116. ##
  117. ## Not yet supported.
  118.  
  119. ## icon_size
  120. ## filename_size
  121. ## bytes_size
  122. ## date_size
  123. ## desc_size
  124.  
  125.  
  126.  
  127. ##[default table cell horizontal alignment]
  128. ##
  129.  
  130. icon_align         center
  131. filename_align     left
  132. bytes_align        center
  133. date_align         center
  134. desc_align         left
  135.  
  136.  
  137.  
  138.  
  139.