From b0f0d99fceb815bf8379d2a4b12acb38791a717a Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 16 Oct 2003 07:28:39 +0000 Subject: [PATCH] Distribute job ad across the web. --- Index.html.pl | 3 ++- WebConfig.pm | 16 ++++++++++++++++ project/captive/Index.html.pl | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Index.html.pl b/Index.html.pl index 80c7dcb..9674490 100755 --- a/Index.html.pl +++ b/Index.html.pl @@ -33,6 +33,7 @@ require CGI; my $W=My::Web->init( "__PACKAGE__"=>__PACKAGE__, "title"=>'Homepage', + "no_job"=>1, ); My::Web->heading(); @@ -52,7 +53,7 @@ from the safety of your favorite OS GNU/Linux. Well, the day of reckoning is at hand! Those nights lying awake feeling foolish for having that extra VFAT partition just to exchange files between GNU/Linux and MS-Windows are over!

- +
A programmer for hire: diff --git a/WebConfig.pm b/WebConfig.pm index 4fa0fc1..502b9ec 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -100,6 +100,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; diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index c6e0b94..bba283c 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -40,6 +40,7 @@ my $W=My::Project->init_project( .stuff { font-style: italic; font-size: larger; margin-left: 20%; margin-right: 10%; } .re { font-style: italic; } ", + "no_job"=>1, ); -- 1.8.3.1