aboutsummaryrefslogtreecommitdiff
path: root/config.php
blob: 54ac3db57bd61c5c611302504779fb0778c4c603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php

// BEGIN CONFIG

$site      = 'http://your.site.name';
$weblogdir = 'blogright';
$imagedir  = 'blogright/graphics';
$photodir  = 'blogright/photos';
$gscript   = '';

$charsetEncoding = 'UTF-8';

$suffix    = '.html';  // entries' file extension
$recent    = 'month';  // number of entries shown by default
$sortby    = 'name';   // sort by: 'name', 'timestamp'
$sortorder = 'desc';   // sorting order: 'asc', 'desc'
$orderfile = '.order'; // [optional] order file name

$header_file = 'templates/header.html';
$footer_file = 'templates/footer.html';

$rssTitle       = "RSS Title";
$rssDescription = "Some descriptive title";
$rssCopyright   = "Your Name";
$rssEditor      = "Editor Name";
$rssLanguage    = "qu"; // Two-letter language code as per ISO 639

$calendarEmptyMonths = false;
$calendarVertical    = false;

// END CONFIG

?>

Return to:

Send suggestions and report system problems to the System administrator.