X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fpod2x;h=91f2fba544283bf61c0808766f369fb736cdd654;hb=8c914e2614a40b95291df00d0b8dbd5766f611b5;hp=ecb7f913b76348deb5c7e45c41c02a739902fcfe;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/bin/pod2x b/bin/pod2x index ecb7f913b..91f2fba54 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -6,13 +6,14 @@ my $mw_username = 'ivan'; 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: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 +44,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,