X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=WebConfig.pm;h=1b3ea33466ca4621db1a244617a9acf947b246af;hb=fca6167ea07ea2dcb66c132e37d78a99df260bed;hp=67c2d9bc74492525e82dc08fcc3a135b1921bdea;hpb=466c84dedaa0dcb2032644204161ce8060c6cf55;p=www.jankratochvil.net.git diff --git a/WebConfig.pm b/WebConfig.pm index 67c2d9b..1b3ea33 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -32,10 +32,9 @@ use vars qw(@ISA @EXPORT); @EXPORT=qw(%WebConfig); use My::Web; -require CGI; -my $resume_url="/resume/Resume-JanKratochvil.pm/Resume-JanKratochvil.html"; +my $resume_url="/resume/ResumeJanKratochvil.pm/ResumeJanKratochvil.html"; # Only to be used privately by My::Web ! our %WebConfig=( @@ -45,8 +44,9 @@ our %WebConfig=( return My::Web::a_href("http://www.jankratochvil.net/","Jan Kratochvil") if 0 || $name eq "short" || $name eq "lace"; - return CGI::escapeHTML($name); + return escapeHTML($name); }, + "viewcvs_My"=>"http://cvs.jankratochvil.net/viewcvs/MyWeb/", "viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/www/www.jankratochvil.net/", "title_prefix"=>"Jan Kratochvil", "project_viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/", @@ -99,9 +99,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: @@ -116,6 +116,7 @@ our %WebConfig=( HERE }, "no_job"=>1, + "css_inherit"=>1, ); 1;