X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=debian%2Fblosxom.conf;h=91d262aa1cec89041d0bffe449a04f8ee4e744d7;hb=refs%2Ftags%2Fdebian%2F2.1.1-1;hp=ee0136b49966f41b3cf78a561a5b6431898b7168;hpb=3b896187a911d5f5f89027dee73421dbedc5a700;p=matthijs%2Fupstream%2Fblosxom.git diff --git a/debian/blosxom.conf b/debian/blosxom.conf index ee0136b..91d262a 100644 --- a/debian/blosxom.conf +++ b/debian/blosxom.conf @@ -14,9 +14,10 @@ # Copyright 2003 Dirk Eddelbuettel and GPL'ed # Blosxom -# Author: Rael Dornfest -# Version: 2.0 -# Home/Docs/Licensing: http://www.raelity.org/apps/blosxom/ +# Author: Rael Dornfest (2003), The Blosxom Development Team (2005-2008) +# Version: 2.1.0 +# Home/Docs/Licensing: http://blosxom.sourceforge.net/ +# Development/Downloads: http://sourceforge.net/projects/blosxom # --- Configurable variables ----- @@ -29,6 +30,9 @@ # What's this blog's primary language (for outgoing RSS feed)? # $blog_language = "en"; +# What's this blog's text encoding ? +# $blog_encoding = "UTF-8"; + # Where are this blog's entries kept? # $datadir = "/Library/WebServer/Documents/blosxom"; $datadir = "/var/lib/blosxom/data"; @@ -50,14 +54,24 @@ $datadir = "/var/lib/blosxom/data"; # What is the default flavour? # $default_flavour = "html"; +# Should I show entries from the future (i.e. dated after now)? +# $show_future_entries = 0; + # --- Plugins (Optional) ----- +# File listing plugins blosxom should load +# (if empty blosxom will load all plugins in $plugin_dir and $plugin_path directories) +# $plugin_list = ""; + # Where are my plugins kept? $plugin_dir = "/etc/blosxom/plugins"; -# Where should my modules keep their state information? +# Where should my plugins keep their state information? $plugin_state_dir = "/var/lib/blosxom/state"; +# Additional plugins location +# List of directories, separated by ';' on windows, ':' everywhere else +# $plugin_path = ""; # --- Static Rendering ----- @@ -75,6 +89,9 @@ $static_dir = "/var/lib/blosxom/static"; # 0 = no, 1 = yes # $static_entries = 0; +# Should I encode entities for xml content-types? (plugins can turn this off if they do it themselves) +# $encode_xml_entities = 1; + # ------------ leave this last line 1;