X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=WebConfig.pm;h=bdcb23656998fcb62ae94e2ccc3040feb6d0869c;hb=a4916a7a7efc9cfaf3c70800cfdb3dd793128a8a;hp=4fa0fc129808a6306bff839256abc1fbb890e614;hpb=e5c6be524c13b2c470e357879c9d58894b02f6d4;p=www.jankratochvil.net.git diff --git a/WebConfig.pm b/WebConfig.pm index 4fa0fc1..bdcb236 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -53,6 +53,10 @@ our %WebConfig=( "pserver"=>':pserver:pserver:@cvs.jankratochvil.net', "pserver_path"=>"/cvs", "resume_url"=>$resume_url, + "mailman_url_sub"=>sub () { return "http://www.jankratochvil.net/mailman/"; }, + # { return "http://".$My::Web::W->{"r"}->hostname()."/mailman/"; }, + "pipermail_url_sub"=>sub () { return "http://www.jankratochvil.net/pipermail/"; }, + # { return "http://".$My::Web::W->{"r"}->hostname()."/pipermail/"; }, "heading"=>sub () { print ''."\n"; print ''."\n"; @@ -100,6 +104,22 @@ our %WebConfig=( "footing"=>sub () { # print "

footing

\n"; }, + "footing_delimit"=>sub () { + return if $My::Web::W->{"no_job"}; + print <<"HERE"; +
+ +
+ A programmer for hire: + + I am looking for new challenges. + If you find the software here useful, please + @{[ My::Web::a_href($My::Web::W->{"resume_url"},'consider me') ]} + for your next software project. + +
+HERE + }, ); 1;