[freeside-commits] freeside/bin pod2x,1.14,1.15

Ivan,,, ivan at wavetail.420.am
Fri Feb 6 17:33:36 PST 2009


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv11541

Modified Files:
	pod2x 
Log Message:
don't need this

Index: pod2x
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/pod2x,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pod2x	7 Feb 2009 01:26:25 -0000	1.14
+++ pod2x	7 Feb 2009 01:33:34 -0000	1.15
@@ -59,12 +59,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