home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / INTERNET / HV / HV.CFG < prev    next >
Encoding:
Text File  |  1996-09-28  |  3.1 KB  |  114 lines

  1. ; Configuration file for HV (HTML Viewer)
  2. ; A. Garzotto, 03-Jul-96
  3.  
  4. ; -------- Global settings --------
  5.  
  6. [System]
  7.  
  8. ; Set this to the directory where you have installed the HTML documents
  9. ; if it is not the place where you have HV.EXE
  10. ;Root=a:\hv
  11.  
  12. ; The editor to be used for editing documents
  13. ; If not set, MEMO is used
  14. ;Editor=pe.exe
  15.  
  16. ; Set this to "Yes" if you want HV to open the document that you were
  17. ; viewing when you closed HV the last time (otherwise, the home page is shown)
  18. ;Retain=Yes
  19.  
  20. ; If "Retain" is set to Yes, "HistorySize" specifies how much of the history
  21. ; (how many documents you visited in the last session) will be kept.
  22. ; Default is 1 (just the last document)
  23. ;HistorySize=10
  24.  
  25. ; set this to where the history file should be kept if not
  26. ; C:\_DAT\HV.ENV
  27. ;History = C:\_DAT\HV.ENV
  28.  
  29. ; Set this to "No" if your documents use the IBM character set instead of
  30. ; the ISO Latin 1 character set (otherwise, ISO Latin 1 is assumed)
  31. ;Latin=No
  32.  
  33. ; Set this to the directory where index files should be placed. If you do
  34. ; not set it, they will be put into the same directory where the viewed 
  35. ; document resides
  36. ;IndexDir=c:\tmp
  37.  
  38. ; set this to the directory where copies of the non-local documents
  39. ; should be held (default is C:\)
  40. ;CacheDir=c:\tmp
  41.  
  42. ; set this to the number of files (1 - 25) that should be kept in
  43. ; the cache (default: 10)
  44. ;NumCache = 25
  45.  
  46. ; Set this to "Yes" if inline GIF images should be shown.
  47. ;GIF=Yes
  48.  
  49. ; Set this to "No" if <TABLE> tags should be ignored.
  50. ;Tables=No
  51.  
  52. ; set this to Yes if the current link should be displayed (on Fn-key bar)
  53. ;Links=Yes
  54.  
  55. ; Set this to the place where saved files should go by default
  56. ;Download=C:\DOWNLOAD\
  57.  
  58.  
  59. ; --------- Font configuration --------
  60.  
  61. [Fonts]
  62.  
  63. ; set this to the place where your fonts reside if they are not
  64. ; in the directory where your other HV files dwell
  65. ;FontDir=a:\hv\fonts
  66.  
  67. ; font files for the various elements
  68. ; use "Small", "Medium" and "Large" for the internal fonts
  69. Normal=lucs15.hfn
  70. Bold=lucs15b.hfn
  71. Italic=lucs15i.hfn
  72. H1=lucs15k.hfn
  73. H2=lucs15bi.hfn
  74. H3=lucs15b.hfn
  75. H4=lucs15i.hfn
  76. Fixed=luct13b.hfn
  77.  
  78. ; ---------- Special documents ---------
  79.  
  80. [Docs]
  81.  
  82. ; The document to be shown when opening HV
  83. Home=home.htm
  84.  
  85. ; ---------- External Viewers ----------
  86.  
  87. [Viewers]
  88.  
  89. ; In this section you can specify file extensions (in upper case!) and actions
  90. ; that should be done when a file with this extension is encountered. The
  91. ; special token "%s" is replaced by the file name
  92.  
  93. ;JPG=A:\image\cshow /D1 /R0 /U1 %s+
  94.  
  95. ; ---------- External Service Handlers ----------
  96.  
  97. [Services]
  98.  
  99. ; HV handles HTTP and FTP requests. All other kinds of requests are not
  100. ; handled by HV itself, but an external program that does it can be set
  101. ; up in this section.
  102. ;mailto=pe.exe -m %s %s
  103. ;telnet=telnet %s
  104.  
  105. ; ---------- MIME type to file extension mappings ----------
  106.  
  107. [MIME]
  108.  
  109. ; In this section, mappings from MIME types to file extensions can be
  110. ; added. There are two default mappings: image/jpeg -> JPG and
  111. ; image/gif -> GIF
  112. ;text/postscript=PS
  113.  
  114.