summaryrefslogtreecommitdiffstats
path: root/nanoblogger/nb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nanoblogger/nb.conf')
-rw-r--r--nanoblogger/nb.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/nanoblogger/nb.conf b/nanoblogger/nb.conf
new file mode 100644
index 000000000..f4211d86b
--- /dev/null
+++ b/nanoblogger/nb.conf
@@ -0,0 +1,42 @@
+# NanoBlogger Global Config File
+# Last modified: 2007-01-04T14:47:26-05:00
+
+# --- Misc. defaults ---
+#
+# Set the default language
+NB_LANG="fr"
+
+# Set the default blog directory
+#BLOG_DIR="/var/www/weblog"
+
+# --- Blog Templates ---
+#
+# ALL templates must reside in the weblog's "templates" directory
+# e.g. [blog_dir]/templates
+
+CATEGORY_TEMPLATE="category_archive.htm"
+MAIN_TEMPLATE="main_index.htm"
+MAKEPAGE_TEMPLATE="makepage.htm"
+YEAR_TEMPLATE="year_archive.htm"
+MONTH_TEMPLATE="month_archive.htm"
+DAY_TEMPLATE="day_archive.htm"
+PERMALINK_TEMPLATE="permalink.htm"
+MAINLINKS_TEMPLATE="main_links.htm"
+ENTRY_TEMPLATE="entry.htm"
+CATENTRY_TEMPLATE="category_entry.htm"
+MONTHENTRY_TEMPLATE="month_entry.htm"
+DAYENTRY_TEMPLATE="day_entry.htm"
+PERMALINKENTRY_TEMPLATE="permalink_entry.htm"
+METADATAFILE_TEMPLATE="file.metadata"
+METADATAENTRY_TEMPLATE="entry.metadata"
+
+# --- Data Files ---
+#
+# Set the default date command arguments used to create entry filenames
+#DB_DATEARGS="-u"
+
+# Set the default date format used to create and sort entry filenames
+# WARNING: do _not_ change unless you *know* what you're doing!
+# WARNING: changing this will probably break lib/database.sh
+DB_DATEFORMAT="%d/%m/%%Y %H_%M_%S"
+