l2hconf.pm (bacula-docs-11.0.3.tar.bz2) | : | l2hconf.pm (bacula-docs-11.0.4.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 106 | skipping to change at line 106 | |||
# (the entry 'Document Root' of the http daemon's srm.conf file). | # (the entry 'Document Root' of the http daemon's srm.conf file). | |||
# Make the Webmaster add appropriate links in that directory that help | # Make the Webmaster add appropriate links in that directory that help | |||
# locate the icon directory, or set up an Alias in srm.conf. | # locate the icon directory, or set up an Alias in srm.conf. | |||
# b) To check if the icons can be displayed properly, invoke the browser | # b) To check if the icons can be displayed properly, invoke the browser | |||
# with the *http URL to your site*, and click down to your document. | # with the *http URL to your site*, and click down to your document. | |||
# c) If you have $LOCAL_ICONS set, your document will accumulate a pretty | # c) If you have $LOCAL_ICONS set, your document will accumulate a pretty | |||
# amount of redundant icons if you make use of segmentation. | # amount of redundant icons if you make use of segmentation. | |||
# In this case, customize &img_tag to use a central directory, say, | # In this case, customize &img_tag to use a central directory, say, | |||
# "../icons". | # "../icons". | |||
# | # | |||
$ICONSERVER = ''||'file:/home/bsbuild/dev/org-release/bacula-docs-11.0.3/latex2h tml/icons'; | $ICONSERVER = ''||'file:/home/bsbuild/dev/org-release/bacula-docs-11.0.4/latex2h tml/icons'; | |||
$ALTERNATIVE_ICONS = 0; | $ALTERNATIVE_ICONS = 0; | |||
# ####### YOU *MAY* WANT/NEED TO CHANGE SOME OF THESE VARIABLES ############## | # ####### YOU *MAY* WANT/NEED TO CHANGE SOME OF THESE VARIABLES ############## | |||
# -djgpp | # -djgpp | |||
# On DOS/DJGPP systems one can easily run out of file handles. To | # On DOS/DJGPP systems one can easily run out of file handles. To | |||
# avoid that, set this to 1. However this affects performance. | # avoid that, set this to 1. However this affects performance. | |||
# | # | |||
$DJGPP = 0; | $DJGPP = 0; | |||
skipping to change at line 183 | skipping to change at line 183 | |||
# $DVIPSOPT .= " -Pgs"; | # $DVIPSOPT .= " -Pgs"; | |||
# Local initialization files are usually named .latex2html-init | # Local initialization files are usually named .latex2html-init | |||
# this name is hard-coded as the default with the latex2html script | # this name is hard-coded as the default with the latex2html script | |||
# It can be changed here, if desired: | # It can be changed here, if desired: | |||
# | # | |||
# $INIT_FILE_NAME = '.latex2html-init'; | # $INIT_FILE_NAME = '.latex2html-init'; | |||
# Location of texexpand, supplied with the translator | # Location of texexpand, supplied with the translator | |||
# | # | |||
$TEXEXPAND = "$PERL /home/bsbuild/dev/org-release/bacula-docs-11.0.3/latex2html/ bin${dd}texexpand"; | $TEXEXPAND = "$PERL /home/bsbuild/dev/org-release/bacula-docs-11.0.4/latex2html/ bin${dd}texexpand"; | |||
# Location of pstoimg, supplied with the translator | # Location of pstoimg, supplied with the translator | |||
# | # | |||
$PSTOIMG = "$PERL /home/bsbuild/dev/org-release/bacula-docs-11.0.3/latex2html/bi n${dd}pstoimg"; | $PSTOIMG = "$PERL /home/bsbuild/dev/org-release/bacula-docs-11.0.4/latex2html/bi n${dd}pstoimg"; | |||
# This is used to "autoload" perl code to deal with specific style files | # This is used to "autoload" perl code to deal with specific style files | |||
# | # | |||
$LATEX2HTMLSTYLES = "$LATEX2HTMLDIR${dd}styles"; | $LATEX2HTMLSTYLES = "$LATEX2HTMLDIR${dd}styles"; | |||
# This is used to support upcoming versions of html - directory where perl | # This is used to support upcoming versions of html - directory where perl | |||
# files to handle those are | # files to handle those are | |||
# | # | |||
$LATEX2HTMLVERSIONS = "$LATEX2HTMLDIR${dd}versions"; | $LATEX2HTMLVERSIONS = "$LATEX2HTMLDIR${dd}versions"; | |||
skipping to change at line 545 | skipping to change at line 545 | |||
# Note that HTML generated herefrom cannot be viewed by all browsers | # Note that HTML generated herefrom cannot be viewed by all browsers | |||
# (at least Netscape or Mosaic 2.7 should do). | # (at least Netscape or Mosaic 2.7 should do). | |||
# | # | |||
$COLOR_HTML = 0; | $COLOR_HTML = 0; | |||
# Specify the path to your systems color database if you do not agree on | # Specify the path to your systems color database if you do not agree on | |||
# the databases provided with the translator. Eg.: /usr/lib/X11/rgb.txt | # the databases provided with the translator. Eg.: /usr/lib/X11/rgb.txt | |||
# the RGB colors database | # the RGB colors database | |||
# | # | |||
$RGBCOLORFILE = '/home/bsbuild/dev/org-release/bacula-docs-11.0.3/latex2html/sty les/rgb.txt'; | $RGBCOLORFILE = '/home/bsbuild/dev/org-release/bacula-docs-11.0.4/latex2html/sty les/rgb.txt'; | |||
# the CMYK colors database | # the CMYK colors database | |||
# | # | |||
$CRAYOLAFILE = '/home/bsbuild/dev/org-release/bacula-docs-11.0.3/latex2html/styl es/crayola.txt'; | $CRAYOLAFILE = '/home/bsbuild/dev/org-release/bacula-docs-11.0.4/latex2html/styl es/crayola.txt'; | |||
### End Colors ### | ### End Colors ### | |||
# Do not try to translate these input files, and do not | # Do not try to translate these input files, and do not | |||
# complain about a missing Perl module. | # complain about a missing Perl module. | |||
# Complex LaTeX inputs, styles, or classes may cause the translator | # Complex LaTeX inputs, styles, or classes may cause the translator | |||
# to hang. If this occurs add the input file here. | # to hang. If this occurs add the input file here. | |||
# You may also specify filename extensions here, e.g. if you do | # You may also specify filename extensions here, e.g. if you do | |||
# not want to include input files matching "*.myfig", add | # not want to include input files matching "*.myfig", add | |||
# ``:.myfig''. | # ``:.myfig''. | |||
End of changes. 5 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added |