Replace single quotes with double quotes on attribute names
Shawn M Moore [Sat, 16 May 2009 05:51:34 +0000 (01:51 -0400)]
index.html

index b8889d1..3d0fd4f 100644 (file)
@@ -16,139 +16,139 @@ function show_section (section_name) {
 </head>
 <body bgcolor="#EDDBB4" topmargin="0" leftmargin="0">
 
-<table cellspacing='0' cellpadding='0' border='0' align='center' width="600">
+<table cellspacing="0" cellpadding="0" border="0" align="center" width="600">
 <tr>
 <td align="center"><img src="images/header.jpg" /></td>
 </tr>
 <tr>
 <td bgcolor="#AB9974">
-<table width="100%" cellspacing='0' cellpadding='0' border='0'><tr>
+<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
     <td><img src="images/top_left.jpg" alt="" width="21" height="21" border="0" /></td>
     <td align="right"><img src="images/top_right.jpg" alt="" width="21" height="21" border="0" /></td>    
 </tr></table>   
     
-<div id='content'>
-<p class='description'>
+<div id="content">
+<p class="description">
 Moose is a <a target="_blank" href="http://www.perl.com/pub/a/1999/03/pm.html">postmodern
 object system</a> for Perl 5 that takes the tedium out of writing object-oriented Perl.
 It borrows all the best features from Perl 6, CLOS (LISP), Smalltalk, Java, BETA, OCaml,
 Ruby and more, while still keeping true to its Perl 5 roots.
 </p>
-<p class='description'>
+<p class="description">
 Moose is <i>100% production ready</i> and in heavy use in a number of systems and growing every day.
 Try it today!
 </p>
 <p>
 <ul class="root_list">
     
-    <li><a class='list_header' onfocus='this.blur()' href='javascript:void(0)' onclick='show_section("download")'>Download</a></li>
+    <li><a class="list_header" onfocus="this.blur()" href="javascript:void(0)" onclick="show_section('download')">Download</a></li>
     <ul class="sub_list" id="download">
         <li class="list_sub_header">CPAN</li>
         <ul>
-            <li><a target='_blank' href='http://search.cpan.org/dist/Moose/'>Moose</a></li>
-            <li><a target='_blank' href='http://search.cpan.org/dist/Task-Moose/'>Task::Moose</a> - A collection of excellent Moose extensions</li>            
-            <li><a target='_blank' href='http://search.cpan.org/dist/Class-MOP/'>Class::MOP</a> - The underlying meta object protocol on which Moose is built</li>
-            <li><a target='_blank' href='http://search.cpan.org/search?query=MooseX&mode=all'>MooseX::*</a> - The Moose extensions</li>
-            <li><a target="_blank" href='http://cpants.perl.org/dist/used_by/Moose'>CPAN Modules which use Moose</a></li>
+            <li><a target="_blank" href="http://search.cpan.org/dist/Moose/">Moose</a></li>
+            <li><a target="_blank" href="http://search.cpan.org/dist/Task-Moose/">Task::Moose</a> - A collection of excellent Moose extensions</li>            
+            <li><a target="_blank" href="http://search.cpan.org/dist/Class-MOP/">Class::MOP</a> - The underlying meta object protocol on which Moose is built</li>
+            <li><a target="_blank" href="http://search.cpan.org/search?query=MooseX&mode=all">MooseX::*</a> - The Moose extensions</li>
+            <li><a target="_blank" href="http://cpants.perl.org/dist/used_by/Moose">CPAN Modules which use Moose</a></li>
         </ul>
         <li class="list_sub_header">GIT</li>
         <ul>
-            <li><a target='_blank' href='git://jules.scsys.co.uk/gitmo/Moose.git'>repository URL</li>
-            <li><a target='_blank' href='https://jules.scsys.co.uk/gitweb/gitweb.cgi'>GitWeb view</a></li>
+            <li><a target="_blank" href="git://jules.scsys.co.uk/gitmo/Moose.git">repository URL</li>
+            <li><a target="_blank" href="https://jules.scsys.co.uk/gitweb/gitweb.cgi">GitWeb view</a></li>
         </ul>
     </ul>
 
-    <li><a class='list_header' onfocus='this.blur()' href='javascript:void(0)' onclick='show_section("support")'>Support</a></li>
+    <li><a class="list_header" onfocus="this.blur()" href="javascript:void(0)" onclick="show_section('support')">Support</a></li>
     <ul class="sub_list" id="support">
         <li>#moose on irc.perl.org</li>
         <li>Subscribe to <a href="mailto:moose-subscribe@perl.org">moose@perl.org</a>, or read the <a target="_blank" href="http://news.gmane.org/gmane.comp.lang.perl.moose">gmane archive</a></li>
-        <li><a target="_blank" href='http://code2.0beta.co.uk/moose/svn/Moose-TM_bundle/trunk/'>Moose TextMate Bundle</a></li>
-        <li><a target="_blank" href='http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf'>Moose Quick-Ref card</a></li>
+        <li><a target="_blank" href="http://code2.0beta.co.uk/moose/svn/Moose-TM_bundle/trunk/">Moose TextMate Bundle</a></li>
+        <li><a target="_blank" href="http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf">Moose Quick-Ref card</a></li>
     </ul>
     
-    <li><a class='list_header' onfocus='this.blur()' href='javascript:void(0)' onclick='show_section("articles")'>Articles</a></li>
+    <li><a class="list_header" onfocus="this.blur()" href="javascript:void(0)" onclick="show_section('articles')">Articles</a></li>
     <ul class="sub_list" id="articles">
 
         <li><a target="_blank" href="http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html">chomatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article</a></li>
         <li><a target="_blank" href="http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html">Marcel (hanekomu) Gr&uuml;nauer is writing a series of blog posts as he explores Moose</a></li>
         <li><a target="_blank" href="http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/">Tim Bunce's excellent Perl Myths talk gives a shout out to Moose</a></li>
         <li><a target="_blank" href="http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose">trombik writes an introduction to Moose in Japanese</a></li>
-        <li><a target="_blank" href='http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/'>Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)</a></li>
-        <li><a target="_blank" href='http://blog.jrock.us/articles/Myth:%20Moose%20is%20an%20unnecessary%20dependency.pod'>Jonathan Rockway discusses why Moose is a dependency worth having</a></li>
-        <li><a target="_blank" href='http://avatraxiom.livejournal.com/70947.html'>Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose</a></li>
-        <li><a target="_blank" href='http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3'>Larry mentioned Moose in this years State of the Onion speech</a></li>
+        <li><a target="_blank" href="http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/">Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)</a></li>
+        <li><a target="_blank" href="http://blog.jrock.us/articles/Myth:%20Moose%20is%20an%20unnecessary%20dependency.pod">Jonathan Rockway discusses why Moose is a dependency worth having</a></li>
+        <li><a target="_blank" href="http://avatraxiom.livejournal.com/70947.html">Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose</a></li>
+        <li><a target="_blank" href="http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3">Larry mentioned Moose in this years State of the Onion speech</a></li>
         <li>Matt Trout (of DBIx::Class and Catalyst fame) wrote a nice series of articles on writing a REPL for Perl using Moose.</li>
         <ul>
-            <li><a target="_blank" href='http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html'>Writing a perl read-eval-print loop (REPL) - part 1</a></li>
-            <li><a target="_blank" href='http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html'>Writing a perl REPL part 2 - a history plugin</a></li>
-            <li><a target="_blank" href='http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html'>Writing a perl REPL part 3 - lexical environments</a></li>
-            <li><a target="_blank" href='http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html'>Devel::REPL part 4 - script options, rc files and profiles</a></li>
+            <li><a target="_blank" href="http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html">Writing a perl read-eval-print loop (REPL) - part 1</a></li>
+            <li><a target="_blank" href="http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html">Writing a perl REPL part 2 - a history plugin</a></li>
+            <li><a target="_blank" href="http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html">Writing a perl REPL part 3 - lexical environments</a></li>
+            <li><a target="_blank" href="http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html">Devel::REPL part 4 - script options, rc files and profiles</a></li>
         </ul>
-        <li><a target="_blank" href='http://foo-magazin.de/#d18'>$foo Perl Magazine Winter 2007 has a Moose article</a></li>
+        <li><a target="_blank" href="http://foo-magazin.de/#d18">$foo Perl Magazine Winter 2007 has a Moose article</a></li>
         <li>Randal Schwartz wrote a series of articles on Moose for Linux Magazine</li>
         <ul>
-            <li><a target='_blank' href='http://www.stonehenge.com/merlyn/LinuxMag/col94.html'>The Moose is Flying (part 1) (LinuxMag)</a></li>
-            <li><a target='_blank' href='http://www.stonehenge.com/merlyn/LinuxMag/col95.html'>The Moose is Flying (part 2) (LinuxMag)</a></li>
+            <li><a target="_blank" href="http://www.stonehenge.com/merlyn/LinuxMag/col94.html">The Moose is Flying (part 1) (LinuxMag)</a></li>
+            <li><a target="_blank" href="http://www.stonehenge.com/merlyn/LinuxMag/col95.html">The Moose is Flying (part 2) (LinuxMag)</a></li>
         </ul>
-        <li><a target='_blank' href='http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html'>Class::MOP Review (OnLAMP)</a></li>
+        <li><a target="_blank" href="http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html">Class::MOP Review (OnLAMP)</a></li>
         
     </ul>
     
-    <li><a class='list_header' onfocus='this.blur()' href='javascript:void(0)' onclick='show_section("presentations")'>Presentations</a></li>
+    <li><a class="list_header" onfocus="this.blur()" href="javascript:void(0)" onclick="show_section('presentations')">Presentations</a></li>
     <ul class="sub_list" id="presentations">
 
          <li class="list_sub_header">2009 Conferences</li>
          <ul>
-            <li><a target='_blank' href='http://sartak.org/talks/frozen-perl-2009/moose/'>Intro to Moose from Frozen Perl 2009 by Shawn M Moore</a></li>
+            <li><a target="_blank" href="http://sartak.org/talks/frozen-perl-2009/moose/">Intro to Moose from Frozen Perl 2009 by Shawn M Moore</a></li>
         </ul>
         </li>
 
         <li class="list_sub_header">2008 Conferences</li>
         <ul>
-       <li><a target='_blank' href='hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf'>Moose talk from Beijing Perl Workshop by sunnavy</a></li>
-       <li><a target='_blank' href='hosted-presentations/2008/stevan-PPW/moose.xul'>Moose talk from PPW 2008 by Stevan Little</a></li>
-       <li><a target='_blank' href='hosted-presentations/2008/stevan-PPW/moose-manager.xul'>Managers Guide to Moose talk from PPW 2008 by Stevan Little</a></li>
-        <li><a target='_blank' href='hosted-presentations/2008/stevan-OSCON/moose.xul'>Moose talk from OSCON 2008 by Stevan Little</a></li>
-        <li><a target='_blank' href='hosted-presentations/2008/nothingmuch-NPW/practical_moose.html'>Practical Moose at Nordic Perl Workshop 2008 by Yuval Kogman</a></li>
-        <li><a target='_blank' href='http://conferences.yapcasia.org/ya2008/talk/1017'>Practical Moose at YAPC::Asia::2008 by Yuval Kogman (video)</a> <a href='hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html'>(slides)</a></li>
-        <li><a target='_blank' href='hosted-presentations/2008/stevan-YAPC-NA.pdf'>YAPC::NA::2008 talk by Stevan Little</a></li>
-        <li><a target='_blank' href='hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html'>Practical Moose at Portuguese Perl Workshop 2008 by Yuval Kogman</a></li>
+       <li><a target="_blank" href="hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf">Moose talk from Beijing Perl Workshop by sunnavy</a></li>
+       <li><a target="_blank" href="hosted-presentations/2008/stevan-PPW/moose.xul">Moose talk from PPW 2008 by Stevan Little</a></li>
+       <li><a target="_blank" href="hosted-presentations/2008/stevan-PPW/moose-manager.xul">Managers Guide to Moose talk from PPW 2008 by Stevan Little</a></li>
+        <li><a target="_blank" href="hosted-presentations/2008/stevan-OSCON/moose.xul">Moose talk from OSCON 2008 by Stevan Little</a></li>
+        <li><a target="_blank" href="hosted-presentations/2008/nothingmuch-NPW/practical_moose.html">Practical Moose at Nordic Perl Workshop 2008 by Yuval Kogman</a></li>
+        <li><a target="_blank" href="http://conferences.yapcasia.org/ya2008/talk/1017">Practical Moose at YAPC::Asia::2008 by Yuval Kogman (video)</a> <a href="hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html">(slides)</a></li>
+        <li><a target="_blank" href="hosted-presentations/2008/stevan-YAPC-NA.pdf">YAPC::NA::2008 talk by Stevan Little</a></li>
+        <li><a target="_blank" href="hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html">Practical Moose at Portuguese Perl Workshop 2008 by Yuval Kogman</a></li>
 
         </ul>
 
         <li class="list_sub_header">2007 Conferences</li>
         <ul>
-        <li><a target='_blank' href='hosted-presentations/2007/stevan-PPW/roles.xul'>PPW 2007 - Horizontal Reuse with Moose::Role talk (by Stevan Little)</a></li>
-        <li><a target='_blank' href='ppw_moose_slides/start.html'>PPW 2007 - Moose talk (by Stevan Little)</a></li>
-        <li><a target='_blank' href='hosted-presentations/2007/nothingmuch-YAPC-EU'>YAPC::EU 2007 - Object Meta Programming talk (by Yuval Kogman)</a></li>
-        <li><a target='_blank' href='yapc_eu_2007_slides/start.html'>YAPC::EU 2007 - Moose talk (by Stevan Little)</a></li>
+        <li><a target="_blank" href="hosted-presentations/2007/stevan-PPW/roles.xul">PPW 2007 - Horizontal Reuse with Moose::Role talk (by Stevan Little)</a></li>
+        <li><a target="_blank" href="ppw_moose_slides/start.html">PPW 2007 - Moose talk (by Stevan Little)</a></li>
+        <li><a target="_blank" href="hosted-presentations/2007/nothingmuch-YAPC-EU">YAPC::EU 2007 - Object Meta Programming talk (by Yuval Kogman)</a></li>
+        <li><a target="_blank" href="yapc_eu_2007_slides/start.html">YAPC::EU 2007 - Moose talk (by Stevan Little)</a></li>
         </ul>
 
         <li class="list_sub_header">2006 Conferences</li>
         <ul>
-        <li><a target='_blank' href='http://utsl.gen.nz/talks/moose/start.html'>OSDC Melboure 2006 Moose talk (by Sam Vilain)</a></li>
-        <li><a target='_blank' href='slides/start.html'>YAPC::NA 2006 Moose talk (by Stevan Little)</a></li>
+        <li><a target="_blank" href="http://utsl.gen.nz/talks/moose/start.html">OSDC Melboure 2006 Moose talk (by Sam Vilain)</a></li>
+        <li><a target="_blank" href="slides/start.html">YAPC::NA 2006 Moose talk (by Stevan Little)</a></li>
         </ul>
 
         <li class="list_sub_header">Perl Mongers Groups</li>
         <ul>
         <li><a target="_blank" href="http://www.slideshare.net/dtreder/moose-527243">Doug Treder gave his Moose talk at the SPUG (Seattle Perl Users Group)</a></li>
-        <li><a target='_blank' href='http://www.slideshare.net/hakobe/moose'>Moose presenation at Kansai.pm by hakobe</a></li>
-        <li><a target='_blank' href='hosted-presentations/2008/notbenh-PDX.xul'>PDX.pm March 12, 2008 - Moose by Ben Hengst</a> (<a target='_blank' href='http://pdxpm.podasp.com/archive.html'>podcast</a>)</li>
-        <li><a target='_blank' href='http://chris.prather.org/talks/moose-intro-mpls/'>Minneapolis Perl Mongers - An Intro to Moose (by Chris Prather)</a>
-        <li><a target='_blank' href='http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html'>Houston.pm 2007 Moose talk (by Robert Boone)</a></li>
-        <li><a target='_blank' href='perl_ny_seminar_slides/start.html'>Perl Seminar NY - Moose talk (by Stevan Little)</a></li>
+        <li><a target="_blank" href="http://www.slideshare.net/hakobe/moose">Moose presenation at Kansai.pm by hakobe</a></li>
+        <li><a target="_blank" href="hosted-presentations/2008/notbenh-PDX.xul">PDX.pm March 12, 2008 - Moose by Ben Hengst</a> (<a target="_blank" href="http://pdxpm.podasp.com/archive.html">podcast</a>)</li>
+        <li><a target="_blank" href="http://chris.prather.org/talks/moose-intro-mpls/">Minneapolis Perl Mongers - An Intro to Moose (by Chris Prather)</a>
+        <li><a target="_blank" href="http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html">Houston.pm 2007 Moose talk (by Robert Boone)</a></li>
+        <li><a target="_blank" href="perl_ny_seminar_slides/start.html">Perl Seminar NY - Moose talk (by Stevan Little)</a></li>
         </ul>
 
     </ul>
 
-    <li><a class='list_header' onfocus='this.blur()' href='javascript:void(0)' onclick='show_section("misc")'>Misc.</a></li>
+    <li><a class="list_header" onfocus="this.blur()" href="javascript:void(0)" onclick="show_section('misc')">Misc.</a></li>
     <ul class="sub_list" id="misc">
 
-        <li><a target="_blank" href='http://www.ohloh.net/projects/moose'>Moose on ohloh</a></li>
-        <li><a target='_blank' href='http://flickr.com/search/?w=all&q=moose+yapcna2006&m=tags'>Moose@YAPC on Flickr</a></li>
-        <li><a target='_blank' href='http://www.perlmonks.org/index.pl?node_id=610130'>Moose Poetry on PerlMonks</a></li>
-        <li><a target="_blank" href='images/class_mop_model.jpg'>Class::MOP object model diagram</a></li>
+        <li><a target="_blank" href="http://www.ohloh.net/projects/moose">Moose on ohloh</a></li>
+        <li><a target="_blank" href="http://flickr.com/search/?w=all&q=moose+yapcna2006&m=tags">Moose@YAPC on Flickr</a></li>
+        <li><a target="_blank" href="http://www.perlmonks.org/index.pl?node_id=610130">Moose Poetry on PerlMonks</a></li>
+        <li><a target="_blank" href="images/class_mop_model.jpg">Class::MOP object model diagram</a></li>
 
     </ul>
 </ul>
@@ -157,7 +157,7 @@ Try it today!
 <br/>
 </div>
 
-<table width="100%" cellspacing='0' cellpadding='0' border='0'><tr>
+<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
     <td><img src="images/bottom_left.jpg" alt="" width="21" height="21" border="0" /></td>
     <td align="right"><img src="images/bottom_right.jpg" alt="" width="21" height="21" border="0" /></td>    
 </tr></table>
@@ -167,7 +167,7 @@ Try it today!
 <tr>
 <td>
     <br/>
-    <p class='copyright'>
+    <p class="copyright">
     Copyright &copy; 2006 - 2008 Infinity Interactive
     <br/><br/>
     This library is free software; you can redistribute it <br/>