From 4f7660c82e5f6edbc2a6fdc91628d3ec4d3024a3 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 21 Sep 2005 04:55:56 +0000 Subject: [PATCH] &My::Web::footer call is deprecated now, use just: exit; --- Contact.pm | 2 +- Index.pm | 1 - Mailman.pm | 2 +- WebConfig.pm | 4 ++-- etmms/Index.pm | 2 +- project/332/Index.pm | 2 +- project/AutoGen/Index.pm | 3 +-- project/CasioA/Index.pm | 2 +- project/ChangeLog.pm | 5 +++-- project/FordFulk/Index.pm | 2 +- project/Heat/Index.pm | 2 +- project/Index.pm | 2 +- project/Islet/Index.pm | 2 +- project/LaserGame/Index.pm | 2 +- project/List.pm | 2 +- project/MyWeb/Index.pm | 4 +--- project/Nokia61/Index.pm | 2 +- project/PerlMail/Index.pm | 2 +- project/Pod2Html.pm | 3 ++- project/PortDiag/Index.pm | 2 +- project/QueryDev/Index.pm | 4 +--- project/Rel.pm | 3 ++- project/ResRAM/Index.pm | 4 +--- project/SClock/Index.pm | 4 +--- project/ShortRel/Index.pm | 4 +--- project/TraceFS/Index.pm | 2 +- project/badblock_guess/Index.pm | 4 +++- project/captive/CVS.pm | 2 +- project/captive/Index.pm | 2 +- project/captive/Press.pm | 2 +- project/captive/Preview.pm | 2 +- project/captive/Resources.pm | 2 +- project/captive/TestimonialBrunoSantos.pm | 2 +- project/captive/Thanks.pm | 2 +- project/captive/doc/APITypes.pm | 2 +- project/captive/doc/About.pm | 2 +- project/captive/doc/Architecture.pm | 2 +- project/captive/doc/CacheManager.pm | 2 +- project/captive/doc/CallType.pm | 2 +- project/captive/doc/Components.pm | 2 +- project/captive/doc/Details.pm | 2 +- project/captive/doc/Index.pm | 2 +- project/captive/doc/LinuxNTFS.pm | 2 +- project/captive/doc/Macros.pm | 16 +++++++--------- project/captive/doc/Related.pm | 2 +- project/captive/doc/Reverse.pm | 2 +- project/captive/doc/TODO.pm | 2 +- project/checkstatic/Index.pm | 4 +--- project/cvsbranchdiff/Index.pm | 4 +--- project/cvsutil/Index.pm | 2 +- project/d1xnet/Index.pm | 4 +--- project/doswatch/Index.pm | 4 +--- project/energie/Index.pm | 4 +--- project/etherealmmse/Index.pm | 4 +--- project/etherealwsp/Index.pm | 4 +--- project/fixhtml/Index.pm | 2 +- project/gladewsrc/Index.pm | 2 +- project/gsmperl/Index.pm | 4 +--- project/int13sniff/Index.pm | 2 +- project/ircon/Index.pm | 2 +- project/kewensis/Index.pm | 2 +- project/kix/Index.pm | 2 +- project/kware/Index.pm | 2 +- project/libtool/Index.pm | 2 +- project/libxml2reader/Index.pm | 2 +- project/line9k/Index.pm | 2 +- project/lynxilla/Index.pm | 4 +--- project/mdsms/Index.pm | 2 +- project/middleman/Index.pm | 4 +--- project/mod_auth_tacacs/Index.pm | 4 +--- project/mot2as/Index.pm | 2 +- project/muttsort/Index.pm | 2 +- project/netstat/Index.pm | 2 +- project/ntfsprogsgnomevfs/Index.pm | 2 +- project/oslik/Index.pm | 2 +- project/patchd2/Index.pm | 4 +--- project/pgsqlsubstr/Index.pm | 2 +- project/phphash/Index.pm | 2 +- project/pipebuf/Index.pm | 2 +- project/postget/Index.pm | 2 +- project/ppp9k/Index.pm | 4 +--- project/redirector_ad/Index.pm | 4 +--- project/smbfs/Index.pm | 2 +- project/sshpatch/Index.pm | 2 +- project/ssht/Index.pm | 2 +- project/step/Index.pm | 4 +--- project/surprise/Index.pm | 2 +- project/tac_plus/Index.pm | 2 +- project/tcp_rto/Index.pm | 2 +- project/tcpdump/Index.pm | 2 +- project/timeplan/Index.pm | 4 +--- project/udpgate/Index.pm | 4 +--- project/vblib/Index.pm | 4 +--- project/wayback/Index.pm | 4 +--- project/winvnc/Index.pm | 2 +- project/wllib/Index.pm | 4 +--- project/xbill/Index.pm | 2 +- resume/ResumeJanKratochvil.pm | 2 +- 98 files changed, 110 insertions(+), 159 deletions(-) diff --git a/Contact.pm b/Contact.pm index 296ae8c..2bc4d68 100644 --- a/Contact.pm +++ b/Contact.pm @@ -63,6 +63,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/Index.pm b/Index.pm index 288f7de..d9a1a16 100644 --- a/Index.pm +++ b/Index.pm @@ -33,6 +33,5 @@ sub handler { my $W=My::Web->init(); My::Web->http_moved("./project/",HTTP_MOVED_PERMANENTLY); -die "NOTREACHED"; } 1; diff --git a/Mailman.pm b/Mailman.pm index ae78117..1479a3d 100644 --- a/Mailman.pm +++ b/Mailman.pm @@ -65,6 +65,6 @@ if ($W->{"args"}{"back"}) { } -My::Web->footer(); +exit; } 1; diff --git a/WebConfig.pm b/WebConfig.pm index 2fbf856..dbcab4b 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -98,9 +98,9 @@ our %WebConfig=( return $r; }, ###"footing"=>"

footing

\n", - "footing_delimit"=>sub () { + "footing_delimit_sub_push"=>sub () { return if $My::Web::W->{"no_job"}; - return <<"HERE"; + print <<"HERE";
A programmer for hire: diff --git a/etmms/Index.pm b/etmms/Index.pm index cbaea86..9bc6a44 100644 --- a/etmms/Index.pm +++ b/etmms/Index.pm @@ -149,6 +149,6 @@ MMS definition file URL decoded out of the data stream above: HERE -My::Web->footer(); +exit; } 1; diff --git a/project/332/Index.pm b/project/332/Index.pm index 0d29408..ddf3be0 100644 --- a/project/332/Index.pm +++ b/project/332/Index.pm @@ -83,6 +83,6 @@ AmigaOS kernel core disassembled sources.

HERE -My::Web->footer(); +exit; } 1; diff --git a/project/AutoGen/Index.pm b/project/AutoGen/Index.pm index 3835835..a08cbfa 100644 --- a/project/AutoGen/Index.pm +++ b/project/AutoGen/Index.pm @@ -68,7 +68,6 @@ HERE sub handler { project::Lib->init(); - -My::Web->footer(); +exit; } 1; diff --git a/project/CasioA/Index.pm b/project/CasioA/Index.pm index 9972334..0540773 100644 --- a/project/CasioA/Index.pm +++ b/project/CasioA/Index.pm @@ -59,6 +59,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/ChangeLog.pm b/project/ChangeLog.pm index 47d2bd4..dbed17e 100755 --- a/project/ChangeLog.pm +++ b/project/ChangeLog.pm @@ -36,9 +36,10 @@ my $W=My::Web->init( "cvs"=>'^[\w\d][\w\d/.]*$', }, ); +My::Web->heading(); +$W->{"r"}->content_type("text/plain"); -$W->{"r"}->content_type("text/plain"); local *F; open F,"" ."cvs -n -q -d ".$W->{"pserver"}.":".$W->{"pserver_path"}." rlog ".$W->{"args"}{"cvs"} @@ -49,6 +50,6 @@ print $_ while ; close F; -exit 0; +exit; } 1; diff --git a/project/FordFulk/Index.pm b/project/FordFulk/Index.pm index 0857f43..8558ac9 100644 --- a/project/FordFulk/Index.pm +++ b/project/FordFulk/Index.pm @@ -58,6 +58,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/Heat/Index.pm b/project/Heat/Index.pm index 44a9cbb..73a00e8 100644 --- a/project/Heat/Index.pm +++ b/project/Heat/Index.pm @@ -58,6 +58,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/Index.pm b/project/Index.pm index 1dcb08d..c0ba713 100755 --- a/project/Index.pm +++ b/project/Index.pm @@ -73,6 +73,6 @@ while (@platforms) { } -My::Web->footer(); +exit; } 1; diff --git a/project/Islet/Index.pm b/project/Islet/Index.pm index 4f4d262..7c4d869 100644 --- a/project/Islet/Index.pm +++ b/project/Islet/Index.pm @@ -56,6 +56,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/LaserGame/Index.pm b/project/LaserGame/Index.pm index 973c1c1..e333d7f 100644 --- a/project/LaserGame/Index.pm +++ b/project/LaserGame/Index.pm @@ -62,6 +62,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/List.pm b/project/List.pm index 73d5eb8..6bd3c0e 100755 --- a/project/List.pm +++ b/project/List.pm @@ -158,6 +158,6 @@ else { } -My::Web->footer(); +exit; } 1; diff --git a/project/MyWeb/Index.pm b/project/MyWeb/Index.pm index c2aa4f1..c76b535 100644 --- a/project/MyWeb/Index.pm +++ b/project/MyWeb/Index.pm @@ -49,8 +49,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/Nokia61/Index.pm b/project/Nokia61/Index.pm index 8117732..026163a 100644 --- a/project/Nokia61/Index.pm +++ b/project/Nokia61/Index.pm @@ -70,6 +70,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/PerlMail/Index.pm b/project/PerlMail/Index.pm index 23a1dd2..a25cf62 100644 --- a/project/PerlMail/Index.pm +++ b/project/PerlMail/Index.pm @@ -72,6 +72,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/Pod2Html.pm b/project/Pod2Html.pm index 1918d20..365c66e 100755 --- a/project/Pod2Html.pm +++ b/project/Pod2Html.pm @@ -36,6 +36,7 @@ my $W=My::Web->init( "cvs"=>'^[\w\d][\w\d/.]*$', }, ); +My::Web->heading(); $W->{"r"}->content_type("text/html"); @@ -47,6 +48,6 @@ print $_ while ; close F; -exit 0; +exit; } 1; diff --git a/project/PortDiag/Index.pm b/project/PortDiag/Index.pm index 73d8ed9..acece73 100644 --- a/project/PortDiag/Index.pm +++ b/project/PortDiag/Index.pm @@ -57,6 +57,6 @@ project::Lib->init(); print centerimg "PortDiag","PortDiag Snapshot"; -My::Web->footer(); +exit; } 1; diff --git a/project/QueryDev/Index.pm b/project/QueryDev/Index.pm index 5eb6e99..68bf7f4 100644 --- a/project/QueryDev/Index.pm +++ b/project/QueryDev/Index.pm @@ -49,8 +49,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/Rel.pm b/project/Rel.pm index 5832868..65b51a6 100755 --- a/project/Rel.pm +++ b/project/Rel.pm @@ -37,7 +37,9 @@ my $W=My::Web->init( "rel"=>'^(?:prev|next)$', "project"=>'^\w+$', }, + "header_only"=>1, ); +My::Web->heading(); my %item=project::Lib->name_to_hashref(); @@ -66,6 +68,5 @@ for (0..$#projects) { } My::Web->http_moved("./".(!$target ? "" : "$target/"),HTTP_MOVED_PERMANENTLY); -die "NOTREACHED"; } 1; diff --git a/project/ResRAM/Index.pm b/project/ResRAM/Index.pm index b206cb0..bf0e6ee 100644 --- a/project/ResRAM/Index.pm +++ b/project/ResRAM/Index.pm @@ -49,8 +49,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/SClock/Index.pm b/project/SClock/Index.pm index d1d8047..e60ba74 100644 --- a/project/SClock/Index.pm +++ b/project/SClock/Index.pm @@ -51,8 +51,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/ShortRel/Index.pm b/project/ShortRel/Index.pm index 1c76b0e..6b86c2c 100644 --- a/project/ShortRel/Index.pm +++ b/project/ShortRel/Index.pm @@ -51,8 +51,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/TraceFS/Index.pm b/project/TraceFS/Index.pm index 48e1fae..3337937 100644 --- a/project/TraceFS/Index.pm +++ b/project/TraceFS/Index.pm @@ -61,6 +61,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/badblock_guess/Index.pm b/project/badblock_guess/Index.pm index 9e735e7..aab774e 100644 --- a/project/badblock_guess/Index.pm +++ b/project/badblock_guess/Index.pm @@ -51,6 +51,7 @@ sub handler { project::Lib->init(); + print <<'HERE';

It is similiar to:

@@ -63,6 +64,7 @@ If dd(1) command above finishes for you in a reasonabl do not need this program.

HERE -My::Web->footer(); + +exit; } 1; diff --git a/project/captive/CVS.pm b/project/captive/CVS.pm index 8af7680..57cd168 100755 --- a/project/captive/CVS.pm +++ b/project/captive/CVS.pm @@ -170,6 +170,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/captive/Index.pm b/project/captive/Index.pm index 397582d..1e2fcef 100755 --- a/project/captive/Index.pm +++ b/project/captive/Index.pm @@ -367,6 +367,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/captive/Press.pm b/project/captive/Press.pm index 245c0ed..dc7c0ac 100755 --- a/project/captive/Press.pm +++ b/project/captive/Press.pm @@ -110,6 +110,6 @@ print "\t
  • ...
  • \n"; print "\n"; -My::Web->footer(); +exit; } 1; diff --git a/project/captive/Preview.pm b/project/captive/Preview.pm index c780345..b516250 100755 --- a/project/captive/Preview.pm +++ b/project/captive/Preview.pm @@ -69,6 +69,6 @@ print preview_img 'doc/dia/TraceFS','TraceFS Debugging Hook for NT Cache Manager print preview_img 'captive-install-acquire','Captive Microsoft Windows Drivers Acquire Utility'; -My::Web->footer(); +exit; } 1; diff --git a/project/captive/Resources.pm b/project/captive/Resources.pm index 7feb9ad..b3f7392 100755 --- a/project/captive/Resources.pm +++ b/project/captive/Resources.pm @@ -73,6 +73,6 @@ print "
      \n"; print "
    \n"; -My::Web->footer(); +exit; } 1; diff --git a/project/captive/TestimonialBrunoSantos.pm b/project/captive/TestimonialBrunoSantos.pm index c541be7..34e569d 100755 --- a/project/captive/TestimonialBrunoSantos.pm +++ b/project/captive/TestimonialBrunoSantos.pm @@ -96,6 +96,6 @@ Av. Pedro Alvares Cabral
    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/captive/Thanks.pm b/project/captive/Thanks.pm index beb1572..c6a2586 100755 --- a/project/captive/Thanks.pm +++ b/project/captive/Thanks.pm @@ -88,6 +88,6 @@ print <<'HERE'; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/captive/doc/APITypes.pm b/project/captive/doc/APITypes.pm index 826a272..d6d943f 100755 --- a/project/captive/doc/APITypes.pm +++ b/project/captive/doc/APITypes.pm @@ -476,6 +476,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/About.pm b/project/captive/doc/About.pm index 4e5ef00..7629b44 100755 --- a/project/captive/doc/About.pm +++ b/project/captive/doc/About.pm @@ -135,6 +135,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/Architecture.pm b/project/captive/doc/Architecture.pm index 095d99c..620b070 100755 --- a/project/captive/doc/Architecture.pm +++ b/project/captive/doc/Architecture.pm @@ -204,6 +204,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/CacheManager.pm b/project/captive/doc/CacheManager.pm index c06e455..754961c 100755 --- a/project/captive/doc/CacheManager.pm +++ b/project/captive/doc/CacheManager.pm @@ -323,6 +323,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/CallType.pm b/project/captive/doc/CallType.pm index 82a4e87..ce3b7cc 100755 --- a/project/captive/doc/CallType.pm +++ b/project/captive/doc/CallType.pm @@ -157,6 +157,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/Components.pm b/project/captive/doc/Components.pm index a3687f3..9638eb2 100755 --- a/project/captive/doc/Components.pm +++ b/project/captive/doc/Components.pm @@ -274,6 +274,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/Details.pm b/project/captive/doc/Details.pm index 87af70b..0a0efd1 100755 --- a/project/captive/doc/Details.pm +++ b/project/captive/doc/Details.pm @@ -502,6 +502,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/Index.pm b/project/captive/doc/Index.pm index 1a5f536..bc982a4 100755 --- a/project/captive/doc/Index.pm +++ b/project/captive/doc/Index.pm @@ -158,6 +158,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/LinuxNTFS.pm b/project/captive/doc/LinuxNTFS.pm index 5e5bbbc..c0d3a0f 100755 --- a/project/captive/doc/LinuxNTFS.pm +++ b/project/captive/doc/LinuxNTFS.pm @@ -84,6 +84,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/Macros.pm b/project/captive/doc/Macros.pm index 64b7bed..1b24cf3 100755 --- a/project/captive/doc/Macros.pm +++ b/project/captive/doc/Macros.pm @@ -36,15 +36,6 @@ Wrequire 'project::Lib'; our $HTML_TEST=0; -sub footer ($) -{ -my($class)=@_; - - print vskip "2ex"; - project::captive::doc::Macros->navigate("footer"); - My::Web->footer(); -} - sub navigate ($;$) { my($class,$where)=@_; @@ -100,6 +91,12 @@ my($url,$name)=@_; } our($Wine,$ReactOS,$LinuxNTFS,$GnomeVFS,$GnomeVFSmodule,$gnulinux,$freespeech,$freebeer); +sub _footer +{ + print vskip "2ex"; + project::captive::doc::Macros->navigate("footer"); +} + sub init ($%) { my($class,%args)=@_; @@ -109,6 +106,7 @@ my($class,%args)=@_; "heading_novskip"=>1, "rel_start"=>"..", # possibly overridable "rel_up"=>".", # possibly overridable + "footing_delimit_sub_push"=>\&_footer, "__PACKAGE__"=>caller(), # possibly overridable %args, ); diff --git a/project/captive/doc/Related.pm b/project/captive/doc/Related.pm index 9752028..9c562e9 100755 --- a/project/captive/doc/Related.pm +++ b/project/captive/doc/Related.pm @@ -131,6 +131,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/Reverse.pm b/project/captive/doc/Reverse.pm index cbff910..0c0cad9 100755 --- a/project/captive/doc/Reverse.pm +++ b/project/captive/doc/Reverse.pm @@ -182,6 +182,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/captive/doc/TODO.pm b/project/captive/doc/TODO.pm index afbc2e6..34a681a 100755 --- a/project/captive/doc/TODO.pm +++ b/project/captive/doc/TODO.pm @@ -90,6 +90,6 @@ print <<"HERE"; HERE -project::captive::doc::Macros->footer(); +exit; } 1; diff --git a/project/checkstatic/Index.pm b/project/checkstatic/Index.pm index 782f372..6d36dd0 100644 --- a/project/checkstatic/Index.pm +++ b/project/checkstatic/Index.pm @@ -49,8 +49,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/cvsbranchdiff/Index.pm b/project/cvsbranchdiff/Index.pm index 2f17f24..3b00ead 100644 --- a/project/cvsbranchdiff/Index.pm +++ b/project/cvsbranchdiff/Index.pm @@ -47,8 +47,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/cvsutil/Index.pm b/project/cvsutil/Index.pm index 62ed570..a380ebb 100644 --- a/project/cvsutil/Index.pm +++ b/project/cvsutil/Index.pm @@ -60,6 +60,6 @@ Pointed out by the courtesy of Jesse Glick.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/d1xnet/Index.pm b/project/d1xnet/Index.pm index afb7a7d..c0332f2 100644 --- a/project/d1xnet/Index.pm +++ b/project/d1xnet/Index.pm @@ -47,8 +47,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/doswatch/Index.pm b/project/doswatch/Index.pm index 51faffb..d23d80c 100644 --- a/project/doswatch/Index.pm +++ b/project/doswatch/Index.pm @@ -55,8 +55,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/energie/Index.pm b/project/energie/Index.pm index 6540b47..0000588 100644 --- a/project/energie/Index.pm +++ b/project/energie/Index.pm @@ -50,8 +50,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/etherealmmse/Index.pm b/project/etherealmmse/Index.pm index 122a212..a8fefc1 100644 --- a/project/etherealmmse/Index.pm +++ b/project/etherealmmse/Index.pm @@ -47,8 +47,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/etherealwsp/Index.pm b/project/etherealwsp/Index.pm index 0813ca0..0dacc42 100644 --- a/project/etherealwsp/Index.pm +++ b/project/etherealwsp/Index.pm @@ -47,8 +47,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/fixhtml/Index.pm b/project/fixhtml/Index.pm index 0bb3da3..0866530 100644 --- a/project/fixhtml/Index.pm +++ b/project/fixhtml/Index.pm @@ -59,6 +59,6 @@ path referration which will broke on your local machine.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/gladewsrc/Index.pm b/project/gladewsrc/Index.pm index 6f4e514..37d6b9c 100644 --- a/project/gladewsrc/Index.pm +++ b/project/gladewsrc/Index.pm @@ -56,6 +56,6 @@ modified by Damon Chaplin).

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/gsmperl/Index.pm b/project/gsmperl/Index.pm index 4752f78..19b905a 100644 --- a/project/gsmperl/Index.pm +++ b/project/gsmperl/Index.pm @@ -49,8 +49,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/int13sniff/Index.pm b/project/int13sniff/Index.pm index b0cec3b..5b70895 100644 --- a/project/int13sniff/Index.pm +++ b/project/int13sniff/Index.pm @@ -54,6 +54,6 @@ project::Lib->init(); print centerimg "int13sniff-snap","Boot Snapshot"; -My::Web->footer(); +exit; } 1; diff --git a/project/ircon/Index.pm b/project/ircon/Index.pm index 6208908..8ff421d 100644 --- a/project/ircon/Index.pm +++ b/project/ircon/Index.pm @@ -85,6 +85,6 @@ tuning software (generating hundreds of button presses) is not usable.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/kewensis/Index.pm b/project/kewensis/Index.pm index 7777477..61244c9 100644 --- a/project/kewensis/Index.pm +++ b/project/kewensis/Index.pm @@ -61,6 +61,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/kix/Index.pm b/project/kix/Index.pm index b555d24..62a9344 100644 --- a/project/kix/Index.pm +++ b/project/kix/Index.pm @@ -59,6 +59,6 @@ do not need IPX support anywhere (kernel, D1X, ...).

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/kware/Index.pm b/project/kware/Index.pm index 226d2eb..d5bdc7e 100644 --- a/project/kware/Index.pm +++ b/project/kware/Index.pm @@ -62,6 +62,6 @@ it into some clean software, take it as it is, improve it or let it be.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/libtool/Index.pm b/project/libtool/Index.pm index 9462796..0d9f30d 100644 --- a/project/libtool/Index.pm +++ b/project/libtool/Index.pm @@ -72,6 +72,6 @@ misleading confusion of different object file found than expected.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/libxml2reader/Index.pm b/project/libxml2reader/Index.pm index 40f1b18..9d37d98 100644 --- a/project/libxml2reader/Index.pm +++ b/project/libxml2reader/Index.pm @@ -54,6 +54,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/line9k/Index.pm b/project/line9k/Index.pm index a5012c1..e254073 100644 --- a/project/line9k/Index.pm +++ b/project/line9k/Index.pm @@ -62,6 +62,6 @@ fork of +5V/GND pins are required to power this hardwa HERE -My::Web->footer(); +exit; } 1; diff --git a/project/lynxilla/Index.pm b/project/lynxilla/Index.pm index ac37359..39721ad 100644 --- a/project/lynxilla/Index.pm +++ b/project/lynxilla/Index.pm @@ -55,8 +55,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/mdsms/Index.pm b/project/mdsms/Index.pm index cc8e7dc..fa13a39 100644 --- a/project/mdsms/Index.pm +++ b/project/mdsms/Index.pm @@ -78,6 +78,6 @@ sending of operator logo. Nice list of the codes you will find HERE -My::Web->footer(); +exit; } 1; diff --git a/project/middleman/Index.pm b/project/middleman/Index.pm index ce26271..808b0b0 100644 --- a/project/middleman/Index.pm +++ b/project/middleman/Index.pm @@ -47,8 +47,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/mod_auth_tacacs/Index.pm b/project/mod_auth_tacacs/Index.pm index 94e25a9..8ab8dec 100644 --- a/project/mod_auth_tacacs/Index.pm +++ b/project/mod_auth_tacacs/Index.pm @@ -52,8 +52,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/mot2as/Index.pm b/project/mot2as/Index.pm index b94e097..62dabde 100644 --- a/project/mot2as/Index.pm +++ b/project/mot2as/Index.pm @@ -57,6 +57,6 @@ local labels, : for label termination.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/muttsort/Index.pm b/project/muttsort/Index.pm index 7fb8f4c..6706a57 100644 --- a/project/muttsort/Index.pm +++ b/project/muttsort/Index.pm @@ -54,6 +54,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/netstat/Index.pm b/project/netstat/Index.pm index 21d53eb..a7e4667 100644 --- a/project/netstat/Index.pm +++ b/project/netstat/Index.pm @@ -68,6 +68,6 @@ tcp 0 0 lemming.ericsson:domain *:* LISTEN HERE -My::Web->footer(); +exit; } 1; diff --git a/project/ntfsprogsgnomevfs/Index.pm b/project/ntfsprogsgnomevfs/Index.pm index 1171398..a26076f 100644 --- a/project/ntfsprogsgnomevfs/Index.pm +++ b/project/ntfsprogsgnomevfs/Index.pm @@ -61,6 +61,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/oslik/Index.pm b/project/oslik/Index.pm index 0a5548a..4399e93 100644 --- a/project/oslik/Index.pm +++ b/project/oslik/Index.pm @@ -54,6 +54,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/patchd2/Index.pm b/project/patchd2/Index.pm index e22cc7c..14a0f6c 100644 --- a/project/patchd2/Index.pm +++ b/project/patchd2/Index.pm @@ -46,8 +46,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/pgsqlsubstr/Index.pm b/project/pgsqlsubstr/Index.pm index cce5aa6..c561a3a 100644 --- a/project/pgsqlsubstr/Index.pm +++ b/project/pgsqlsubstr/Index.pm @@ -55,6 +55,6 @@ that text, believe me. :-)

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/phphash/Index.pm b/project/phphash/Index.pm index 90ab1e1..340840c 100644 --- a/project/phphash/Index.pm +++ b/project/phphash/Index.pm @@ -49,6 +49,6 @@ sub handler project::Lib->init(); -My::Web->footer(); +exit; } 1; diff --git a/project/pipebuf/Index.pm b/project/pipebuf/Index.pm index cd61d0c..cc9cfda 100644 --- a/project/pipebuf/Index.pm +++ b/project/pipebuf/Index.pm @@ -56,6 +56,6 @@ up) and warning messages when buffer is getting emptied.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/postget/Index.pm b/project/postget/Index.pm index 11cea70..1612228 100644 --- a/project/postget/Index.pm +++ b/project/postget/Index.pm @@ -92,6 +92,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/ppp9k/Index.pm b/project/ppp9k/Index.pm index 4dfe6c0..c95b02d 100644 --- a/project/ppp9k/Index.pm +++ b/project/ppp9k/Index.pm @@ -52,8 +52,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/redirector_ad/Index.pm b/project/redirector_ad/Index.pm index 4c76d7d..0f5e97e 100644 --- a/project/redirector_ad/Index.pm +++ b/project/redirector_ad/Index.pm @@ -49,8 +49,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/smbfs/Index.pm b/project/smbfs/Index.pm index 7e0d1b1..d506bec 100644 --- a/project/smbfs/Index.pm +++ b/project/smbfs/Index.pm @@ -60,6 +60,6 @@ and not in kilobytes as some people think.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/sshpatch/Index.pm b/project/sshpatch/Index.pm index 15fd4ae..2d1d06c 100644 --- a/project/sshpatch/Index.pm +++ b/project/sshpatch/Index.pm @@ -76,6 +76,6 @@ start the connection and authentication to the server. HERE -My::Web->footer(); +exit; } 1; diff --git a/project/ssht/Index.pm b/project/ssht/Index.pm index c3eb929..3572fa6 100644 --- a/project/ssht/Index.pm +++ b/project/ssht/Index.pm @@ -94,6 +94,6 @@ print <<"HERE"; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/step/Index.pm b/project/step/Index.pm index 01c74c3..b309ee5 100644 --- a/project/step/Index.pm +++ b/project/step/Index.pm @@ -46,8 +46,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/surprise/Index.pm b/project/surprise/Index.pm index bd49338..5fe2408 100644 --- a/project/surprise/Index.pm +++ b/project/surprise/Index.pm @@ -68,6 +68,6 @@ project::Lib->init(); print centerimg "surprise-gnome-0","Gnome client"; -My::Web->footer(); +exit; } 1; diff --git a/project/tac_plus/Index.pm b/project/tac_plus/Index.pm index 7978731..b4c08a9 100644 --- a/project/tac_plus/Index.pm +++ b/project/tac_plus/Index.pm @@ -74,6 +74,6 @@ include:

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/tcp_rto/Index.pm b/project/tcp_rto/Index.pm index cfc32fa..d59ecfb 100644 --- a/project/tcp_rto/Index.pm +++ b/project/tcp_rto/Index.pm @@ -65,6 +65,6 @@ the packets more than in sane states.

    HERE -My::Web->footer(); +exit; } 1; diff --git a/project/tcpdump/Index.pm b/project/tcpdump/Index.pm index 6368754..db343f2 100644 --- a/project/tcpdump/Index.pm +++ b/project/tcpdump/Index.pm @@ -64,6 +64,6 @@ print <<'HERE'; HERE -My::Web->footer(); +exit; } 1; diff --git a/project/timeplan/Index.pm b/project/timeplan/Index.pm index 1b2fcdb..e82a90f 100644 --- a/project/timeplan/Index.pm +++ b/project/timeplan/Index.pm @@ -50,8 +50,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/udpgate/Index.pm b/project/udpgate/Index.pm index 7ea980f..58684d8 100644 --- a/project/udpgate/Index.pm +++ b/project/udpgate/Index.pm @@ -52,8 +52,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/vblib/Index.pm b/project/vblib/Index.pm index c1f9fed..653e00b 100644 --- a/project/vblib/Index.pm +++ b/project/vblib/Index.pm @@ -48,8 +48,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/wayback/Index.pm b/project/wayback/Index.pm index 5df517b..04b42f9 100644 --- a/project/wayback/Index.pm +++ b/project/wayback/Index.pm @@ -47,8 +47,6 @@ HERE sub handler { project::Lib->init(); - - -My::Web->footer(); +exit; } 1; diff --git a/project/winvnc/Index.pm b/project/winvnc/Index.pm index c6acf1b..cfdb7ea 100644 --- a/project/winvnc/Index.pm +++ b/project/winvnc/Index.pm @@ -91,6 +91,6 @@ You are not interested in this table if you download the footer(); +exit; } 1; -- 1.8.3.1