X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpod2x;h=1ec998fc224e0a63cc1fba5a4597cbc88939c36f;hp=31f361b64d4ce4e3eacb838a85fa26deeac9390c;hb=f715c23517292a11330ab241fb13221fd89ffc37;hpb=930b82e1958f2c085bce009648b297008273f79e diff --git a/bin/pod2x b/bin/pod2x index 31f361b64..1ec998fc2 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -7,12 +7,15 @@ chomp( my $mw_password = `cat .mw-password` ); my $site_perl = "./FS"; #my $html = "Freeside:1.7:Documentation:Developer"; -my $html = "Freeside:1.9:Documentation:Developer"; +#my $html = "Freeside:1.9:Documentation:Developer"; +my $html = "Freeside:3:Documentation:Developer"; foreach my $dir ( $html, - map "$html/$_", qw( bin FS FS/UI FS/part_export FS/part_pkg + map "$html/$_", qw( bin FS + FS/cdr FS/cust_main FS/cust_pkg FS/detail_format FS/part_event FS/part_event/Condition FS/part_event/Action + FS/part_export FS/part_pkg FS/pay_batch FS/ClientAPI FS/Cron FS/Misc FS/Report FS/Report/Table FS/TicketSystem FS/UI FS/SelfService @@ -43,6 +46,7 @@ foreach my $file ( use WWW::Mediawiki::Client; my $mvs = WWW::Mediawiki::Client->new( 'host' => 'www.freeside.biz', + 'protocol' => 'https', 'wiki_path' => 'mediawiki/index.php', 'username' => $mw_username, 'password' => $mw_password, @@ -59,7 +63,7 @@ $c->setup({ 'wiki' => { 'host' => 'www.freeside.biz', 'path' => 'mediawiki', - 'has_query' => 1, + #'has_query' => 1, } }) or die "Mediawiki->setup failed";