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

Diff of /gnuheter/config.php

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

revision 1.19 by metaur, Wed Dec 11 06:54:47 2002 UTC revision 1.20 by aron, Tue Jan 7 22:49:33 2003 UTC
# Line 59  $slogan = "Fria nyheter om fri programva Line 59  $slogan = "Fria nyheter om fri programva
59  $startdate = "September 2000";  $startdate = "September 2000";
60  $adminmail = "uberguru@gnuheter.com";  $adminmail = "uberguru@gnuheter.com";
61  $anompost = 1;  $anompost = 1;
 $Default_Theme = "Default";  
62  $commentlimit = 4096;  $commentlimit = 4096;
63  $anonymous = "Anonym";  $anonymous = "Anonym";
64  $site_font = "Verdana,Arial,Helvetica";  $site_font = "Verdana,Arial,Helvetica";
# Line 75  $meta_description = "Gnuheter - Fria nyh Line 74  $meta_description = "Gnuheter - Fria nyh
74  # Speller options  # Speller options
75  #  #
76  # $speling:            Enable spell checking (1=Yes 0=No)  # $speling:            Enable spell checking (1=Yes 0=No)
77  # $spellwordstogether: Consider run-together words as valid  # $spellwordstogether: Consider run-together words as valid
78  #                      compounds (1=Yes, 0=No)  #                      compounds (1=Yes, 0=No)
79  #  #
80  # $php_speller:        Use the internal php hooks to pspell. (1=Yes 0=No)  # $php_speller:        Use the internal php hooks to pspell. (1=Yes 0=No)
# Line 167  $linksresults = 10; Line 166  $linksresults = 10;
166    
167  $notify = 1;  $notify = 1;
168  $notify_email = "gnuheter@blipp.com";  $notify_email = "gnuheter@blipp.com";
169  $notify_subject = "NY NYHET - Gnuheter";  $notify_subject = "NY NYHET - $sitename";
170  $notify_message = "Nytt bidrag till Gnuheter!";  $notify_message = "Nytt bidrag till ".$sitename."!";
171  $notify_from = "gnuheter@blipp.com";  $notify_from = "gnuheter@blipp.com";
172    
173  ######################################################################  ######################################################################
# Line 310  $MaxTextLength = 0; Line 309  $MaxTextLength = 0;
309  $MaxTotalLength = 0;  $MaxTotalLength = 0;
310    
311  ######################################################################  ######################################################################
312    # Theme support
313    #
314    # $enableThemes:                1 = User choose theme, 0 = Allways $Default_Theme
315    # $Default_Theme:               Name of default theme.
316    
317    $enableThemes = 1;
318    $Default_Theme = "Default";
319    
320    ######################################################################
321  # Do not touch the following options!  # Do not touch the following options!
322    
323  $cookieadmtime = 2592000;  $cookieadmtime = 2592000;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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