summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-02-07 01:33:34 +0000
committerivan <ivan>2009-02-07 01:33:34 +0000
commit930b82e1958f2c085bce009648b297008273f79e (patch)
treeab9c3b66953684218e0b43e24900b4bacf999104
parent4d34b448450a3a0c6cc42c6cb81d4f1b90b6eef7 (diff)
don't need this
-rwxr-xr-xbin/pod2x5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pod2x b/bin/pod2x
index ad5b65b8e..31f361b64 100755
--- a/bin/pod2x
+++ b/bin/pod2x
@@ -59,12 +59,11 @@ $c->setup({
'wiki' => {
'host' => 'www.freeside.biz',
'path' => 'mediawiki',
+ 'has_query' => 1,
+
}
}) or die "Mediawiki->setup failed";
-#Also, the 'wiki' section may specify the 'ssl' key (boolean 0/1) if the server uses an SSL connection. Section 'tmp' and key 'msgcache' specify path to the MediaWiki messages cache.
-#Options 'has_query' and 'has_filepath' in 'wiki' section enable experimental optimized interfaces. Set has_query to 1 if there is query.php extension (this should reduce traffic usage and servers load). Set has_filepath to 1 if there is Special:Filepath page in target wiki (affects only filepath() and download() functions).
-
my @files;
if ( @ARGV ) {
@files = @ARGV;