initial commit
This commit is contained in:
131
home/HYP_VIEW.CFG
Normal file
131
home/HYP_VIEW.CFG
Normal file
@@ -0,0 +1,131 @@
|
||||
# This is the configuration file for HYP-View (=project name)
|
||||
#
|
||||
# Every line starting with '#' is a comment.
|
||||
# Configuration variables start always with a (uppercase) name
|
||||
# followed by a '=' and then the values.
|
||||
#
|
||||
# If a variable couldn't be found in this file HYP-View will
|
||||
# use default values.
|
||||
|
||||
# search paths separated by a semicolon (max. 511 Bytes)
|
||||
PATH=C:\GUIDES;C:\GUIDES\DE;C:\GUIDES\FR;C:\GUIDES\RU;C:\GUIDES\NL
|
||||
|
||||
# <Path or name to default hypertext with an optional page name>
|
||||
DEFAULT=WELCOME.HYP
|
||||
|
||||
# <Path or name to catalog hypertext>
|
||||
KATALOG=CATALOG.HYP
|
||||
|
||||
# <font id>, <font height in points>
|
||||
FONT=1,10
|
||||
#XFONT=273,10
|
||||
|
||||
# <x pixel>, <y pixel>, <width characters>, <height characters>
|
||||
# if a value is set to 0, hyp_view will use default values.
|
||||
#WINPOS=72,76,0,0
|
||||
|
||||
# Adjust window width and height automatically as needed
|
||||
# 1 = ON (default) / 0 = OFF
|
||||
WINADJUST=1
|
||||
|
||||
# Select VDI-Color for this item
|
||||
# 0 = white (default)
|
||||
# 1 = black
|
||||
# 2 = red
|
||||
# 3 = green
|
||||
# 4 = blue
|
||||
# 5 = cyan
|
||||
# 6 = yellow
|
||||
# 7 = magenta
|
||||
# 8 = light grey
|
||||
# 9 = dark grey
|
||||
# 10 = dark red
|
||||
# 11 = dark green
|
||||
# 12 = dark blue
|
||||
# 13 = dark cyan
|
||||
# 14 = dark yellow
|
||||
# 15 = dark magenta
|
||||
#BGRND_COLOR=8 # Background color (default: 0 = white)
|
||||
#TEXT_COLOR=1 # normal text (default: 1 = black)
|
||||
#LINK_COLOR=4 # link (default: 4 = blue)
|
||||
|
||||
# Select VDI-Attributes for links
|
||||
# Bit 0 / 1 = thickened (=bold)
|
||||
# Bit 1 / 2 = lightened
|
||||
# Bit 2 / 4 = slanted (=italic)
|
||||
# Bit 3 / 8 = underlined
|
||||
# Bit 4 / 16 = outlined
|
||||
# Bit 5 / 32 = shadowed
|
||||
# Default is 9 (= 1+8 = bold & underlined)
|
||||
#LINK_EFFECT=1
|
||||
|
||||
# Draw pictures transparently: 1 = ON (default) / 0 = OFF
|
||||
#TRANSPARENT_PICS=0
|
||||
|
||||
# Number of columns used to display binary files (default is 76)
|
||||
#BIN_COLUMNS=100
|
||||
|
||||
# Tabulator size for ASCII files (default is 3)
|
||||
#ASCII_TAB=4
|
||||
|
||||
# VA_START Message behavior
|
||||
# 0 - open in current window (default)
|
||||
# 1 - opens a new window for new files
|
||||
# 2 - always opens a new window
|
||||
#VA_START_NEWWIN=1
|
||||
|
||||
# Destination file for Error messages (default is STDERR)
|
||||
#DEBUG_FILE=u:\dev\con
|
||||
|
||||
# Check file modification time and date before access
|
||||
# 1 = ON / 0 = OFF (default)
|
||||
#CHECK_TIME=1
|
||||
|
||||
# Use a different Toolbar/Skin
|
||||
SKIN=blue4hyp.rsc
|
||||
|
||||
# Line break for ASCII after X characters
|
||||
# (X between 0 and 511, default is 127)
|
||||
ASCII_BREAK=80
|
||||
|
||||
# Resize window to maximal document size when fuller is clicked
|
||||
# 1 = ON (default) / 0 = OFF
|
||||
#INTELLIGENT_FULLER=0
|
||||
|
||||
# Open new window when loading the clipboard content
|
||||
# 1 = ON / 0 = OFF (default)
|
||||
#CLIPBRD_NEW_WINDOW=1
|
||||
|
||||
# Enable global window cycling (based on AVSERVER) with CTRL+W
|
||||
# 1 = ON / 0 = OFF (default)
|
||||
AV_WINDOW_CYCLE=1
|
||||
|
||||
# Path to mark/favorites file, you can also use '$HOME\'.
|
||||
#MARKFILE=$HOME\MARKEN.DAT
|
||||
MARKFILE=C:\GUIDES\MARKEN.DAT
|
||||
|
||||
# Ask before saving marks:
|
||||
# 1 = YES (default) / 0 = NO
|
||||
#MARKFILE_SAVE_ASK=0
|
||||
|
||||
# REF index (maintained by REFLINK.TTP) file for keyword searching
|
||||
REF=C:\GUIDES\ALL.REF
|
||||
|
||||
# If this variable is defined (value unimporten), then all clicks
|
||||
# on the text which are not a link ignored
|
||||
#REFONLY=1
|
||||
|
||||
# Path for HYPFIND
|
||||
HYPFIND=C:\tools\stgui15\st-guide\hypfind.ttp
|
||||
|
||||
# Mit diesem Wert werden Tabulatoren expandiert
|
||||
TABSIZE=2
|
||||
|
||||
# Dieses Programm wird von STool f<>r 'COMPILE' aufgerufen
|
||||
HCP=C:\tools\stgui15\st-guide\hcp.ttp
|
||||
|
||||
# Diese Optionen benutzt der HCP beim Aufruf automatisch
|
||||
HCP_OPT=+zz-s
|
||||
|
||||
# HCP <20>besetzt defaultm<74><6D>ig in diesen Ordner
|
||||
#HYPFOLD=C:\GUIDES\
|
||||
8
home/bookmark.css
Normal file
8
home/bookmark.css
Normal file
@@ -0,0 +1,8 @@
|
||||
BODY { background-color: white; }
|
||||
DL DL { border-width: 0px 1px 1px; border-color: A0A0A0; border-style: solid;
|
||||
margin-bottom: 1px; margin-left: 1em; padding: 0px 3px; }
|
||||
DT.GRP { white-space:nowrap; background-color: E0E0E0; padding: 0px 3px 1px 3px;
|
||||
border-width: 1px; border-style: solid; }
|
||||
DT.LNK { text-indent: -2em }
|
||||
A { text-decoration: none; }
|
||||
|
||||
47
home/bookmark.htm
Normal file
47
home/bookmark.htm
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE HighWire-Bookmark-File-4>
|
||||
<HTML><HEAD>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=atarist">
|
||||
<TITLE>Bookmarks</TITLE>
|
||||
<LINK REL="stylesheet" HREF="bookmark.css" TYPE="text/css" MEDIA="screen">
|
||||
</HEAD>
|
||||
<BODY ID='235385C0'>
|
||||
<DL>
|
||||
<DT CLASS='GRP' ID='G-7AFB4240'><B>FireBee</B></DT>
|
||||
<DL CLASS='G-7AFB4240'>
|
||||
<DT CLASS='LNK' ID='L-4B9F544C'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://firebee.org'>FireBee.org</A></DT>
|
||||
<DT CLASS='LNK' ID='L-33400650'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://acp.atari.org/'>ACP Firebee</A></DT>
|
||||
<DT CLASS='LNK' ID='L-8D351D6C'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://medusacomputer.com/FireBee.html'>Medusa Computer Systems</A></DT>
|
||||
</DL>
|
||||
<DT CLASS='GRP' ID='G-235385E8'><B>Atari Software</B></DT>
|
||||
<DL CLASS='G-235385E8'>
|
||||
<DT CLASS='LNK' ID='L-235385F2'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://www.anodynesoftware.com/'>ExtenDos</A></DT>
|
||||
<DT CLASS='LNK' ID='L-235385F3'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://falcamp.atari.org/'>FalcAmp</A></DT>
|
||||
<DT CLASS='LNK' ID='L-32382748'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://gemdict.org/'>GEMDict</A></DT>
|
||||
<DT CLASS='LNK' ID='L-7466FE3C'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://gfabasic.net/htm/menu.htm'>GFA Basic</A></DT>
|
||||
<DT CLASS='LNK' ID='L-8D200D88'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://tho-otto.de/snapshots/highwire'>Highwire Snapshots</A></DT>
|
||||
<DT CLASS='LNK' ID='L-2D481F4C'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://kronos.lutece.net/'>Kronos</A></DT>
|
||||
<DT CLASS='LNK' ID='L-4C569524'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://myaes.lutece.net/'>MyAES</A></DT>
|
||||
<DT CLASS='LNK' ID='L-235385FA'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://nature.atari.org/'>Nature</A></DT>
|
||||
<DT CLASS='LNK' ID='L-8D6AE450'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://www.ppp-software.de/'>PPP-Software</A></DT>
|
||||
<DT CLASS='LNK' ID='L-235385FD'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://www.ardisoft.de/'>RSM</A></DT>
|
||||
<DT CLASS='LNK' ID='L-23538601'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://solair.eunet.rs/~vdjole/teradesk.htm'>TeraDesk</A></DT>
|
||||
<DT CLASS='LNK' ID='L-8D20C080'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://jlusetti.free.fr/vision.htm'>VISION</A></DT>
|
||||
</DL>
|
||||
<DT CLASS='GRP' ID='G-3193FF90'><B>FreeMiNT</B></DT>
|
||||
<DL CLASS='G-3193FF90'>
|
||||
<DT CLASS='LNK' ID='L-8D6A66F0'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://tho-otto.de/snapshots/freemint/bootable/'>FreeMiNT Snapshots</A></DT>
|
||||
<DT CLASS='LNK' ID='L-4AAB1210'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/mint/'>MiNT executables (V. Rivi<76>re)</A></DT>
|
||||
</DL>
|
||||
<DT CLASS='GRP' ID='G-3194023C'><B>Atari unsorted</B></DT>
|
||||
<DL CLASS='G-3194023C'>
|
||||
<DT CLASS='LNK' ID='L-33A3CCAC'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://www.avtandil.narod.ru/indexe.html'>Avtandil's homepage</A></DT>
|
||||
<DT CLASS='LNK' ID='L-2B75E2C0'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://www.atarimania.com/'>Atarimania</A></DT>
|
||||
<DT CLASS='LNK' ID='L-7B944294'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://tho-otto.de/downloads.html'>Homepage Thorsten Otto</A></DT>
|
||||
<DT CLASS='LNK' ID='L-256D58B8'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://christophe.bray.free.fr/informatique/falcon/falcon_jeux.htm'>Jeux Falcon</A></DT>
|
||||
<DT CLASS='LNK' ID='L-3F29242C'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://www.klapauzius.net/'>Klapauzius Games</A></DT>
|
||||
<DT CLASS='LNK' ID='L-23538618'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://rg.atari.org/'>Reservoir Gods</A></DT>
|
||||
<DT CLASS='LNK' ID='L-23538616'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://logitron.atari.online.fr/'>Logitron</A></DT>
|
||||
<DT CLASS='LNK' ID='L-36171B8C'><A TARGET='_hw_top' LAST_VISIT='00000000' HREF='http://toshyp.atari.org/de/index.html'>toshyp.atari.org</A></DT>
|
||||
</DL>
|
||||
</DL>
|
||||
</BODY></HTML>
|
||||
BIN
home/cops.inf
Normal file
BIN
home/cops.inf
Normal file
Binary file not shown.
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 ###
|
||||
#
|
||||
171
home/st-guide.inf
Normal file
171
home/st-guide.inf
Normal file
@@ -0,0 +1,171 @@
|
||||
# Please edit this ST-Guide INF file to your requirements
|
||||
# ========================================================================
|
||||
#
|
||||
# Read this!
|
||||
# This file can be edited in any ASCII text editor (eg Everest)
|
||||
# If you experience any problems with ST-Guide try removing
|
||||
# ST-GUIDE.INF altogether. ST-Guide then uses its internal defaults.
|
||||
# If the problem goes away you'll know something is wrong with your
|
||||
# ST-GUIDE.INF file.
|
||||
# This file is configured by default to run from Drive C: but anyone
|
||||
# running a floppy based system can simply change each occurence of
|
||||
# C: to A:
|
||||
# By default ST-Guide looks in the root directory of your boot drive
|
||||
# for a 'GUIDES' folder which can be used to store all your 'HYP and
|
||||
# 'REF' files.
|
||||
#
|
||||
# Lines preceded with a '#' symbol (like this one) are comments and
|
||||
# ignored by ST-Guide.
|
||||
#
|
||||
#
|
||||
# Important access paths
|
||||
#=========================================================================
|
||||
# Default search path, where ST-Guide looks for 'HYP' hypertexts:
|
||||
PATHS=c:\guides c:\guides\DE c:\guides\FR c:\guides\RU c:\guides\NL
|
||||
#
|
||||
# HCP is used to compile STG files into HYP files. STool uses this entry
|
||||
# to find HCP and compile:
|
||||
HCP=c:\tools\st-gui15\st-guide\hcp.ttp
|
||||
#
|
||||
# Hypfind is called by ST-Guide to search for search masks in all pages
|
||||
# in the current hypertext.
|
||||
HYPFIND=c:\tools\st-gui15\st-guide\hypfind.ttp
|
||||
#
|
||||
# Folder where HCP compiles the HYP file.
|
||||
#HYPFOLD=c:\guides
|
||||
#
|
||||
# The file used to find references:
|
||||
REF=c:\guides\all.ref
|
||||
#
|
||||
# Path for Remarker:
|
||||
# Without '!' preceding the path Remarker is automatically started on
|
||||
# opening ST-Guide.
|
||||
# With '!' preceding the path Remarker is started using [Alternate]+R
|
||||
#REMARKER=!C:\ST-GUIDE\REMARKER.PRG
|
||||
#
|
||||
# An external viewer, which must be memory resident can be used to
|
||||
# display unknown file types:
|
||||
#EXTVIEW
|
||||
#
|
||||
# Default path/filename of hypertext automatically loaded by ST-Guide
|
||||
# if called without parameters (typically ST-GUIDE.HYP or HCP.HYP:
|
||||
#DEFHYP=C:\GUIDES\ST-GUIDE.HYP
|
||||
#
|
||||
# The hypertext file to be loaded via the ST-Guide 'Catalog' option or
|
||||
# when ST-Guide is started without parameters:
|
||||
HYPTOP=c:\guides\catalog.hyp
|
||||
#
|
||||
# Whenever 'Print' is selected output is sent to the Clipboard and
|
||||
# Re-directed to this listed application for output:
|
||||
#PRINTER=C:\ILIST.ACC
|
||||
#
|
||||
# Default directory to save mark files to:
|
||||
MARKFILE=c:\guides\marks.dat
|
||||
#
|
||||
# Colour display options
|
||||
#=========================================================================
|
||||
# The following three variables are only relevant in colour resolutions
|
||||
# and are ignored in monochrome resolutions.
|
||||
# TXTCOLOR Displays text in the specified colour.
|
||||
# REFCOLOR Displays references in the specified colour using the
|
||||
# normal typestyle (NOT bold and underlined).
|
||||
# BCK3D Displays the background in light grey if active, otherwise
|
||||
# it's displayed as white.
|
||||
#
|
||||
# Default colours (Note! Your system may change these values!):
|
||||
# 0=White 1=Black 2=Red 3=Green
|
||||
# 4=Blue 5=Cyan 6=Yellow 7=Magenta
|
||||
# 8=Grey 9=Dark grey 10=Dark red 11=Dark green
|
||||
# 12=Dark blue 13=Dark cyan 14=Dark yellow 15=Dark magenta
|
||||
TXTCOLOR=1
|
||||
REFCOLOR=4
|
||||
#BCK3D
|
||||
#
|
||||
# The BCKCOLOR variable has been ignored since ST-Guide v1.5)
|
||||
#
|
||||
# ST-Guide window display
|
||||
#=========================================================================
|
||||
# ST-Guide can use GDOS screen fonts if loaded, the code determines the
|
||||
# font used. Contains the font and point size to be used in the
|
||||
# following format: FONT,SIZE
|
||||
FONT=1,10
|
||||
# A second font can be defined and swapped between using the
|
||||
# [Control]+Z key combination - useful for swapping between
|
||||
# proportional and non-proportional fonts.
|
||||
#XFONT=185,10
|
||||
#
|
||||
# The first two values set the top left corner of the window. The
|
||||
# next two values set the bottom right corner for the ST-Guide window:
|
||||
#WINSIZE=100,100,400,200
|
||||
#
|
||||
# Sets the vertical separation in pixels of the window contents from
|
||||
# the dividing line below the icons. The default value od 6 pixels is
|
||||
# applied if this variable is not specified:
|
||||
#TXTOFFSET
|
||||
#
|
||||
# The number of spaces a tab will be expanded to is set here:
|
||||
#TABSIZE=4
|
||||
#
|
||||
# Mouse behaviour
|
||||
#=========================================================================
|
||||
# The RIGHTBACK variable, if set, means a right mouse click is
|
||||
# interpreted as a click on the Back icon:
|
||||
#RIGHTBACK
|
||||
#
|
||||
# If this variable is active, clicking on 'normal' text does not cause
|
||||
# ST-Guide to search for references.
|
||||
REFONLY
|
||||
#
|
||||
# The BACKWIND variable, if set, means a right click will top a
|
||||
# background ST-Guide window:
|
||||
#BACKWIND
|
||||
#
|
||||
# Miscellaneous
|
||||
#=========================================================================
|
||||
# These options are used automatically when HCP is called:
|
||||
#HCP_OPT=
|
||||
#
|
||||
# This variable is provided to install ARROWPATCH. This patch corrects a
|
||||
# bug in the AES which prevents the scroll bars in windowed accessories
|
||||
# from working correctly with certain TOS versions.
|
||||
# If you exerience this behaviour activate this patch ON (by removing
|
||||
# the preceding #).
|
||||
# This patch is not needed if you are running WINX, MagiC, MTOS or
|
||||
# already have the ARROWPATCH installed globally.
|
||||
#ARROWPATCH
|
||||
#
|
||||
# This variable prevents the Find box with a word in a REF-file, from
|
||||
# being displayed:
|
||||
#NOREFBOX
|
||||
#
|
||||
# Special HypTree options
|
||||
#=========================================================================
|
||||
# Here the default size of the HypTree window can be displayed.
|
||||
# If these variables are not defined, the size and position of the last
|
||||
# window will be used, if available.
|
||||
HT_WINSIZE=40,40,100,200
|
||||
#
|
||||
# Using this switch you can decide whether all pages included in the
|
||||
# HypTree structure are visible (0 = No, 1 = Yes)
|
||||
HT_OPENALL=1
|
||||
#
|
||||
# This variable sets the position of the triangle in the window
|
||||
# 0 = next to the text, 1 = On the left hand margin of the window.
|
||||
HT_MACLIKE=0
|
||||
#
|
||||
# The following command line is sent to HypTree from ST-Guide (via
|
||||
# VA_START) after the user double clicks on the menu bar title in any
|
||||
# hypertext page. The following strings are replaced with the actual
|
||||
# values when called:
|
||||
# %p Pathname of the hypertext file
|
||||
# %n Name of the hypertext file (without path)
|
||||
# %s The internal name of the hypertext page
|
||||
HT_CALLSTG=-s1 %p %s
|
||||
#
|
||||
# The following command line is sent to ST-Guide from HypTree as soon
|
||||
# as the current hypertext is closed:
|
||||
HT_STOPSTG=-s0
|
||||
#
|
||||
$STOOL=c:\stgui15\st-guide\stool.tos
|
||||
#
|
||||
# That's all folks!
|
||||
71
home/toswin2.cfg
Normal file
71
home/toswin2.cfg
Normal file
@@ -0,0 +1,71 @@
|
||||
ID=TosWin2 2.7
|
||||
AllLoginshell=TRUE
|
||||
ConsAutoOpen=TRUE
|
||||
ConsLogging=FALSE
|
||||
ConsLogName="U:\ram\con.log"
|
||||
ConsOutputOpen=FALSE
|
||||
MenuShortcut=TRUE
|
||||
WinCycleAV=FALSE
|
||||
WinCfgBegin="default"
|
||||
WinArg=""
|
||||
WinAsIcon=FALSE
|
||||
WinAutoClose=FALSE
|
||||
WinCharTab=0
|
||||
WinCol=60
|
||||
WinColorBg=0
|
||||
WinColorFg=2
|
||||
WinFontID=1
|
||||
WinFontPts=10
|
||||
WinKind=16843
|
||||
WinPosX=2472
|
||||
WinPosY=3006
|
||||
WinRow=20
|
||||
WinScroll=0
|
||||
WinTitle=""
|
||||
WinVtMode=2
|
||||
WinVDIColors=0
|
||||
WinFGEffects=0
|
||||
WinBGEffects=0
|
||||
WinCfgEnd="default"
|
||||
WinCfgBegin="Console"
|
||||
WinArg=""
|
||||
WinAsIcon=TRUE
|
||||
WinAutoClose=FALSE
|
||||
WinCharTab=0
|
||||
WinCol=60
|
||||
WinColorBg=0
|
||||
WinColorFg=1
|
||||
WinFontID=1
|
||||
WinFontPts=10
|
||||
WinKind=16843
|
||||
WinPosX=1017
|
||||
WinPosY=2025
|
||||
WinRow=20
|
||||
WinScroll=40
|
||||
WinTitle=""
|
||||
WinVtMode=2
|
||||
WinVDIColors=0
|
||||
WinFGEffects=0
|
||||
WinBGEffects=0
|
||||
WinCfgEnd="Console"
|
||||
WinCfgBegin="u:\bin\bash"
|
||||
WinArg=""
|
||||
WinAsIcon=FALSE
|
||||
WinAutoClose=TRUE
|
||||
WinCharTab=0
|
||||
WinCol=70
|
||||
WinColorBg=0
|
||||
WinColorFg=7
|
||||
WinFontID=1
|
||||
WinFontPts=10
|
||||
WinKind=16879
|
||||
WinPosX=751
|
||||
WinPosY=1273
|
||||
WinRow=24
|
||||
WinScroll=72
|
||||
WinTitle=""
|
||||
WinVtMode=2
|
||||
WinVDIColors=0
|
||||
WinFGEffects=0
|
||||
WinBGEffects=0
|
||||
WinCfgEnd="u:\bin\bash"
|
||||
Reference in New Issue
Block a user