X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=WebConfig.pm;h=514da5529940bdc777fe632683ce110206eb732d;hp=d4ef2b0d8dc988c912fd3269335648a044343d9a;hb=886ab9c87febce040d1ccfb7b991212c49e2a080;hpb=34d4e4418b28de00e81fffef535547c8cd0bd509 diff --git a/WebConfig.pm b/WebConfig.pm index d4ef2b0..514da55 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -48,15 +48,18 @@ our %WebConfig=( || $name eq "lace"; return escapeHTML($name); }, - "viewcvs_My"=>"http://cvs.jankratochvil.net/viewcvs/MyWeb/", - "viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/www/www.jankratochvil.net/", +# "viewcvs_My"=>"http://cvs.jankratochvil.net/viewcvs/MyWeb/", +# "viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/www/www.jankratochvil.net/", + "viewcvs_My"=>"http://git.jankratochvil.net/?p=MyWeb.git;a=blob;hb=HEAD;f=", + "viewcvs"=>"http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blob;hb=HEAD;f=", "title_prefix"=>"Jan Kratochvil", - "project_viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/", - "pserver"=>':pserver:pserver:@cvs.jankratochvil.net', - "pserver_path"=>"/cvs", +# "project_viewcvs"=>"http://cvs.jankratochvil.net/viewcvs/", + "project_viewcvs"=>"http://git.jankratochvil.net/", +# "pserver"=>':pserver:pserver:@cvs.jankratochvil.net', +# "pserver_path"=>"/cvs", "resume_url"=>$resume_url, - "mailman_url" =>sub { return "http://".$My::Web::W->{"web_hostname"}."/mailman/"; }, - "pipermail_url"=>sub { return "http://".$My::Web::W->{"web_hostname"}."/pipermail/"; }, +# "mailman_url" =>sub { return "http://".$My::Web::W->{"web_hostname"}."/mailman/"; }, +# "pipermail_url"=>sub { return "http://".("www2.jankratochvil.net"||$My::Web::W->{"web_hostname"})."/pipermail/"; }, "heading"=>sub () { my $r=""; $r.=''."\n"; @@ -78,7 +81,7 @@ our %WebConfig=( my @sections=( "/project/"=>"Projects", "/product/"=>"Products", - "http://cvs.jankratochvil.net/"=>"CVS", + "http://git.jankratochvil.net/"=>"GIT", # "/News.pm"=>"News", $resume_url=>"Resume", "/Contact.pm"=>"Contact",