initial commit
This commit is contained in:
111
home/highwire.cfg
Normal file
111
home/highwire.cfg
Normal file
@@ -0,0 +1,111 @@
|
||||
HighWire = 0.3.5<EFBFBD>7 [Oct 24 2022]
|
||||
#
|
||||
### Normal Font ###
|
||||
#
|
||||
NORMAL = 31324
|
||||
ITALIC_NORMAL = 13389
|
||||
BOLD_NORMAL = 28258
|
||||
BOLD_ITALIC_NORMAL = 22570
|
||||
#
|
||||
### Header Font ###
|
||||
#
|
||||
HEADER = 31324
|
||||
ITALIC_HEADER = 13389
|
||||
BOLD_HEADER = 28258
|
||||
BOLD_ITALIC_HEADER = 22570
|
||||
#
|
||||
### Teletype Font ###
|
||||
#
|
||||
# Font used for PRE and TT tags
|
||||
#
|
||||
TELETYPE = 19262
|
||||
ITALIC_TELETYPE = 14347
|
||||
BOLD_TELETYPE = 18720
|
||||
BOLD_ITALIC_TELETYPE = 25760
|
||||
#
|
||||
### Base Font Size ###
|
||||
#
|
||||
FONT_SIZE = 10
|
||||
#
|
||||
### Min. Font Size ###
|
||||
#
|
||||
FONT_MINSIZE = 8
|
||||
#
|
||||
### Page Background ###
|
||||
#
|
||||
#DFLT_BACKGND = 8
|
||||
#DFLT_BACKGND = 0xC0C0C0
|
||||
#DFLT_BACKGND = silver
|
||||
#
|
||||
### Cache Setup ###
|
||||
#
|
||||
CACHEMEM = 2000 # = 2048,000 bytes
|
||||
#
|
||||
CACHEDIR = C:\tools\highwire\cache\
|
||||
#
|
||||
CACHEDSK = 8192 # use 8MB disk space
|
||||
#CACHEDSK = 4096 300 # use 4MB disk space, but not more than in 300 files
|
||||
#
|
||||
### Connection Control ###
|
||||
#
|
||||
TIMEOUT_CONNECT = 40 # seconds, default value
|
||||
#
|
||||
#RETRY_HEADER = 1
|
||||
#
|
||||
TIMEOUT_HEADER = 20 # only change document timeout
|
||||
#TIMEOUT_HEADER = 0 2 # only change graphics timeout
|
||||
#TIMEOUT_HEADER = 5 2 # change both
|
||||
#
|
||||
### Runtime settings ###
|
||||
#
|
||||
COOKIES = 1
|
||||
VIEW_IMAGES = 1
|
||||
USE_CSS = 1
|
||||
FORCE_FRAMECTRL = 0
|
||||
LOGGING = 0
|
||||
#
|
||||
### Cookies/Images handling ###
|
||||
#
|
||||
#RESTRICT_HOST = C .mindshare.de # no cookies from this doamin
|
||||
#RESTRICT_HOST = I adserver2.mindshare.de # no images from this server
|
||||
#RESTRICT_HOST = CI .doubleclick.net # neither images nor cookies allowed
|
||||
#RESTRICT_HOST = * .biz # same as above but for all biz-domains
|
||||
#
|
||||
### Window Infobar ###
|
||||
#
|
||||
# Control the appearance window infobars. The value means:
|
||||
# 0: no infobar drawn at all,
|
||||
# 1: only AES infobar (traditional GEM),
|
||||
# 2: only output to the hslider area,
|
||||
# 3: both methods,
|
||||
# 4: application widget infobar, no realtime resizing possible
|
||||
# (default setting).
|
||||
#
|
||||
INFOBAR = 1
|
||||
#
|
||||
### Optimized color palette ###
|
||||
#
|
||||
FIXED_CMAP
|
||||
#
|
||||
### Start page ###
|
||||
#
|
||||
START_PAGE = http://firebee.org
|
||||
#
|
||||
### Open bookmarks window at start ###
|
||||
#
|
||||
HOTLIST_OPEN = 1
|
||||
#
|
||||
### Source viewer ###
|
||||
#
|
||||
VIEWER = C:\tools\qed\qed.app
|
||||
#
|
||||
### AV-Server handling ###
|
||||
#
|
||||
AV_WINDOW = 2
|
||||
#
|
||||
### Download folder ###
|
||||
#
|
||||
DATA_DIR = C:\Downloads\
|
||||
#
|
||||
### History ###
|
||||
#
|
||||
Reference in New Issue
Block a user