diff options
author | ivan <ivan> | 2009-02-07 01:33:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-07 01:33:35 +0000 |
commit | 25de171cee44c4cc9073c709063eda8e2af92394 (patch) | |
tree | c9df845381c6eb43b09168f0bd0e8f0db131f0d5 | |
parent | 2562f42286f5854f3aec022c17b7688e7b60a9d9 (diff) |
don't need this
-rwxr-xr-x | bin/pod2x | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -57,12 +57,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; |