root/websites/perl-users.jp/html/use_case.html @ 12042

Revision 12042, 1.5 kB (checked in by daisuke, 5 years ago)

mkhtml.pl通した

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
3    <head profile="http://purl.org/net/ns/metaprof">
4        <!-- Document Metadata -->
5        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6        <meta http-equiv="Content-Language" content="ja" />
7        <meta http-equiv="Content-Style-Type" content="text/css" />
8        <meta http-equiv="Content-Script-Type" content="text/javascript" />
9        <meta http-equiv="imagetoolbar" content="no" />
10        <!-- Atom news feed -->
11
12        <title>私もPerlつかってます - perl-users.jp</title>
13        <!-- CSS Stylesheets -->
14
15        <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
16        </script>
17        <script type="text/javascript">
18            _uacct = "UA-4463402-1";
19            urchinTracker();
20        </script>
21    </head>
22    <body>
23<!-- content start -->
24
25        <h1>こんなところでも Perl がつかわれているよ</h1>
26        <div>
27            <h2><a href="http://wassr.jp/">wassr.jp</a></h2>
28            <div>
29                wassr.jp はすべて Perl でかかれています。DJabberd, mod_perl, Sledge, Gearman, TheSchwartz, memcached で構成されています。
30                bradfitz++ といわざるをえないでしょう。
31            </div>
32        </div>
33
34<!-- content end -->
35    </body>
36</html>
Note: See TracBrowser for help on using the browser.