aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php17
1 files changed, 10 insertions, 7 deletions
diff --git a/config.php b/config.php
index e017d2f..5c6fe27 100644
--- a/config.php
+++ b/config.php
@@ -1,6 +1,6 @@
<?php
-// blogRight! version 2.0
+// blogRight! version 2.1
// BEGIN CONFIG
$site = 'http://your.site.name';
@@ -25,12 +25,15 @@ $defaultGallery = 'photoblog';
$thumbnailPrefix['default'] = 'small/small-';
$thumbnailPrefix['photoblog'] = 'photoblog/small/small-';
-// RSS
-$rssTitle = "RSS Title";
-$rssDescription = "Some descriptive title";
-$rssCopyright = "Your Name";
-$rssEditor = "Editor Name";
-$rssLanguage = "qu"; // Two-letter language code as per ISO 639
+// RSS/Atom
+$feedStylesheet = true; // $site/$weblogdir/css/(atom|rss).css
+$feedTitle = 'title';
+$feedDescription = "description";
+$feedCopyright = 'Copyright (C) Your Name';
+$feedAuthorName = 'Your Name';
+$feedAuthorEmail = 'Your e-mail address';
+$feedEditor = "$feedAuthorEmail ($feedAuthorName)";
+$feedLanguage = 'en'; // Two-letter language code as per ISO 639
// Calendar
$calendarEmptyMonths = false;

Return to:

Send suggestions and report system problems to the System administrator.