Changeset 18049
- Timestamp:
- 08/22/08 17:46:04 (5 months ago)
- Files:
-
- 1 modified
-
lang/perl/misc/HaikuPod/haikupod.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/HaikuPod/haikupod.pl
r18032 r18049 64 64 body => $self->update($req), 65 65 ); 66 } elsif ($req->path =~ '^/http:// h.hatena.ne.jp/.*$') {67 my $ua = ua($req, 'h.hatena.ne.jp');68 my $res = $ua->get( $req->path);66 } elsif ($req->path =~ '^/http://(h|www).hatena.ne.jp/.*$') { 67 my $ua = ua($req, $req->uri->host); 68 my $res = $ua->get(substr($req->path, 1)); 69 69 70 70 my $heres = HTTP::Engine::Response->new();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)