aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-10-09 11:50:42 +0000
committerWojciech Polak <polak@gnu.org>2004-10-09 11:50:42 +0000
commit228298be889b5b9e5cd981fff1bb1fa3df54521d (patch)
tree30bd8ce4ac47fa6fa578cacea799cb3089619174 /config.php
downloadblogright-228298be889b5b9e5cd981fff1bb1fa3df54521d.tar.gz
blogright-228298be889b5b9e5cd981fff1bb1fa3df54521d.tar.bz2
Initial revision
Diffstat (limited to 'config.php')
-rw-r--r--config.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/config.php b/config.php
new file mode 100644
index 0000000..2a1ea6f
--- /dev/null
+++ b/config.php
@@ -0,0 +1,27 @@
+<?php
+
+// BEGIN CONFIG
+
+$site = 'http://your.site.name';
+$weblogdir = 'blogright';
+$imagedir = 'blogright/graphics';
+$photodir = 'blogright/photos';
+
+$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
+
+// END CONFIG
+
+?>

Return to:

Send suggestions and report system problems to the System administrator.