#----------------------------------------------------------------- # info2html.conf #----------------------------------------------------------------- # PURPOSE # configuration settings for the 'info2html' script. # # AUTHOR # Karl Guggisberg # # HISTORY # 15.10.93 V 1.0b # 16.10.93 V 1.0c multple info files possible # 28.6.94 V 1.0d some minor changes # 8.4.95 V 1.1 some changements #---------------------------------------------------------------- #-- this URLs specifie several icons. You may copy this icons on your #-- site and change the URLs if you don't want to access the icons #-- on the given server. #-- URL for an icon for cross references $CR_URL = 'See'; #-- URL specifying an icon for an 'up' link $UP_URL = 'Up'; #-- URL specifying an icon for a 'next' link $NEXT_URL = 'Next'; #-- URL specifying an icon for a 'prev' link $PREV_URL = 'Prev'; #-- location of info files. @INFODIR = ("", "/usr/share/info", "/usr/info", "/usr/lib/info", # "/usr/lib/teTeX/info", "/usr/local/info", "/usr/local/lib/info", "/usr/X11R6/info", "/usr/X11R6/lib/info", "/usr/share/xemacs/info", "/usr/X11R6/lib/xemacs/info", ); #-- URL for documentation of info2html $DOC_URL = 'http://iamwww.unibe.ch/work/docs/info2html/info2html.html';