summaryrefslogtreecommitdiffstats
path: root/extra/nanoblogger/nb.conf
diff options
context:
space:
mode:
authorOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-15 19:57:45 +0100
committerOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-15 19:57:45 +0100
commit4d3824d40b581835bc3ec2e4624af35923a285cf (patch)
treea87839ea6feef486f4499844ba940c5e9feed6a1 /extra/nanoblogger/nb.conf
parente01679059676f5a1f0585acd2812361b81880af6 (diff)
downloadnutyx-pakxe-4d3824d40b581835bc3ec2e4624af35923a285cf.tar.gz
nutyx-pakxe-4d3824d40b581835bc3ec2e4624af35923a285cf.tar.bz2
nutyx-pakxe-4d3824d40b581835bc3ec2e4624af35923a285cf.tar.xz
nutyx-pakxe-4d3824d40b581835bc3ec2e4624af35923a285cf.zip
Ajout de nanoblogger#3.4-1
Diffstat (limited to 'extra/nanoblogger/nb.conf')
-rw-r--r--extra/nanoblogger/nb.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/extra/nanoblogger/nb.conf b/extra/nanoblogger/nb.conf
new file mode 100644
index 000000000..f4211d86b
--- /dev/null
+++ b/extra/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"
+