/[gnuheter]/gnuheter/config.php
ViewVC logotype

Diff of /gnuheter/config.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by metaur, Thu Feb 13 01:06:49 2003 UTC revision 1.23 by aron, Thu Feb 13 21:15:42 2003 UTC
# Line 275  $uimages = "images/menu/swedish"; Line 275  $uimages = "images/menu/swedish";
275  # HTTP Referers Options  # HTTP Referers Options
276  #  #
277  # $httpref:    Activate HTTP referer logs to who is linking to our site? (1=Yes 0=No)  # $httpref:    Activate HTTP referer logs to who is linking to our site? (1=Yes 0=No)
278  # $httprefmax: Maximum number of HTTP referers to store in the Database (Try to not set this to a high number, 500 ~ 1000 is Ok)  # $httprefmax: Maximum number of HTTP referers to store in the Database
279    #              (Try to not set this to a high number, 500 ~ 1000 is Ok)
280    
281  $httpref = 1;  $httpref = 1;
282  $httprefmax = 1000;  $httprefmax = 1000;
# Line 284  $httprefmax = 1000; Line 285  $httprefmax = 1000;
285  # Allowed HTML elements and attributes  # Allowed HTML elements and attributes
286    
287  $allowed_html = array("p" => array("align" => 1),  $allowed_html = array("p" => array("align" => 1),
288                        "b" => array(),                        "b" => array(),
289                        "i" => array(),                        "i" => array(),
290                        "a" => array("href" => 1, "title" => 1),                        "a" => array("href" => 1, "title" => 1),
291                        "sup" => array(),                        "sup" => array(),
292                        "sub" => array(),                        "sub" => array(),
293                        "em" => array(),                        "em" => array(),
294                        "br" => array(),                        "br" => array(),
295                        "strong" => array(),                        "strong" => array(),
296                        "blockquote" => array(),                        "blockquote" => array(),
297                        "q" => array(),                        "q" => array(),
298                        "cite" => array(),                        "cite" => array(),
299                        "hr" => array(),                        "hr" => array(),
300                        "tt" => array(),                        "tt" => array(),
301                        "li" => array(),                        "li" => array(),
302                        "ol" => array(),                        "ol" => array(),
303                        "div" => array("align" => 1),                        "abbr" => array("title" => 1),
304                        "ul" => array());                        "acronym" => array("title" => 1),
305                          "div" => array("align" => 1),
306                          "ul" => array());
307    
308  ######################################################################  ######################################################################
309  # Filters Options (not working yet)  # Filters Options (not working yet)
# Line 311  $MaxTotalLength = 0; Line 314  $MaxTotalLength = 0;
314  ######################################################################  ######################################################################
315  # Theme support  # Theme support
316  #  #
317  # $enableThemes:                1 = User choose theme, 0 = Allways $Default_Theme  # $enableThemes:                1 = User choose theme, 0 = Allways use $Default_Theme
318  # $Default_Theme:               Name of default theme.  # $Default_Theme:               Name of default theme.
319    
320  $enableThemes = 0;  $enableThemes = 0;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26