From: preecej Date: Fri, 8 Jul 2011 00:45:46 +0000 (+0000) Subject: Stashing local copies of LocalSettings.php for safekeeping X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=648e9947d07a81fd1f6fb612c40b4a1f8945a525;p=old-jaiswallab-svn%2F.git Stashing local copies of LocalSettings.php for safekeeping svn path=/; revision=117 --- diff --git a/preecej/semantic_wiki/LocalSettings.php b/preecej/semantic_wiki/LocalSettings.php deleted file mode 100644 index 3c02af7..0000000 --- a/preecej/semantic_wiki/LocalSettings.php +++ /dev/null @@ -1,168 +0,0 @@ -'; -$sfgAutocompleteOnAllChars = false; - -# END 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions) - -/** Allow client-side caching of pages */ -$wgCachePages = false; - -/** - * * Set this to current time to invalidate all prior cached pages. Affects both - * * client- and server-side caching. - * * You can get the current date on your server by using the command: - * * date +%Y%m%d%H%M%S - * */ -$wgCacheEpoch = 'date +%Y%m%d%H%M%S'; - - -# When you make changes to this configuration file, this will make -# sure that cached pages are cleared. -$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); diff --git a/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php b/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php new file mode 100644 index 0000000..5f89aa8 --- /dev/null +++ b/preecej/semantic_wiki/LocalSettings/dev.LocalSettings.php @@ -0,0 +1,166 @@ +'; +$sfgAutocompleteOnAllChars = false; + +# END: Justin Preece - Semantic Bundle (SMW and other extensions) + +/** Allow client-side caching of pages */ +$wgCachePages = false; + +/** + * * Set this to current time to invalidate all prior cached pages. Affects both + * * client- and server-side caching. + * * You can get the current date on your server by using the command: + * * date +%Y%m%d%H%M%S + * */ +$wgCacheEpoch = 'date +%Y%m%d%H%M%S'; + + +# When you make changes to this configuration file, this will make +# sure that cached pages are cleared. +$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); diff --git a/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php b/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php new file mode 100644 index 0000000..c3c81a1 --- /dev/null +++ b/preecej/semantic_wiki/LocalSettings/proto.LocalSettings.php @@ -0,0 +1,171 @@ +'; +$sfgAutocompleteOnAllChars = false; + +# END 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions) + +/** Allow client-side caching of pages */ +$wgCachePages = false; + +/** + * * Set this to current time to invalidate all prior cached pages. Affects both + * * client- and server-side caching. + * * You can get the current date on your server by using the command: + * * date +%Y%m%d%H%M%S + * */ +$wgCacheEpoch = 'date +%Y%m%d%H%M%S'; + + +# When you make changes to this configuration file, this will make +# sure that cached pages are cleared. +$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );