summaryrefslogtreecommitdiffstats
path: root/nanoblogger/nb.conf
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /nanoblogger/nb.conf
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
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"
+