/[suikacvs]/webroot/robots.txt.en.cgi
Suika

Contents of /webroot/robots.txt.en.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Jul 18 08:32:54 2002 UTC (21 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
*** empty log message ***

1 #!/usr/bin/perl
2
3 =head1
4
5 Dummy for robots.txt. (English Version)
6
7 Copyright: Public Domain.
8 Change
9
10 2001-05-26 wakaba
11 - New File.
12
13 =cut
14
15 require Suika::CGI;
16 Suika::CGI::Log::write('robots.txt.');
17
18 print "Status: 415 Unsupported Media Type\n";
19 print "Content-Type: text/html\n";
20
21 print "\n";
22
23 print <<EOH;
24 <html lang="en">
25 <head>
26 <title>415 Upsupported Media Type</title>
27 <meta name="ROBOTS" content="NOINDEX, NOFOLLOW, NOARCHIVE" />
28 </head>
29 <body>
30 <h1>Unsupported Media Type</h1>
31 <p>Sorry, I don't support requested media type.</p>
32 <address>$ENV{SERVER_NAME}, port $ENV{SERVER_PORT}</address>
33 </body>
34 </html>
35 EOH

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24