head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.1 date 2005.10.10.12.49.39; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.10.10.12.49.39; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.48.37; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @new package: blosxom 2.0 (The Zen of Blogging) @ text @Index: blosxom.cgi --- blosxom.cgi.orig 2003-08-27 00:53:56 +0200 +++ blosxom.cgi 2005-10-10 12:29:04 +0200 @@@@ -66,6 +66,8 @@@@ # -------------------------------- +require "./blosxcom.cfg" if (-f "./blosxcom.cfg"); + use vars qw! $version $blog_title $blog_description $blog_language $datadir $url %template $template $depth $num_entries $file_extension $default_flavour $static_or_dynamic $plugin_dir $plugin_state_dir @@plugins %plugins $static_dir $static_password @@static_flavours $static_entries $path_info $path_info_yr $path_info_mo $path_info_da $path_info_mo_num $flavour $static_or_dynamic %month2num @@num2month $interpolate $entries $output $header $show_future_entries %files %indexes %others !; use strict; @ 1.1.2.1 log @file blosxom.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:48:37 +0000 @ text @d1 12 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 12 Index: blosxom.cgi --- blosxom.cgi.orig 2003-08-27 00:53:56 +0200 +++ blosxom.cgi 2005-10-10 12:29:04 +0200 @@@@ -66,6 +66,8 @@@@ # -------------------------------- +require "./blosxcom.cfg" if (-f "./blosxcom.cfg"); + use vars qw! $version $blog_title $blog_description $blog_language $datadir $url %template $template $depth $num_entries $file_extension $default_flavour $static_or_dynamic $plugin_dir $plugin_state_dir @@plugins %plugins $static_dir $static_password @@static_flavours $static_entries $path_info $path_info_yr $path_info_mo $path_info_da $path_info_mo_num $flavour $static_or_dynamic %month2num @@num2month $interpolate $entries $output $header $show_future_entries %files %indexes %others !; use strict; @