X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=blobdiff_plain;f=blosxom.cgi;h=492acc880efdf20529757f6be8517716d507a269;hp=a49237827cedb6cb6f9efd80753aae7abe269210;hb=7db2f2c32bcbdf67b4f3220d69ef015384d69815;hpb=15dfb8340ae2dcc2daf7f426a60fe5a8edeb950c diff --git a/blosxom.cgi b/blosxom.cgi index a492378..492acc8 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -2,7 +2,7 @@ # Blosxom # Author: Rael Dornfest (2002-2003), The Blosxom Development Team (2005-2008) -# Version: 2.1.2 ($Id: blosxom.cgi,v 1.88 2008/11/13 17:19:51 alfie Exp $) +# Version: 2.1.2 ($Id: blosxom.cgi,v 1.90 2009/03/08 00:50:55 xtaran Exp $) # Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Development/Downloads: http://sourceforge.net/projects/blosxom @@ -126,6 +126,8 @@ $static_password = ""; # 0 = no, 1 = yes $static_entries = 0; +# --- Advanced Encoding Options ----- + # Should I encode entities for xml content-types? (plugins can turn this off if they do it themselves) $encode_xml_entities = 1; @@ -188,7 +190,7 @@ use File::stat; use Time::Local; use CGI qw/:standard :netscape/; -$version = "2.1.2"; +$version = "2.1.2+dev"; # Load configuration from $ENV{BLOSXOM_CONFIG_DIR}/blosxom.conf, if it exists my $blosxom_config;