[freeside-commits] freeside/bin pod2x,1.7.2.8,1.7.2.9
Ivan,,,
ivan at wavetail.420.am
Fri Feb 6 17:33:37 PST 2009
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv11544
Modified Files:
Tag: FREESIDE_1_7_BRANCH
pod2x
Log Message:
don't need this
Index: pod2x
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/pod2x,v
retrieving revision 1.7.2.8
retrieving revision 1.7.2.9
diff -u -d -r1.7.2.8 -r1.7.2.9
--- pod2x 7 Feb 2009 01:26:25 -0000 1.7.2.8
+++ pod2x 7 Feb 2009 01:33:34 -0000 1.7.2.9
@@ -57,12 +57,11 @@
'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;
More information about the freeside-commits
mailing list