initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

View File

@@ -0,0 +1,264 @@
<HTML
<HEAD><TITLE>HighWire Help: Configuration</TITLE>
<STYLE type="text/css">
<!--
h2 { color:yellow; background-color:dodgerblue;
text-indent:1em; text-decoration:underline; white-space:nowrap }
-->
</STYLE>
</HEAD><BODY bgcolor="#EEEEEE">
<H1 style="color:yellow; background-color:dodgerblue;
text-indent:1em; text-decoration:underline; white-space:nowrap">
Configuring HighWire</H1>
<P align="justify">
At startup, HighWire tries to load the <TT>highwire.cfg</TT> configuration file.
In case the environment variable <TT>$HOME</TT> is set it will first try to load
it from <TT>$HOME/defaults/highwire.cfg</TT>. If that fails it will then try to
load it from <TT>$HOME/highwire.cfg</TT> and if still still fails (or
<TT>$HOME</TT> is not defined at all) HighWire will finally try to load the file
from its starting directory.
<P align="justify">
The configuration file has a simple structured <I>(yet)</I>:<BR>
Lines starting with a '<TT>#</TT>' are ignored in general (to be precise,
everything after a '<TT>#</TT>' is ignored) and empty lines are ignored as well.
Furthermore, leading and trailing white spaces (blanks, tabs,
<TT>cr</TT>/<TT>lf</TT>... that is) are also ignored in general. A valid line
consists of:<BR>
<TT>&nbsp;&nbsp;&nbsp;<I>variable</I>&nbsp;=&nbsp;<I>value</I><BR>
<P>
<B>Variables sorted alphabetically:</B><FONT size="1">
<TT><UL style="list-style-type: none;">
<LI>&nbsp;B </TT>
<NOBR>&bull; <A href="#Fnt+Hdr"><TT>BOLD_HEADER</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Hdr"><TT>BOLD_ITALIC_HEADER</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Nrm"><TT>BOLD_ITALIC_NORMAL</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Tty"><TT>BOLD_ITALIC_TELETYPE</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Nrm"><TT>BOLD_NORMAL</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Tty"><TT>BOLD_TELETYPE</TT></A></NOBR>
<P><TT>
<LI>&nbsp;C </TT>
<NOBR>&bull; <A href="#Cctl"><TT>CACHEDIR</TT></A></NOBR>
<NOBR>&bull; <A href="#Cctl"><TT>CACHEDSK</TT></A></NOBR>
<NOBR>&bull; <A href="#Cctl"><TT>CACHEMEM</TT></A></NOBR>
<NOBR>&bull; <A href="#Cnct"><TT>COOKIES</TT></A></NOBR>
<P><TT>
<LI>&nbsp;D </TT>
<NOBR>&bull; <A href="#Rndr"><TT>DFLT_BACKGND</TT></A></NOBR>
<P><TT>
<LI>&nbsp;F </TT>
<NOBR>&bull; <A href="#Fnt+Pnt"><TT>FONT_MINSIZE</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Pnt"><TT>FONT_SIZE</TT></A></NOBR>
<NOBR>&bull; <A href="#Rndr" ><TT>FORCE_FRAMECTRL</TT></A></NOBR>
<P><TT>
<LI>&nbsp;H </TT>
<NOBR>&bull; <A href="#Fnt+Hdr"><TT>HEADER</TT></A></NOBR>
<NOBR>&bull; <A href="#Cnct"><TT>HTTP_PROXY</TT></A></NOBR>
<P><TT>
<LI>&nbsp;I </TT>
<NOBR>&bull; <A href="#GUI" ><TT>INFOBAR</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Hdr"><TT>ITALIC_HEADER</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Nrm"><TT>ITALIC_NORMAL</TT></A></NOBR>
<NOBR>&bull; <A href="#Fnt+Tty"><TT>ITALIC_TELETYPE</TT></A></NOBR>
<P><TT>
<LI>&nbsp;L </TT>
<NOBR>&bull; <A href="#Dbgg"><TT>LOCAL_WEB</TT></A></NOBR>
<NOBR>&bull; <A href="#Dbgg"><TT>LOGGING</TT></A></NOBR>
<P><TT>
<LI>&nbsp;N </TT>
<NOBR>&bull; <A href="#Fnt+Nrm"><TT>NORMAL</TT></A></NOBR>
<NOBR>&bull; <A href="#Rndr" ><TT>NO_IMAGE</TT></A></NOBR>
<P><TT>
<LI>&nbsp;R </TT>
<NOBR>&bull; <A href="#Cnct"><TT>RESTRICT_HOST</TT></A></NOBR>
<P><TT>
<LI>&nbsp;S </TT>
<NOBR>&bull; <A href="#Rndr"><TT>START_PAGE</TT></A></NOBR>
<P><TT>
<LI>&nbsp;T </TT>
<NOBR>&bull; <A href="#Fnt+Tty"><TT>TELETYPE</TT></A></NOBR>
<NOBR>&bull; <A href="#Cnct"><TT>TIMEOUT_CONNECT</TT></A></NOBR>
<NOBR>&bull; <A href="#Cnct"><TT>TIMEOUT_HEADER</TT></A></NOBR>
</UL></FONT>
&nbsp;
<!----------------------------------------------------------------------------->
<H2><A name="Wind">GUI Stuff:</A></H2>
<DL>
<DT><TT><B>INFOBAR</B> = [0..5]</TT>
<DD>Controls the appearance of the windows' infobars. The value means:<NOBR>
<BR>&nbsp;&nbsp;<TT>0</TT>: no infobar drawn at all
<BR>&nbsp;&nbsp;<TT>1</TT>: only AES infobar (traditional GEM)
<BR>&nbsp;&nbsp;<TT>2</TT>: only output to the hslider area
<BR>&nbsp;&nbsp;<TT>3</TT>: both methods above
<BR>&nbsp;&nbsp;<TT>4</TT>: application widget infobar, no realtime resizing
possible
<BR>&nbsp;&nbsp;<TT>5</TT>: both AES and application widget infobar.
<BR></NOBR>
The default setting is <TT>4</TT>.
</DL>
&nbsp;
<!----------------------------------------------------------------------------->
<H2><A name="Font">Font Setting:</A></H2>
<P align="justify">
The value for ALL font variables is the index number of the VDI. There are
four necessary values for each of the font variables, these are plain, italic,
bold and bold italic. The default values are <TT>5031</TT>, <TT>5032</TT>,
<TT>5033</TT>, <TT>5034</TT> (Baskerville Speedo font).
<DL>
<DT><A name="Fnt+Nrm"></A>
<B><TT>NORMAL</TT></B>, <B><TT>BOLD_NORMAL</TT></B>,
<B><TT>ITALIC_NORMAL</TT></B>, <B><TT>BOLD_ITALIC_NORMAL</TT></B>
<DD>This is the font that the normal text will be displayed with.
<BR>&nbsp;
<DT><A name="Fnt+Hdr"></A>
<B><TT>HEADER</TT></B>, <B><TT>BOLD_HEADER</TT></B>,
<B><TT>ITALIC_HEADER</TT></B>, <B><TT>BOLD_ITALIC_HEADER</TT></B>
<DD>The font that headers will be displayed with.
<BR>&nbsp;
<DT><A name="Fnt+Tty"></A>
<B><TT>TELETYPE</TT></B>, <B><TT>BOLD_TELETYPE</TT></B>,
<B><TT>ITALIC_TELETYPE</TT></B>,<B><TT>BOLD_ITALIC_TELETYPE</TT></B>
<DD>Font used for <CODE>&lt;PRE&gt;</CODE> and <CODE>&lt;TT&gt;</CODE> tags as
well as for plain text files.
<BR>&nbsp;
<DT><A name="Fnt+Pnt"></A>
<B><TT>FONT_SIZE</TT></B>
<DD>Defines the base font size in points for normal font height (as of
<CODE>&lt;FONT SIZE="3"&gt;</CODE>). Usefull values are <TT>10..14</TT>.
<DT><B><TT>FONT_MINSIZE</TT></B>
<DD>Set the minimum height in points that a font should have at least, eg. for
<CODE>&lt;FONT SIZE="1"&gt;</CODE> tags.
</DL>
&nbsp;
<!----------------------------------------------------------------------------->
<H2><A name="Rndr">Parser/Renderer:</A></H2>
<DL>
<DT><TT><B>DFLT_BACKGND</B> = <I>&lt;colour&gt;</I></TT>
<DD>Sets the default background colour for pages that have none defined. The
value can either be a decimal number <TT>0..255</TT> to use the VDI colour
map, a hexadecimal number of the form <TT>0xRRGGBB</TT> as a direct colour
value or a text as used in HTML. The three examples below mean all the same
colour:<TT>
<BR>&nbsp;&nbsp;&nbsp;DFLT_BACKGND = 8
<BR>&nbsp;&nbsp;&nbsp;DFLT_BACKGND = 0xC0C0C0
<BR>&nbsp;&nbsp;&nbsp;DFLT_BACKGND = silver
</TT>
<BR>&nbsp;
<DT><TT><B>FORCE_FRAMECTRL</B> = [0|1]</TT>
<DD>If set to a non-zero value, the attributes <CODE>NORESIZE</CODE> and
<CODE>SCROLLING</CODE> of frames and framesets are ignored. Also setting
frame borders to zero will be prevented. This makes some mal-designed
pages more useable.<BR>
This setting can be changed at runtime in the <A href="c-MB.htm#Optn"
>Menu Options</A>.
<BR>&nbsp;
<DT><TT><B>NO_IMAGE</B> = [0|1]</TT>
<DD>If set to a non-zero value, images won't be displayed but the text from
their <CODE>ALT</CODE> attribute will be used instead (if given).<BR>
This setting can be changed at runtime in the <A href="c-MB.htm#Optn"
>Menu Options</A>.
<BR>&nbsp;
<DT><TT><B>START_PAGE</B> = <I>&lt;URL&gt;</I></TT>
<DD>Defines what HTML file shall be displayed at startup.
</DL>
&nbsp;
<!----------------------------------------------------------------------------->
<H2><A name="Cctl">Cache Control:</A></H2>
<DL>
<DT><TT><B>CACHEDIR</B> = <I>&lt;absolute path&gt;</I></TT>
<DD>To allow HighWire to save visited pages for later revisites it is necessary
to define a directory for storage. This might be something like:<TT>
<BR>&nbsp;&nbsp;&nbsp;CACHEDIR = C:\TMP\
<BR>&nbsp;&nbsp;&nbsp;CACHEDIR = D:\HIGHWIRE\CACHE.DIR\
<BR>&nbsp;&nbsp;&nbsp;CACHEDIR = U:\ram\
</TT><BR><I><B>Note:</B> The last example might need plenty of ram!</I>
<BR>&nbsp;
<DT><TT><B>CACHEDSK</B> = <I>&lt;kilobytes&gt;</I> [<I>&lt;num files&gt;</I>]</TT>
<DD>Set the maximum usage of disk space for storing cache files and optionally
the maximum number of files to use. Examples:<TT>
<BR>&nbsp;&nbsp;&nbsp;CACHEDSK = 8192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#</TT><I> use 8MB disk space</I><TT>
<BR>&nbsp;&nbsp;&nbsp;CACHEDSK = 4096 300 &nbsp;
#</TT><I> use 4MB disk space, but not more than in 300 files</I>
<BR>If not set here HighWire will use only a sparingly maximum of 2MB
space andd 200 files.
<BR>&nbsp;
<DT><TT><B>CACHEMEM</B> = <I>&lt;kilobytes&gt;</I></TT>
<DD>Sets the maximum amout in kilobytes for images cached in memory. This
value affects only these images which aren't used anymore (default is 100k).
</DL>
&nbsp;
<!----------------------------------------------------------------------------->
<H2><A name="Cnct">Connection Control:</A></H2>
<DL>
<DT><TT><B>TIMEOUT_CONNECT</B> = n</TT>
<DD>Number of seconds Highwire shall wait for a connection to get established.
After this time a connection try will be seen as timed out. The default
value is one second.
<DT><TT><B>RETRY_HEADER</B> = n</TT>
<DD>Definines how often HighWire tries to load a page or some other data. The
default value is three times.
<DT><TT><B>TIMEOUT_HEADER</B> = txt [, gfx]</TT>
<DD><font color=red><TT><B><I>- TO BE ADDED -</I></B></TT></FONT>
<BR>&nbsp;
<DT><TT><B>COOKIES</B> = [0|1]</TT>
<DD>The general Cookie handling policy can be set either to allow
<nobr>(<TT>= 1</TT>)</nobr> or to disallow <nobr>(<TT>= 0</TT>)</nobr>. The
default is to disallow cookies.
<BR>
This setting can be changed at runtime in the <A href="c-MB.htm#Optn"
>Menu Options</A>.
<BR>&nbsp;
<DT><TT><B>RESTRICT_HOST</B> = <I>&lt;flags&gt;</I> <I>&lt;host or domain&gt;</I></TT>
<DD>Instructs HighWire to refrain from certain HTTP actions to a particular
server or a whole domain. If the second parameter starts with a dot
("<TT>.</TT>") it will be interpreted as a domain otherwise it's assumed to
be as fully qualified host name. Note that there must never be a "http://"
befor the host name!
<BR>
The first argument <I>&lt;flags&gt;</I> defines the type(s) of action(s).
There are two flags available:
<BR><TT>&nbsp;&nbsp;&nbsp;C</TT>: &nbsp;</A>don't accept cookies from this
server or domain nor send any back
<BR><TT>&nbsp;&nbsp;&nbsp;I</TT>: &nbsp;</A>don't load images from this
server or domain
<BR>Flags may be combined and this variable can be used multiple times for
several hosts or domains. Here are some examples:<TT>
<BR>&nbsp;&nbsp;&nbsp;RESTRICT_HOST = C&nbsp;&nbsp;.mindshare.de
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#</TT><I> no cookies from this doamin</I><TT>
<BR>&nbsp;&nbsp;&nbsp;RESTRICT_HOST = I&nbsp;&nbsp;adserver2.mindshare.de
&nbsp; #</TT><I> no images from this server</I><TT>
<BR>&nbsp;&nbsp;&nbsp;RESTRICT_HOST = CI&nbsp;.doubleclick.net
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#</TT><I> neither images nor cookies allowed</I>
<BR>&nbsp;
<DT><TT><B>HTTP_PROXY</B> = <I>&lt;proxy-ip&gt;</I> <I>&lt;port&gt;</I></TT>
<DD>Defines a proxy server and its port for web access.
</DL>
&nbsp;
<!----------------------------------------------------------------------------->
<H2><A name="Dbgg">Debugging:</A></H2>
<DL>
<DT><TT><B>LOCAL_WEB</B> = <I>&lt;absolute path&gt;</I></TT>
<DD><font color=red><TT><B><I>- TO BE ADDED -</I></B></TT></FONT>
<DT><TT><B>LOGGING</B> = [0|1]</TT>
<DD>If set to a non-zero value, HighWire will spit lots of debug messages to
<TT>stdout</TT>.<BR>
<I><B>Note:</B> If you haven't installed any console window (T-Con,
TosWin2, ...) this will lead to several text lines written over the screen.
</I><BR>
This setting can be changed at runtime in the <A href="c-MB.htm#Optn"
>Menu Options</A>.
</DL>
&nbsp;
<P><A href="#">Goto top</A>
</BODY></HTML>

View File

@@ -0,0 +1,37 @@
<HTML
<HEAD><TITLE>HighWire Help: Development Team</TITLE>
</HEAD><BODY bgcolor="#EEEEEE">
<H2 style="color:yellow; background-color:dodgerblue;
text-indent:1em; text-decoration:underline; white-space:nowrap">
<A name="????">HighWire Development Team</A></H2>
<p>
<ul type="square">
<li><b>HighWire code</b></li>
<ul type="disc">
<li><A target="_top" HREF="http://www.netset.com/~baldrick/">Dan Ackerman</A> (aka Baldrick - current maintainer)</li>
<li><A target="_top" HREF="http://www.freemint.de/">Ralph Lowinski</A> (aka AltF4)</li>
<li>David Leaver</li>
<li><A target="_top" href="http://privat.schlund.de/R/Rainer_Seitel/atari.html">Rainer Seitel</A></li>
<li><A target="_top" HREF="http://kawecki.atari.org/">Rafal Kawecki</A> (MyPDF)</li>
<li><A target="_top" href="http://www.atariuptodate.de/">Matthias Jaap</A></li>
<li><A target="_top" href="http://deunstg.free.fr/sct1/">Denis Huguet</A> (aka Stghost)</li>
<li>Mike De.Petris</li>
<li><A target="_top" HREF="http://www.far-blue.co.uk/">Robert Goldsmith</A> (original HighWire author - non active)</li>
<li><a target="_top" href="http://wh58-508.st.uni-magdeburg.de/sparemint/">Frank Naumann</A> (original GCC modifications - non active)</li>
</ul>
<p>
<li><b>HighWire documentation</b></li>
<ul type="disc">
<li><A target="_top" href="http://www.arcadia.crew.free.fr/">Jean-Paul Mata </a>(aka ProTOS - french translation)</li>
<li>Edward Baiz Jr. (aka Gamer)</li>
<li><A target="_top" HREF="http://www.atari-users.net/">Rob Mahlert</A></li>
</ul>
<P>
<li><b>Fontlist project</b></li>
<ul type="disc">
<li><A target="_top" HREF="http://aicq.atari-users.net/">Joakim H<>gberg</A> (aka GokMasE)</li>
<li><A target="_top" HREF="http://www.q1.net/~atari/">Lonny Pursell</A> (aka Lp)</li>
</ul>
</p>
</ul>

View File

@@ -0,0 +1,116 @@
<HTML
<HEAD><TITLE>HighWire Help: Keyword Index</TITLE>
</HEAD><BODY bgcolor="#EEEEEE">
<BIG><TT><UL style="list-style-type: none;">
<LI>#&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">1252</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">8859-1 -2 -15</A></NOBR>
<P></FONT><TT>
<LI>A&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">Atari NVDI (Font)</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">Atari (System Font)</A></NOBR>
<P></FONT><TT>
<LI>B&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-CF.htm#Font">BOLD_... (Config)</A></NOBR>
<P></FONT><TT>
<LI>C&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-CF.htm#Cctl">CACHE_... (Config)</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">Codepage 1252</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#" >Configuration</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Optn">Console Logging</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Cnct">COOKIES (Config)</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Optn">Cookies allow (Menu)</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Cnct">Cookies, blocking</A></NOBR>
<P></FONT><TT>
<LI>D&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-CF.htm#Rndr">DFLT_BACKGND</A></NOBR>
<P></FONT><TT>
<!--E -><LI>E&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
<LI>F&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#File">File (Menu)</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Font">FONT_MINSIZE</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Font">FONT_SIZE</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Rndr">FORCE_FRAMECTRL</A></NOBR>
<P></FONT><TT>
<!--G -><LI>G&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
<LI>H&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-CF.htm#Font">HEADER</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Hist">History (Menu)</A></NOBR>
<NOBR>&bull; <A href="c-KS.htm" >Hot Keys</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Cnct">HTTP_PROXY</A></NOBR>
<P></FONT><TT>
<LI>I&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">IEC 8859-1 -2 -15</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Cnct">Images, blocking</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Optn">Images, suppressing</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#File">Info (Menu)</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Wind">INFOBAR</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Font">ITALIC_... (Config)</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">ISO 8859-1 -2 -15</A></NOBR>
<P></FONT><TT>
<!--J -><LI>J&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
<LI>K&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-KS.htm" >Keyboard Shortcuts</A></NOBR>
<P></FONT><TT>
<LI>L&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">Latin-1 -2 -8</A></NOBR>
<NOBR>&bull; <A href="cont.htm" >License</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Dbgg">LOCAL_WEB</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Dbgg">LOGGING (Config)</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Optn">Logging to Console (Menu)</A></NOBR>
<P></FONT><TT>
<LI>M&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">Macintosh Roman</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#" >Menu Bar</A></NOBR>
<P></FONT><TT>
<LI>N&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-CF.htm#Rndr">NO_IMAGE</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Font">NORMAL</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">NVDI Font</A></NOBR>
<P></FONT><TT>
<LI>O&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#File">Open</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Optn">Options (Menu)</A></NOBR>
<P></FONT><TT>
<!--P -><LI>P&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
<LI>Q&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#File">Quit</A></NOBR>
<P></FONT><TT>
<LI>R&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">Reload</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Cnct">RESTRICT_HOST</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">Roman</A></NOBR>
<P></FONT><TT>
<LI>S&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-KS.htm" >Shortcuts</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Rndr">START_PAGE</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#Optn">Suppress Images</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">System Font</A></NOBR>
<P></FONT><TT>
<LI>T&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-CF.htm#Font">TELETYPE</A></NOBR>
<NOBR>&bull; <A href="c-CF.htm#Cnct">TIMEOUT_... (Config)</A></NOBR>
<P></FONT><TT>
<LI>U&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">Unicode</A></NOBR>
<NOBR>&bull; <A href="c-MB.htm#View">UTF-8 -16 -16LE</A></NOBR>
<P></FONT><TT>
<LI>V&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">View (Menu)</A></NOBR>
<P></FONT><TT>
<LI>W&nbsp; </TT><FONT size="2">
<NOBR>&bull; <A href="c-MB.htm#View">Windows-1252</A></NOBR>
<P></FONT><TT>
<!--X -><LI>X&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
<!--Y -><LI>Y&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
<!--Z -><LI>Z&nbsp; </TT><FONT size="2">
<P></FONT><TT> -->
</OL></BIG>
</BODY></HTML>

View File

@@ -0,0 +1,114 @@
<HTML
<HEAD><TITLE>HighWire Help: Shortcuts</TITLE>
</HEAD><BODY bgcolor="#EEEEEE">
<H1 style="color:yellow; background-color:dodgerblue;
text-indent:1em; text-decoration:underline; white-space:nowrap">
<A name="????">Keyboard Shortcuts / Hot keys</A></H1>
<P>
<TABLE border="0">
<TR><TD colspan="2">&nbsp;<BR><BIG><B><U>General:</U></B></BIG>
<TR><TD align="right" valign="top"><CODE>CTRL</CODE><TT>+<B>I</B>&nbsp;</TT></TD>
<TD>About Highwire alert</TD>
<TR><TD align="right" valign="top"><CODE>CTRL</CODE><TT>+<B>Q</B>&nbsp;</TT></TD>
<TD>Quit Highwire</TD>
<TR><TD align="right" valign="top"><TT><B>Help</B>&nbsp;/&nbsp;<B>F1</B>&nbsp;</TT></TD>
<TD>Open Help</TD>
<TR><TD colspan="2">&nbsp;<BR><BIG><B><U>Window:</U></B></BIG></TD>
<TR><TD align="right" valign="top"><CODE>CTRL</CODE><TT>+<B>N</B>&nbsp;</TT></TD>
<TD>Open a new window</TD>
<TR><TD align="right" valign="top"><CODE>CTRL</CODE><TT>+<B>U</B>&nbsp;</TT></TD>
<TD>Close window</TD>
<TR><TD align="right" valign="top"><CODE>CTRL</CODE><TT>+<B>W</B>&nbsp;</TT></TD>
<TD>Cycle window</TD>
<TR><TD align="right" valign="top"><TT><B>TAB</B>&nbsp;</TT></TD>
<TD>Cycle the active frames (inside the top window). That's the frame that
will receive keyboard input, like scrolling.</TD>
<TR><TD align="right" valign="top"><TT>Arrow-Keys</TT>&nbsp;</TT></TD>
<TD>Scrolls the active frame by one line/row into the appropriated direction
(if not already at border)</TD>
<TR><TD colspan="2">&nbsp;<BR><BIG><B><U>Navigation:</U></B></BIG></TD>
<TR><TD align="right" valign="top"><CODE>CTRL</CODE><TT>+<B>O</B>&nbsp;</TT></TD>
<TD>Open file selector</TD>
<TR><TD align="right" valign="top"><CODE>SHIFT</CODE><TT>+</TT><CODE>CTRL</CODE><TT>+<B>O</B>&nbsp;</TT></TD>
<TD>Open URL box</TD>
<TR><TD align="right" valign="top"><TT><B>Undo</B>&nbsp;</TT></TD>
<TD>Go back in file history</TD>
<TR><TD align="right" valign="top"><CODE>SHIFT</CODE><TT>+<B>Undo</B>&nbsp;</TT></TD>
<TD>Go forward in file history</TD>
<TR><TD colspan="2">&nbsp;<BR><BIG><B><U>Display:</U></B></BIG></TD>
<TR><TD align="right" valign="top"><TT><CODE>CTRL+</CODE>&nbsp;<B>R</B>&nbsp;/&nbsp;<B>F5</B>&nbsp;</TT></TD>
<TD>Reload</TD>
<TR><TD align="right" valign="top"><TT><CODE>CTRL+</CODE>&nbsp;<B>+</B>&nbsp;</TT></TD>
<TD>Increase the fontsize for displaying</TD>
<TR><TD align="right" valign="top"><TT><CODE>CTRL+</CODE>&nbsp;<B>-</B>&nbsp;</TT></TD>
<TD>Decrease the fontsize for displaying</TD>
<TR><TD align="right" valign="top"><TT><B>1</B>&nbsp;</TT></TD>
<TD>Display current page with character set ISO 8859-1 / Latin-1</TD>
<TR><TD align="right" valign="top"><TT><B>2</B>&nbsp;</TT></TD>
<TD>Display current page with character set ISO 8859-2 / Latin-2</TD>
<TR><TD align="right" valign="top"><TT><B>F</B>&nbsp;</TT></TD>
<TD>Display current page with character set ISO 8859-15 / Latin-8</TD>
<TR><TD align="right" valign="top"><TT><B>U</B>&nbsp;</TT></TD>
<TD>Display current page with encoding UTF-8, Unicode</TD>
<TR><TD align="right" valign="top"><TT><B>A</B>&nbsp;</TT></TD>
<TD>Display current page with character set Atari ST system font</TD>
<TR><TD align="right" valign="top"><TT><B>M</B>&nbsp;</TT></TD>
<TD>Display current page with character set Apple Macintosh Roman</TD>
<TR><TD colspan="2">&nbsp;<BR><BIG><B><U>Assorted:</U></B></BIG></TD>
<TR><TD align="right" valign="top"><TT><B>F7</B></TT></TD>
<TD>Toggle logging to console</TD>
<TR><TD align="right" valign="top"><TT><B>F8</B></TT></TD>
<TD>Toggle pictures or alternative text</TD>
<TR><TD align="right" valign="top"><TT><B>Arrow keys</B></TT></TD>
<TD>Scroll Frame</TD>
<TR><TD colspan="2">&nbsp;<BR><BIG><B><U>Forms:</U></B></BIG></TD>
<TR><TD align="right" valign="top"><TT><B>Backspace</B></TT></TD>
<TD>Remove character to left of cursor</TD>
<TR><TD align="right" valign="top"><TT><B>Delete</B></TT></TD>
<TD>Remove character to right of cursor</TD>
<TR><TD align="right" valign="top"><TT><B>Shift Backspace</B></TT></TD>
<TD>Remove all characters to left of cursor</TD>
<TR><TD align="right" valign="top"><TT><B>Shift Delete</B></TT></TD>
<TD>Remove all characters to right of cursor</TD>
<TR><TD align="right" valign="top"><TT><B><CODE>CTRL+</CODE>&nbsp;Backspace</B></TT></TD>
<TD>Remove all characters to left of cursor</TD>
<TR><TD align="right" valign="top"><TT><B><CODE>CTRL+</CODE>&nbsp;Delete</B></TT></TD>
<TD>Remove all characters to right of cursor</TD>
<TR><TD align="right" valign="top"><TT><B>Escape</B></TT></TD>
<TD>Remove all text in text area</TD>
</TABLE>
</BODY></HTML>

View File

@@ -0,0 +1,87 @@
<HTML>
<HEAD><TITLE>HighWire Help: Menu Bar</TITLE>
<STYLE type="text/css">
<!--
h2 { color:yellow; background-color:dodgerblue;
text-indent:1em; text-decoration:underline; white-space:nowrap }
dt { font-weight:bolder; font-size:larger; font-family:monospace;
white-space:nowrap; background-color:white; padding: 0px 1ex 1px 1ex;
border-width:1px; border-color:black; border-style:solid }
#File + dl dt { width:11em; }
#View + dl dt { width:20em; }
#Optn + dl dt { width:22em; }
dd { margin-bottom:1em }
-->
</STYLE>
</HEAD><BODY bgcolor="#EEEEEE">
<H2 id="File">Menu: <TT>File</TT></H2>
<DL>
<DT>Open...&nbsp;&nbsp;^O
<DD>Opens a file selector to load a local file. If <TT>Shift</TT> was pressed
at the same time it will open a dialog box to enter a URL instead.
<DT>Info...&nbsp;&nbsp;^I
<DD>Shows an info box of the active frame of a frameset or of a page.
<DT>Quit &nbsp;&nbsp;&nbsp;&nbsp;^Q
<DD>Quits HighWire immediately.
<BR>&nbsp;
</DL>
<H2 id="View">Menu: <TT>View</TT></H2>
<DL>
<DT>Reload &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^R, F5
<DD>Reloads the current page or frameset.
<DT>Windows-1252 &nbsp;&nbsp;1
<DD>Reloads the current page or frameset with default character set ISO/IEC
8859-1, Latin-1, Windows codepage 1252. This is the default character set
for any HTML browser.
<DT>ISO 8859-2 &nbsp;&nbsp;&nbsp;&nbsp;2
<DD>Reloads the current page or frameset with default character set ISO/IEC
8859-2, Latin-2.
<DT>ISO 8859-15 &nbsp;&nbsp;&nbsp;F
<DD>Reloads the current page or frameset with default character set ISO/IEC
8859-15, Latin-8.
<DT>Unicode UTF-8 &nbsp;U
<DD>Reloads the current page or frameset with default encoding Unicode 8-bit
coded.
<DT>Unicode UTF-16
<DD>Reloads the current page or frameset with default encoding Unicode 16-bit
coded <I>(plain text only)</I>.
<DT>Unicode UTF-16LE
<DD>Reloads the current page or frameset with default encoding Unicode 16-bit
little-endian coded <I>(plain text only)</I>.
<DT>Mac Roman &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M
<DD>Reloads the current page or frameset with default character set Apple
Macintosh Roman.
<DT>Atari &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A
<DD>Reloads the current page or frameset with default character set Atari ST
system font.
<DT><S>Atari NVDI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N</S>
<DD><I>(not available yet).</I>
<DT>bigger &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+
<DD>Increases the fontsize and reloads the current page or frameset.
<DT>smaller &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-
<DD>Decreases the fontsize and reloads the current page or frameset.
<BR>&nbsp;
</DL>
<H2 id="Hist">Menu: <TT>History</TT></H2>
<DL>
<DD>A per-window list of previous visited pages, sorted top to down.
<BR>&nbsp;
</DL>
<H2 id="Optn">Menu: <TT>Options</TT></H2>
<DL>
<DT>Logging to Console &nbsp;&nbsp;F7
<DD>Toggles debug logging to console.
<DT>Suppress Images &nbsp&nbsp;&nbsp;&nbsp;&nbsp;F8
<DD>Toggles displaying of image contents or their <CODE>ALT</CODE> textes.
<DT>Force Frame Controls
<DD>If selected, frames and framesets always get borders and are resizeable.
<DT>Cookies allowed
<DD>Indicates if cookies are sent and received.
</DL>
&nbsp;
</BODY></HTML>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>HighWire Help Files</title>
</head>
<body bgcolor="#EEEEEE">
<h2 style="color: yellow; background-color: dodgerblue;
text-indent: 1em; text-decoration: underline; white-space: nowrap;">
<a name="Lcns">HighWire Release License</a></h2>
<blockquote>
<p>This software is provided &#8216;as-is&#8217;, without any express or implied
warranty. In no event will the authors be held liable for any damages arising
from the use of this software.</p>
<p>Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it freely,
subject to the following restrictions:</p>
<p>1. The origin of this software must not be misrepresented; you must not claim
that you wrote the original software. If you use this software in a product, an
acknowledgment in the product documentation would be appreciated but is not
required.</p>
<p>2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.</p>
<p>3. This notice may not be removed or altered from any source
distribution.</p>
<p>Anyone using bits of the code for other reasons is welcome to, as long as
they specifically state that their work is based, in part, on the Project
HighWire source released by Robert Goldsmith.</p>
</blockquote>
</body>
</html>

View File

@@ -0,0 +1,7 @@
<HTML>
<HEAD><TITLE>HighWire Help Files</TITLE>
<FRAMESET COLS="160,*">
<FRAME src=menu.htm NAME="menu">
<FRAME src=cont.htm NAME="cont">
</FRAMESET>
</HEAD></HTML>

View File

@@ -0,0 +1,26 @@
<HTML
<HEAD><TITLE>HighWire Help Files</TITLE>
<!-- LINK rel="StyleSheet" type="text/css" href="menu.css" -->
<style>
dt { white-space:nowrap }
dt.open { font-weight:bold; background-color:#1E90FF }
dt.sect { font-size:smaller }
big { font-family:monospace }
</style>
</HEAD><BODY bgcolor="#EEEEEE">
<DL>
<DT>&bull; <A HREF="index.htm" TARGET="_top">Content</A>
<DT class="open">&#9660; <xA HREF="c-CF.htm#" TARGET="cont">Configuration</xA>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#" TARGET="cont">Introduction </A>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#Wind" TARGET="cont">GUI Stuff </A>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#Font" TARGET="cont">Font Setting </A>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#Rndr" TARGET="cont">Parser/Renderer</A>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#Cctl" TARGET="cont">Cache Control </A>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#Cnct" TARGET="cont">Connection Control</A>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-CF.htm#Dbgg" TARGET="cont">Debugging </A>
<DT>&#9658; <A HREF="m-MB.htm" >The Menu Bar</A>
<DT>&bull; <A HREF="c-KS.htm#" TARGET="cont">Keyboard Shortcuts</A>
<DT>&#9658; <A HREF="m-DV.htm" >Developement</A>
<DT>&bull; <A HREF="c-IX.htm#" TARGET="cont">Index</A>
</DL>
</BODY></HTML>

View File

@@ -0,0 +1,20 @@
<HTML
<HEAD><TITLE>HighWire Help Files</TITLE>
<!-- LINK rel="StyleSheet" type="text/css" href="menu.css" -->
<style>
dt { white-space:nowrap }
dt.open { font-weight:bold; background-color:#1E90FF }
dt.sect { font-size:smaller }
big { font-family:monospace }
</style>
</HEAD><BODY bgcolor="#EEEEEE">
<DL>
<DT>&bull; <A HREF="index.htm" TARGET="_top">Content</A>
<DT>&#9658; <A HREF="m-CF.htm#" >Configuration</A>
<DT>&#9658; <A HREF="m-MB.htm" >The Menu Bar</A>
<DT>&bull; <A HREF="c-KS.htm#" TARGET="cont">Keyboard Shortcuts</A>
<DT class="open">&#9660; <xA HREF="c-DV.htm#" TARGET="cont">Developement</xA>
<DT class="sect"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-DV-T.htm#Optn" TARGET="cont">The Team</A>
<DT>&bull; <A HREF="c-IX.htm#" TARGET="cont">Index</A>
</DL>
</BODY></HTML>

View File

@@ -0,0 +1,22 @@
<HTML
<HEAD><TITLE>HighWire Help Files</TITLE>
<!-- LINK rel="StyleSheet" type="text/css" href="menu.css" -->
<style>
dt { white-space:nowrap }
dt.open { font-weight:bold; background-color:#1E90FF }
dt.mbar { font-size:smaller; font-family:monospace }
</style>
</HEAD><BODY bgcolor="#EEEEEE">
<DL>
<DT>&bull; <A HREF="index.htm" TARGET="_top">Content</A>
<DT>&#9658; <A HREF="m-CF.htm#" >Configuration</A>
<DT class="open">&#9660; <xA HREF="c-MB.htm#" TARGET="cont">The Menu Bar</xA>
<DT class="mbar"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-MB.htm#File" TARGET="cont">File </A>
<DT class="mbar"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-MB.htm#View" TARGET="cont">View </A>
<DT class="mbar"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-MB.htm#Hist" TARGET="cont">History</A>
<DT class="mbar"><big>&nbsp;&nbsp;&bull; </big><A HREF="c-MB.htm#Optn" TARGET="cont">Options</A>
<DT>&bull; <A HREF="c-KS.htm#" TARGET="cont">Keyboard Shortcuts</A>
<DT>&#9658; <A HREF="m-DV.htm" >Developement</A>
<DT>&bull; <A HREF="c-IX.htm#" TARGET="cont">Index</A>
</DL>
</BODY></HTML>

View File

@@ -0,0 +1,2 @@
dt { white-space:nowrap }
dt.open { background-color:#1E90FF }

View File

@@ -0,0 +1,18 @@
<HTML>
<HEAD><TITLE>HighWire Help Files</TITLE>
<!-- LINK rel="StyleSheet" type="text/css" href="menu.css" -->
<style>
dt { white-space:nowrap }
dt.open { background-color:#1E90FF }
</style>
</HEAD><BODY bgcolor="#EEEEEE">
<DL>
<DT>&bull; <A HREF="index.htm" TARGET="_top">Content</A>
<DT>&#9658; <A HREF="m-CF.htm" >Configuration</A>
<DT>&#9658; <A HREF="m-MB.htm" >The Menu Bar</A>
<DT>&bull; <A HREF="c-KS.htm#" TARGET="cont">Keyboard Shortcuts</A>
<DT>&#9658; <A HREF="m-DV.htm" >Developement</A>
<DT>&bull; <A HREF="c-IX.htm#" TARGET="cont">Index</A>
</DL>
</BODY></HTML>