typographic mistake
[gitmo/moose-website.git] / data / pages.yml
index 04b14c0..6529e53 100644 (file)
@@ -5,6 +5,70 @@
 - name     : about
   template : about.tt
   outfile  : about.html
+  data     :
+    organizations:
+      - name : "Yahoo!"
+        url  : http://www.yahoo.com
+      - name : "Symantec"
+        url  : http://www.symantec.com
+      - name : "Cisco"
+        url  : http://www.cisco.com
+      - name : "IMDb"
+        url  : http://www.imdb.com
+      - name : "Pobox"
+        url  : http://www.pobox.com
+      - name : "Best Practical"
+        url  : http://www.bestpractical.com
+      - name : "Infinity Interactive"
+        url  : http://www.iinteractive.com
+      - name : "Shadowcat"
+        url  : http://www.shadowcat.co.uk
+      - name : "ValueClick"
+        url  : http://www.valueclick.com
+      - name : "Magazines.com"
+        url  : http://www.magazines.com
+      - name : "Takkle.com"
+        url  : http://www.takkle.com
+      - name : Open Data Group
+        url  : http://opendatagroup.com/
+      - name : "BBC"
+        url  : http://www.bbc.co.uk
+      - name : "Hearst Corporation"
+        url  : http://www.hearst.com/
+      - name : "Omni Hotels"
+        url  : http://www.omnihotels.com
+      - name : "SocialText"
+        url  : http://www.socialtext.com
+      - name : "Napster"
+        url  : http://www.napster.com
+      - name : "Capitol Advantage"
+        url  : http://capitoladvantage.com/
+      - name : "Tamarou"
+        url  : http://www.tamarou.com
+      - name : "Cloudtone Studios"
+        url  : http://cloudtone.ca/
+      - name : "Endeworks"
+        url  : http://www.endeworks.jp/
+      - name : "net-a-porter.com"
+        url  : http://www.net-a-porter.com
+      - name : "Shopzilla / BizRate"
+        url  : http://www.shopzilla.com/
+      - name : "SimplyClick"
+        url  : http://www.simplyclick.net/
+      - name : "MedTouch"
+        url  : http://medtouch.com/
+      - name : "MusicBrainz"
+        url  : http://musicbrainz.org/
+      - name : "Current TV"
+        url  : http://www.current.com/
+      - name : "The Genome Center at Washington University"
+        url  : http://genome.wustl.edu/
+      - name : "Bioinformatics Group at <acronym title='University College London'>UCL</acronym>"
+        url  : http://bioinf.cs.ucl.ac.uk/
+      - name : "DoctorBase"
+        url  : "http://doctorbase.com/"
+      - name : "Lexy"
+        url  : "http://www.lexy.com/"
 - name     : download
   template : download.tt
   outfile  : download.html
     CPAN:
       - name : Moose
         url  : http://search.cpan.org/dist/Moose/
-      - name : Class::MOP
+      - name : <code>Class::MOP</code>
         url  : http://search.cpan.org/dist/Class-MOP/
-      - name : Task::Moose
+      - name : <code>Task::Moose</code>
         url  : http://search.cpan.org/dist/Task-Moose/
-      - name : Task::Kensho
+      - name : <code>Task::Kensho</code>
         url  : http://search.cpan.org/dist/Task-Kensho/
-      - name : MooseX::*
-        url  : http://search.cpan.org/search?query=MooseX&mode=dist
+      - name : <code>MooseX::*</code>
+        url  : http://search.cpan.org/search?query=MooseX&amp;mode=dist
     git:
-      public   : git://git.moose.perl.org/Moose.git
-      commiter : gitmo@git.moose.perl.org:Moose.git
+      public   : <code>git://git.moose.perl.org/Moose.git</code>
+      committer: <code>gitmo@git.moose.perl.org:Moose.git</code>
       web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
+      github   : http://github.com/nothingmuch/moose
+- name     : support
+  template : support.tt
+  outfile  : support.html
+  data     :
+    irc :
+      - '<a href="irc://irc.perl.org/moose">#moose@irc.perl.org</a>'
+      - '<a href="irc://irc.perl.org/moose-dev">#moose-dev@irc.perl.org</a>'
+    mailing_list :
+      address : moose@perl.org
+      archive : http://news.gmane.org/gmane.comp.lang.perl.moose
+    misc :
+      - name : textmate bundle
+        url  : http://github.com/perigrin/perl-moose.tmbundle
+      - name : quickref card
+        url  : http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
 - name     : articles
   template : articles.tt
   outfile  : articles.html
   data     :
     - year     : 2010
       articles :
-          - title : Moose 1.00 is Released
-            url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
+        - url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
+          title :
+            en : Moose 1.00 is Released
+        - url   : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
+          title :
+            en : chromatic talks about <code>Class::MOP</code> in relation to his Modern Perl book
+        - url   : http://chris.prather.org/been-there-done-that.md.html
+          title :
+            en : Chris Prather discusses Moose and the Modern Perl movement
+        - url   : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
+          title :
+            en : chromatic discusses how Moose helps you write more correct code
     - year     : 2009
-      articles : []
+      articles :
+        - title    :
+            en : Jay Kuri's - A gentle introduction to Moose
+          articles :
+            - url   : http://www.catalyzed.org/2009/06/a-gentle-introduction-to-moose.html
+              title :
+                en : The original English version
+            - url   : http://www.perl.it/blog/archives/000641.html
+              title :
+                en : "The Italian translation by Stefano Rodighiero and Perl.it"
+        - url   : http://chris.prather.org/a-little-bit-of-history.md.html
+          title :
+            en : "Chris Prather compares <code>MooseX::Declare</code> to Simula 67"
+        - url   : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
+          title :
+            en : "Stevan Little explains why you should make your Moose classes immutable"
+        - url   : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
+          title :
+            en : Florian Ragwitz uses parameterized roles with <code>MooseX::Declare</code>
+        - url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
+          title :
+            en : "David McLaughlin experiments with extending Moose for <code>MooseX::ChainedAccessors</code>"
+        - url   :  http://blog.sartak.org/2009/05/parameterized-roles.html
+          title :
+            en : "Shawn M Moore explains parameterized roles"
+        - url   :  http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
+          title :
+            en : "John Napiorkowski lists ten great things about Moose"
+        - url   : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
+          title :
+            en : "Jay Shirley dotes on <code>MooseX::MultiMethods</code>"
+        - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
+          title :
+            en : "chromatic contrasts roles and duck-typing"
+        - url   : http://use.perl.org/~Ovid/journal/38885
+          title :
+            en : "Ovid discusses role problems and possible solutions"
+        - url   : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
+          title :
+            en : "Sam Crawley summarizes his experience with roles"
+        - url   : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
+          title :
+            en : "Shawn M Moore discusses <code>Perl::Critic</code> for Moose and linting with the MOP"
+        - url   : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
+          title :
+            en : "Yanick Champoux meddles with extending Moose attributes"
+        - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
+          title :
+            en : "chromatic contrasts roles and inheritance"
+        - url   : http://use.perl.org/~Ovid/journal/38880
+          title :
+            en : "Ovid lists some best practices for role-based refactoring"
+        - url   : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
+          title :
+            en : "Chris Prather justifies each of Moose's dependencies"
+        - url   : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
+          title :
+            en : "Bruno Vecchi praises Moose for making his protein analysis code easier"
+        - url   : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
+          title :
+            en : "Shawn M Moore explains role composition and some bumps in the Moose design process"
+        - url   : http://use.perl.org/~Ovid/journal/38863
+          title :
+            en : "Ovid praises roles and their happy acceptance at the BBC"
+        - url   : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
+          title :
+            en : "Florian Ragwitz walks through the marriage of <code>MooseX::Types</code> with <code>Lexical::Types</code>"
+        - url   : http://use.perl.org/~Ovid/journal/38862
+          title :
+            en : "Ovid eschews inheritance in favor of roles"
+        - url   : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
+          title :
+            en : "chromatic on The Why of Perl Roles"
+        - url   : http://chris.prather.org/why-moose-is-post-modern.html
+          title :
+            en : "Chris Prather rationalizes Moose's \"post modern\" label"
+        - url   : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
+          title :
+            en : "John Napiorkowski on why he uses Moose"
+        - url   : http://www.catalyzed.org/2009/04/catalyst-58-released.html
+          title :
+            en : "Tomas Doran interview about the new Moose-based Catalyst"
+        - url   : http://use.perl.org/~Ovid/journal/38785
+          title :
+            en : "Ovid praises role-based refactoring"
+        - url   : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
+          title :
+            en : "Dave Rolsky's post-mortem on his Moose documentation grant"
+        - url   : http://use.perl.org/~acme/journal/38554?from=rss
+          title :
+            en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
     - year     : 2008
-      articles : []
+      articles :
+        - url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
+          title :
+            en : "chromatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
+        - url   : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
+          title :
+            en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
+        - url   : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
+          title :
+            en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
+        - url   : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
+          title :
+            en : "trombik writes an introduction to Moose in Japanese"
+        - url   : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
+          title :
+            en : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
     - year     : 2007
-      articles : []
+      articles :
+        - url   : http://avatraxiom.livejournal.com/70947.html
+          title :
+            en : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
+        - url   : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
+          title :
+            en : "Larry mentioned Moose in 2007's State of the Onion speech"
+        - title :
+            en : "Matt Trout (of <code>DBIx::Class</code> and Catalyst fame) wrote a nice series of articles on designing <code>Devel::REPL</code> using Moose."
+          articles :
+            - url   : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
+              title :
+                en : "Writing a Perl read-<abbr title='evaluate'>eval</abbr>-print loop (<acronym title='read-eval-print loop'>REPL</acronym>) - part 1"
+            - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
+              title :
+                en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 2 - a history plug-in"
+            - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
+              title :
+                en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 3 - lexical environments"
+            - url   : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
+              title :
+                en : "<code>Devel::REPL</code> part 4 - script options, <abbr title='configuration'>rc</abbr> files and profiles"
+        - title :
+            en : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
+          articles :
+            - url   : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
+              title :
+                en : "The Moose is Flying (part 1) (LinuxMag)"
+            - url   : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
+              title :
+                en : "The Moose is Flying (part 2) (LinuxMag)"
     - year     : 2006
-      articles : []
+      articles :
+        - title :
+            en : <code>Class::MOP</code> Review (OnLAMP)
+          url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
+- name     : presentations
+  template : presentations.tt
+  outfile  : presentations.html
+  data     :
+    - year          : 2010
+      presentations :
+        - title :
+            en : Stevan Little's talk at <acronym title="Oasis Perl workshop">OPW</acronym>
+          url   : http://iinteractive.com/moose/hosted-presentations/2010/stevan_OPW/index.html
+          video : http://www.presentingperl.org/opw2010/untitled-no-12/
+        - title :
+            en : Drew Stephens gives a lighting talk on Moose at <abbr title="SuperHappyDevHouse">SHDH</abbr> 36
+          url   : http://www.slideshare.net/dinomite/learning-moose-lightning
+          video : http://www.youtube.com/watch?v=wGGDPATfsfo&amp;NR=1
+    - year          : 2009
+      presentations :
+        - url   : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
+          title :
+            en : Mike Whitaker's Intro to Moose at Italian Perl Workshop
+        - url   : http://sartak.org/talks/frozen-perl-2009/moose/
+          title :
+            en : "Shawn M Moore's Intro to Moose at Frozen Perl"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2009/e-lamp/perl-great-lannguages.xul
+          title :
+            en : "Stevan Little's talk at Nashville E-Lamp"
+        - url   : http://yapc10.org/yn2009/talk/2047
+          title :
+            en : "Dave Rolsky's Introduction to Moose master class at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009 (delivered by Shawn Moore and Jonathan Rockway)"
+        - url   : http://yapc10.org/yn2009/talk/1967
+          title :
+            en : "Devin Austin's Intro to Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
+        - url   : http://sartak.org/talks/yapc-na-2009/extending-moose/extending-moose.pdf
+          title :
+            en : "Shawn Moore's Extending Moose for Applications at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2009/YAPC-NA/moose.xul
+          title :
+            en : "Stevan Little's To Moose or Not To Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
+        - url   : http://yapc10.org/yn2009/talk/1984
+          title :
+            en : "Hans Dieter Pearcey's Code Reuse with Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
+        - url   : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
+          title :
+            en : "Cory Watson's Moose for Managers at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
+        - url   : http://yapceurope2009.org/ye2009/talk/2096
+          title :
+            en : "Yuval Kogman's Meta Moose at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
+        - url   : http://yapceurope2009.org/ye2009/talk/2273
+          title :
+            en : "Yuval Kogman's Moose Workshop at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
+        - url   : http://conferences.yapcasia.org/ya2009/talk/2192
+          title :
+            en : "Shawn Moore's Moose master class at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia 2009"
+        - url   : http://conferences.yapceurope.org/ipw2009/talk/2371
+          title :
+            en : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
+        - url   : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
+          title :
+            en : 'franck cuny''s Introduction to Moose at the France <acronym title="Open Source Developers'' Conference">OSDC</acronym>'
+        - url   : http://www.perlworkshop.no/npw2009/talk/1901
+          title :
+            en : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
+        - url   : http://perloasis.org/opw2009/talk/1702
+          title :
+            en : "Cory Watson's Moose for Managers at the Perl Oasis"
+        - url   : http://perloasis.org/opw2009/talk/1701
+          title :
+            en : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
+    - year          : 2008
+      presentations :
+        - url   : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
+          title :
+            en : "Mike Whitaker's Intro to Moose at the London Perl Workshop"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
+          title :
+            en : "sunnavy's Moose talk at Beijing Perl Workshop"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose.xul
+          title :
+            en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose-manager.xul
+          title :
+            en : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-OSCON/moose.xul
+          title :
+            en : 'Stevan Little''s Moose talk at <abbr title="O''Reilly Open Source Convention">OSCON</abbr>'
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
+          title :
+            en : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
+        - title :
+            en : "Yuval Kogman's Practical Moose at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia"
+          url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
+          video : http://conferences.yapcasia.org/ya2008/talk/1017
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-YAPC-NA.pdf
+          title :
+            en : "Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
+          title :
+            en : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
+    - year          : 2007
+      presentations :
+        - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/roles/roles.xul
+          title :
+            en : "Stevan Little's Horizontal Reuse with <code>Moose::Role</code> at Pittsburgh Perl Workshop"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/moose/start.html
+          title :
+            en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2007/nothingmuch-YAPC-EU/slides/start.html
+          title :
+            en : "Yuval Kogman's Object Meta Programming at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>"
+    - year          : 2006
+      presentations :
+        - title :
+            en : Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>
+          url   : http://iinteractive.com/moose/hosted-presentations/2006/stevan_YAPC/start.html
+        - title :
+            en : Sam Vilain's Moose talk at <acronym title="Open Source Developers' Conference">OSDC</acronym> Melbourne
+          url   : http://utsl.gen.nz/talks/moose/start.htm
+        - title :
+            en : Sam Vilain gives the very first Moose talk at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>
+          url   : http://www.yapceurope.org/2006/talk/item/63.html
+    - year          : Perl Mongers Groups
+      presentations :
+        - url   : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
+          title :
+            en : "Ovid's Refactoring with Roles at London.pm"
+        - url   : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
+          title :
+            en : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
+        - url   : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
+          title :
+            en : "Piers Cawley's <code>MooseX::Declare</code> talk at London.pm (video)"
+        - url   : http://www.slideshare.net/dtreder/moose-527243
+          title :
+            en : "Doug Treder's Moose talk at Seattle Perl Users Group"
+        - url   : http://www.slideshare.net/hakobe/moose
+          title :
+            en : "hakobe's Moose presentation at Kansai.pm"
+        - url   : http://iinteractive.com/moose/hosted-presentations/2008/notbenh-PDX.xul
+          title :
+            en : "Ben Hengst's Moose talk at PDX.pm"
+          podcast : http://pdxpm.podasp.com/archive.html
+        - url   : http://chris.prather.org/talks/moose-intro-mpls/
+          title :
+            en : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
+        - url   : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
+          title :
+            en : "Robert Boone's Moose talk at Houston.pm"
+
+
+
+
+
+
+
+
+
+
+