home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Wtestowe
/
Clico
/
KIOSK
/
_SETUP.LIB
/
KIOSK.INI
< prev
next >
Wrap
INI File
|
1997-04-28
|
8KB
|
303 lines
#
; ************************************************************************
;
; This file contains settings which affect the operation of The Kiosk.
; Do not edit this file unless you are sure you know what you are doing.
; If you do edit this file, keep a backup copy.
;
; Copyright 1996 JSB Computer Systems Ltd.
; All Rights Reserved
;
; ************************************************************************
; NOTICE: This INI file is INSTALLED in the same directory as the Kiosk EXE.
; NOTICE: However, Kiosk looks for the INI file in the Windows directory.
; NOTICE: If Kiosk does not find an INI file in the Windows directory,
; NOTICE: it copies the one in the EXE directory there.
; NOTICE: If you are editing this file in the EXE directory, your changes
; NOTICE: will probably not take effect. Edit the copy in the Windows
; NOTICE: directory instead.
[Kiosk]
User_Name_Required=FALSE
User_Name_Extension=.htm
No_Exit=FALSE
Home_Allowed=TRUE
BackForward_Allowed=TRUE
Hotlist_Allowed=TRUE
History_Allowed=TRUE
[QuickMenu]
Notepad=file:///notepad.exe
;Menu_Title_2=URL_2
;Menu_Title_3=URL_3
;Menu_Title_4=URL_4
;Menu_Title_5=URL_5
;Menu_Title_6=URL_6
[Main]
; ************************************************************************
;
; Not all of the items mentioned below are officially supported options.
;
; Edit the remainder of this file at your own risk.
;
; ************************************************************************
; --------------------------------
; Home Page=http://www.jsb.com/
Max_Connections=5
Show Toolbar=yes
Display_Text_Size=2
Print_Text_Size=1
Display_Images_Progressively=yes
Reformat_Handling=2
Show Server Errors=no
Accept_Language_Header=en
Display Inline Images=true
Anchor Underline=true
; The Grey Background is for compatibility with NCSA Mosaic. When set
; to yes, Kiosk forces the windows to have a grey background, instead
; of obeying the default Windows background color setting.
Grey Background=no
; Anchor_Visitation_Horizon controls how Kiosk colors links as being
; visited. The unit is in days, so if you set it to 3, Kiosk will
; color all links visited in the last 3 days as visited.
Anchor_Visitation_Horizon=1
; History_Expire_Days tells Kiosk how many days of history to keep.
; For example, if you set it to 30, Kiosk will only keep item in
; your history file for 30 days. A setting of -1 means never throw
; away history entries. The history file is called globhist.htm
History_Expire_Days=60
; Kiosk sometimes creates temporary files for use with external viewer
; programs. If you set Delete_Temp_Files_On_Exit to yes, then Kiosk
; will delete those files when you exit from Kiosk
Delete_Temp_Files_On_Exit=yes
; The specification of the help file is relative to the EXE directory.
Help_File=help/topics.htm
; The specification of the hotlist file is relative to the Windows directory,
; where the hotlist file is stored.
Hotlist_File=kiosk.htm
; The specification of the globhist file is relative to the Windows directory,
; where the globhist file is stored.
Globhist_File=kioskhst.htm
Enable_Disk_Cache=no
; Temp_Directory = c:\mytemp\
[Services]
; --------------------------------
;
; This section is used to configure network servers and parameters
;
; On certain TCP/IP stacks, it is necessary to set Use_Async_DNS=no
;
HTTP_Proxy_Server=
Gopher_Proxy_Server=
FTP_Proxy_Server=
No_Proxy=
NNTP_Server=
Use_Async_DNS=yes
; --------------------------------
[Settings]
Anchor Color=0, 0, 255
Anchor Color Visited=0, 128, 128
; --------------------------------
[Document Windows]
x=0
y=0
width=1280
height=1024
; --------------------------------
[History Window]
; --------------------------------
[Hotlist Window]
; --------------------------------
; Margin settings are in inches
x=0
y=0
[PageSetup]
margin_left=0.75
margin_right=0.75
margin_top=0.75
margin_bottom=0.75
; header/footer symbols
;
; &w window name
; &u URL
; &d date - american style mmm dd yyyy
; &D date - european style dd mmm yyyy
; &t time - AM/PM style HH:MM AM/PM
; &T time - 24 hour style HH:MM
; &p current page number
; &P total number of pages
; && single ampersand ('&')
;
header_left=&w
header_right=Page &p of &P
footer_left=&D
footer_right=&t
; --------------------------------
[Document Caching]
Number=4
; --------------------------------
[Image Caching]
Number=50
; --------------------------------
[Helpers]
; telnet=c:\mytelnet\mytelnet.exe %s
; --------------------------------
;
; This section is intended to support vendor configuration of Kiosk
;
mailto=
telnet=
[Custom_URL_Menu]
enable=no
count=4
name=&URL
title_1=JSB Home Page
url_1=http://www.jsb.com/
; Note that entry number 2 is totally missing. This becomes a separator.
; Note the missing title_3 entry. The title defaults to be the same as the URL.
url_3=http://info.cern.ch/
title_4=NCSA What's New
url_4=http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/whats-new.html
; --------------------------------
;
; External viewers (Helpers) are configured by specifying a MIME type on a line of
; the form TYPE# where # is an integer. The numbers must be contiguous.
; Then, set the MIME type=to the application you wish to use to view
; files of that type. Insert %s where you want the filename of the viewer
; temp file to be substituted.
;
; TYPE0=image/jpeg
; TYPE1=image/gif
; image/jpeg=c:\myviewer\myviewer.exe %s
;
[Viewers]
TYPE0=text/html
TYPE1=image/jpeg
TYPE2=image/gif
TYPE3=audio/basic
TYPE4=audio/x-aiff
; --------------------------------
; Suffixes (file extensions) for a given MIME type are configured here. These
; suffixes are not used for HTTP URL's, since the HTTP protocol specifies
; the MIME type, therefore Kiosk does not have to guess the MIME type by
; file extension. MIME types which appear here must be defined in the [Viewers]
; section.
;
[Suffixes]
image/jpeg=.jpeg .jpg
image/gif=.gif
text/html=.htm .html
audio/basic=.au
audio/x-aiff=.aiff .aif
; --------------------------------
;
; Valid settings for an encoding are binary, 7bit, or 8bit
;
; image/jpeg=binary
; image/gif=binary
;
[Encodings]
image/jpeg=binary
image/gif=binary
text/html=8bit
audio/basic=binary
audio/x-aiff=binary
; --------------------------------
;
; MIME Descriptions contains the plain-language descriptions which
; appear in the Helpers dialog.
;
[MIME Descriptions]
image/jpeg=JPEG Images
image/gif=GIF Images
text/html=HTML Documents
audio/basic=Audio Files
audio/x-aiff=AIFF Files
[German MIME Descriptions]
image/jpeg=JPEG-Bilder
image/gif=GIF-Bilder
text/html=HTML-Dokumente
audio/basic=Audiodateien
audio/x-aiff=AIFF-Dateien
[French MIME Descriptions]
image/jpeg=Images JPEG
image/gif=Images GIF
text/html=HTML Documents
audio/basic=Fichiers audio
audio/x-aiff=Fichiers AIFF
; --------------------------------
;
; This section provides the DDE service names for preconfigured Kiosk SDI
; Helpers.
;
[SDI_Viewers]
; --------------------------------
;
text/html=
image/jpeg=
image/gif=
audio/basic=
audio/x-aiff=
[SecurityProtocols]
Basic=Basic_Load,basic.dll
Digest=Digest_Load,digest.dll
FirstVirtual=fv_Load,fv.dll
; --------------------------------
; This section is used during the install process
;
[Version]
Build=2.1.0.BUILDNUM
[MainDiskCache]
Directory=$(EXEDIR)\cache
Size_Kilobytes=2048
Verify_Policy=2
Clear_On_Exit=no
[Mailto]
Email_address=
Server_Name=
[Fonts]
Main=Times New Roman
Header=Arial
Monospace=Courier New