# Version of HTML $HTML_VERSION = "4.1"; # Where the navigation icons are $ICONSERVER = "http://www.linuxowl.com/l2hicons"; # Title of the document $TITLE = 'Home'; # Put the result in this directory $DESTDIR = ''; # Determines if the images are links or in-lined $DVIPS = "dvips -E"; # Only for image generation $PAPERSIZE = "a4"; # Determines if the images are links or in-lined $ASCII_MODE = 0; # 1 = use links to external postscript images rather than inlined PNG's. $PS_IMAGES = 0; # Scale factor for images $FIGURE_SCALE_FACTOR = 1.5; # The style sheet $STYLESHEET = "../l2hmain.css"; #Colours of screen, text and links $BODYTEXT = "BGCOLOR=\"\#F0F0F0\" text=\"\#000000\" link=\"\#0000FF\" vlink=\"\#4444FF\" alink=\"\#3388FF\""; # Stop making separate files at this depth $MAX_SPLIT_DEPTH = 4; $address_data[0]="Duncan Webb"; # Supply your own string if you don't like the default $ADDRESS = "
$address_data[0] $address_data[1] (generated by LaTeX2HTML Version 2002-2-1)"; #$INFO = " #

#Copyright (C) 2006 LinuxOwl.com #

#Permission is granted to make and distribute verbatim copies of this #manual provided the copyright notice and this permission notice are #preserved on all copies. #

#Permission is granted to copy and distribute modified versions of this #manual under the conditions for verbatim copying, provided that the #entire resulting derived work is distributed under the terms of a #permission notice identical to this one. #

#Permission is granted to copy and distribute translations of this #manual into another language, under the above conditions for modified #versions. #"; # Turn off "About this document..." section $INFO = 0; #sub top_navigation_panel { # ($NEXT_TITLE ? " Next: $NEXT_TITLE \n" : undef) . # ($UP_TITLE ? "Up: $UP_TITLE \n" : undef) . # ($PREVIOUS_TITLE ? " Previous: $PREVIOUS_TITLE \n" : undef) . # "

\n" #} $EXTERNAL_UP_LINK = "http://www.linuxowl.com/ffs.html"; $EXTERNAL_UP_TITLE = "FFS Main Page"; sub bot_navigation_panel { "


". ($NEXT_TITLE ? " Next: $NEXT_TITLE \n" : undef) . ($UP_TITLE ? "Up: $UP_TITLE \n" : undef) . ($PREVIOUS_TITLE ? " Previous: $PREVIOUS_TITLE \n" : undef) } sub top_navigation_panel { "
\n". "
\n". "\n". # Line Break, horizontal rule (3-d dividing line) and new paragraph "

\n" } 1;