home *** CD-ROM | disk | FTP | other *** search
- ; Configuration file for HV (HTML Viewer)
- ; A. Garzotto, 03-Jul-96
-
- ; -------- Global settings --------
-
- [System]
-
- ; Set this to the directory where you have installed the HTML documents
- ; if it is not the place where you have HV.EXE
- ;Root=a:\hv
-
- ; The editor to be used for editing documents
- ; If not set, MEMO is used
- ;Editor=pe.exe
-
- ; Set this to "Yes" if you want HV to open the document that you were
- ; viewing when you closed HV the last time (otherwise, the home page is shown)
- ;Retain=Yes
-
- ; If "Retain" is set to Yes, "HistorySize" specifies how much of the history
- ; (how many documents you visited in the last session) will be kept.
- ; Default is 1 (just the last document)
- ;HistorySize=10
-
- ; set this to where the history file should be kept if not
- ; C:\_DAT\HV.ENV
- ;History = C:\_DAT\HV.ENV
-
- ; Set this to "No" if your documents use the IBM character set instead of
- ; the ISO Latin 1 character set (otherwise, ISO Latin 1 is assumed)
- ;Latin=No
-
- ; Set this to the directory where index files should be placed. If you do
- ; not set it, they will be put into the same directory where the viewed
- ; document resides
- ;IndexDir=c:\tmp
-
- ; set this to the directory where copies of the non-local documents
- ; should be held (default is C:\)
- ;CacheDir=c:\tmp
-
- ; set this to the number of files (1 - 25) that should be kept in
- ; the cache (default: 10)
- ;NumCache = 25
-
- ; Set this to "Yes" if inline GIF images should be shown.
- ;GIF=Yes
-
- ; Set this to "No" if <TABLE> tags should be ignored.
- ;Tables=No
-
- ; set this to Yes if the current link should be displayed (on Fn-key bar)
- ;Links=Yes
-
- ; Set this to the place where saved files should go by default
- ;Download=C:\DOWNLOAD\
-
-
- ; --------- Font configuration --------
-
- [Fonts]
-
- ; set this to the place where your fonts reside if they are not
- ; in the directory where your other HV files dwell
- ;FontDir=a:\hv\fonts
-
- ; font files for the various elements
- ; use "Small", "Medium" and "Large" for the internal fonts
- Normal=lucs15.hfn
- Bold=lucs15b.hfn
- Italic=lucs15i.hfn
- H1=lucs15k.hfn
- H2=lucs15bi.hfn
- H3=lucs15b.hfn
- H4=lucs15i.hfn
- Fixed=luct13b.hfn
-
- ; ---------- Special documents ---------
-
- [Docs]
-
- ; The document to be shown when opening HV
- Home=home.htm
-
- ; ---------- External Viewers ----------
-
- [Viewers]
-
- ; In this section you can specify file extensions (in upper case!) and actions
- ; that should be done when a file with this extension is encountered. The
- ; special token "%s" is replaced by the file name
-
- ;JPG=A:\image\cshow /D1 /R0 /U1 %s+
-
- ; ---------- External Service Handlers ----------
-
- [Services]
-
- ; HV handles HTTP and FTP requests. All other kinds of requests are not
- ; handled by HV itself, but an external program that does it can be set
- ; up in this section.
- ;mailto=pe.exe -m %s %s
- ;telnet=telnet %s
-
- ; ---------- MIME type to file extension mappings ----------
-
- [MIME]
-
- ; In this section, mappings from MIME types to file extensions can be
- ; added. There are two default mappings: image/jpeg -> JPG and
- ; image/gif -> GIF
- ;text/postscript=PS
-
-