Changeset 12115
- Timestamp:
- 05/21/08 16:54:34 (5 years ago)
- Location:
- websites/perl-users.jp
- Files:
-
- 7 modified
-
html/books.html (modified) (3 diffs)
-
html/index.html (modified) (4 diffs)
-
html/modern_introduction_perl/index.html (modified) (2 diffs)
-
html/modern_introduction_perl/perldoc.html (modified) (2 diffs)
-
html/use_case.html (modified) (3 diffs)
-
html/whoswho.html (modified) (3 diffs)
-
ttroot/modern_introduction_perl/perldoc.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/books.html
r12110 r12115 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"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 3 2 <head profile="http://purl.org/net/ns/metaprof"> 4 3 <!-- Document Metadata --> … … 22 21 </head> 23 22 <body> 23 24 24 25 <div id="head-navigation"><a href="/">Perl-users.jp</a></div> 25 26 <!-- content start --> … … 69 70 </html> 70 71 72 -
websites/perl-users.jp/html/index.html
r12108 r12115 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"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 3 2 <head profile="http://purl.org/net/ns/metaprof"> 4 3 <!-- Document Metadata --> … … 22 21 </head> 23 22 <body> 23 24 24 25 <div id="head-navigation"><a href="/">Perl-users.jp</a></div> 25 26 <!-- content start --> … … 58 59 <li><a href="/modern_introduction_perl/" title="モダンなPerl入門 - Perl-users.jp">モダンなPerl入門</a></li> 59 60 <li><a href="/books.html" title="Perl関連書籍の書評 - Perl-users.jp">書評</a></li> 60 <li><a href="/perldoc.html" title="Perlマニュアルの歩き方 - Perl-users.jp">Perlマニュアルの歩き方</a></li>61 61 </ul> 62 62 </div> … … 93 93 </html> 94 94 95 -
websites/perl-users.jp/html/modern_introduction_perl/index.html
r12109 r12115 1 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 <link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://coderepos.org/share/log/websites/perl-users.jp?limit=100&mode=stop_on_copy&format=rss" />12 13 <title>モダンなPerl入門 - Perl-users.jp</title>14 <!-- CSS Stylesheets -->15 16 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>17 <script type="text/javascript">18 _uacct = "UA-4463402-1";19 urchinTracker();20 </script>21 <script src="/js/codepress/codepress.js" type="text/javascript"></script>22 </head>23 <body>24 2 <div id="head-navigation"><a href="/">Perl-users.jp</a></div> 25 3 <!-- content start --> 4 26 5 27 6 <h1>モダンな Perl 入門</h1> … … 81 60 </div> 82 61 62 83 63 <!-- content end --> 84 </body>85 </html>86 64 -
websites/perl-users.jp/html/modern_introduction_perl/perldoc.html
r12113 r12115 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <div id="head-navigation"><a href="/">Perl-users.jp</a></div> 3 <!-- content start --> 4 5 1 6 2 7 <h1>Perlマニュアルの歩き方</h1> … … 65 70 66 71 <p>あとは anything を起動し、Moose などとタイプすると <code>Moose::*</code> といったドキュメントが一覧されますのでそこから開きたいドキュメントを選択することで簡単に perldoc を引くことができます。</p> 72 73 74 75 76 <!-- content end --> 77 -
websites/perl-users.jp/html/use_case.html
r12081 r12115 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"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 3 2 <head profile="http://purl.org/net/ns/metaprof"> 4 3 <!-- Document Metadata --> … … 22 21 </head> 23 22 <body> 23 24 24 25 <div id="head-navigation"><a href="/">Perl-users.jp</a></div> 25 26 <!-- content start --> … … 35 36 </html> 36 37 38 -
websites/perl-users.jp/html/whoswho.html
r12081 r12115 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"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 3 2 <head profile="http://purl.org/net/ns/metaprof"> 4 3 <!-- Document Metadata --> … … 22 21 </head> 23 22 <body> 23 24 24 25 <div id="head-navigation"><a href="/">Perl-users.jp</a></div> 25 26 <!-- content start --> … … 51 52 </html> 52 53 54 -
websites/perl-users.jp/ttroot/modern_introduction_perl/perldoc.html
r12113 r12115 1 [% WRAPPER modern_introduction_perl/wrapper.tt, 2 title => "Perlマニュアルの歩き方 - モダンなPerl入門" 3 %] 4 1 5 [%- USE Markdown -%] 2 6 … … 74 78 75 79 [% END %] 80 81 [% END %]
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)