Apache-SetWWWTheme

 view release on metacpan or  search on metacpan

templates/Configuration  view on Meta::CPAN

# This is a sample configuration file.  It contains most valid
# configuration options, but everything is turned off by default.  So,
# if you install the module and use this file unmodified as your server 
# configuration, your HTML files will be virtually unchanged!
# If you want to change things, either edit this file or use a 
# LookAndFeelConfig file.  I find it's nice to gently ease a site into
# the module by using this sort of "transparent" configuration, and then
# slowly easing in the changes.

#################################################

# Note:  using hash marks is a bogus comment.  It is just for visual
# distinction -- the program will see a "commented" directive just as
# well as an uncommented one.  It will also ignore text whether or not
# it is "commented" with a hash mark.  The program searches for an
# "@" followed by the directive name.  To comment out a directive without
# erasing it, simply separate the "@" and the directive like this:

@ BGCOLOR=#FFFFFF;

#  The program will completely ignore that last directive.  

# A few tips:  
#
#   1) make sure you terminate all your directives with a semicolon!
#
#   2) do -not- put quotation marks around things unless they need them
#      (inside an <A HREF="whatever.html"> is fine, though).  See the
#      examples below if you're confused.  Just don't go putting
#      quotation marks around colours like BGCOLOR="#FFFFFF";
#

#######################################################################

# This is the name of the local configuration file to look for.

@LOCALCONFIGFILE=LOOKANDFEEL;



# This next directive decides whether or not we have a sidebar by
# default.  If it is set to "1", then there will be no sidebar unless
# the users turn it on (if they are allowed to).  
# The ALLOWNOSIDEBAR directive allows the users to toggle it on and
# off. 

@NOSIDEBAR=1;
@ALLOWSIDEBARTOGGLE=1;

# the server configuration gets to decide if mere mortals are allowed
# to change things like the bgcolor and the sidebar colour.  
# 

@ALLOWBODYMOD=1;
@ALLOWSIDEBARMOD=1;

# Here is the default background colour and sidebar colour for all pages
# Reactivate the TEXT directive, if you wish.

@BGCOLOR=#FFFFFF;
@SIDEBARCOLOR=#CCFFCC;
@ TEXT=#000000;

# this is the location, relative to the WEB DOCUMENT ROOT of a 1x1 pixel
# blank gif.  A sample blank gif is provided with HTML::WWWTheme, but
# you should create your own with photoshop or GIMP or something like
# that.  I don't know about the legality of using .gif files created by



( run in 0.495 second using v1.01-cache-2.11-cpan-437f7b0c052 )