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

Diff of /gnuheter/config.php

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

revision 1.2 by pawal, Sat Aug 10 15:53:12 2002 UTC revision 1.3 by metaur, Tue Sep 3 14:25:22 2002 UTC
# Line 38  $system = 0; // seems to be password rel Line 38  $system = 0; // seems to be password rel
38  # General Site Configuration  # General Site Configuration
39  #  #
40  # $sitename:      Your Site Name  # $sitename:      Your Site Name
41  # $nuke_url:      Complete URL for your site (Do not put / at end)  # $nuke_url:      Complete URL for your site (Put / at end)
42  # $site_logo:     Logo for Printer Friendly Page (It's good to have a Black/White graphic)  # $site_logo:     Logo for Printer Friendly Page (It's good to have a Black/White graphic)
43  # $slogan:        Your site's slogan  # $slogan:        Your site's slogan
44  # $startdate:     Start Date to display in Statistic Page  # $startdate:     Start Date to display in Statistic Page
# Line 53  $system = 0; // seems to be password rel Line 53  $system = 0; // seems to be password rel
53  # $pollcomm:      Activate comments in Polls? (1=Yes 0=No)  # $pollcomm:      Activate comments in Polls? (1=Yes 0=No)
54    
55  $sitename = "Gnuheter";  $sitename = "Gnuheter";
56  $nuke_url = "http://www.gnuheter.com/";  $nuke_url = "http://www.gnuheter.com/"; # must end with a slash ("/")
57  $site_logo = "gnuheter.png";  $site_logo = "gnuheter.png";
58  $slogan = "Fria nyheter om fri programvara";  $slogan = "Fria nyheter om fri programvara";
59  $startdate = "September 2000";  $startdate = "September 2000";
# Line 179  $BarScale = 1; Line 179  $BarScale = 1;
179  $setCookies = 1;  $setCookies = 1;
180    
181  ######################################################################  ######################################################################
182    # Diary Config
183    #
184    # $diaryseconds: Number of seconds between two entries by same user
185    
186    $diaryseconds = 86400;
187    
188    ######################################################################
189  # Some Graphics Options  # Some Graphics Options
190  #  #
191  # $tipath:       Topics images path (put / only at the end, not at the begining)  # $tipath:       Topics images path (put / only at the end, not at the begining)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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