markup validates
[gitmo/moose-website.git] / data / pages.yml
1 ---
2 - name     : home
3   template : index.tt
4   outfile  : index.html
5 - name     : about
6   template : about.tt
7   outfile  : about.html
8   data     :
9     companies:
10       - name : "Yahoo!"
11         url  : http://www.yahoo.com
12       - name : "Symantec"
13         url  : http://www.symantec.com
14       - name : "Cisco"
15         url  : http://www.cisco.com
16       - name : "IMDb"
17         url  : http://www.imdb.com
18       - name : "Pobox"
19         url  : http://www.pobox.com
20       - name : "Best Practical"
21         url  : http://www.bestpractical.com
22       - name : "Infinity Interactive"
23         url  : http://www.iinteractive.com
24       - name : "Shadowcat"
25         url  : http://www.shadowcat.co.uk
26       - name : "ValueClick"
27         url  : http://www.valueclick.com
28       - name : "Magazines.com"
29         url  : http://www.magazines.com
30       - name : "Takkle.com"
31         url  : http://www.takkle.com
32       - name : Open Data Group
33         url  : http://opendatagroup.com/
34       - name : "BBC"
35         url  : http://www.bbc.co.uk
36       - name : "Hearst Corporation"
37         url  : http://www.hearst.com/
38       - name : "Omni Hotels"
39         url  : http://www.omnihotels.com
40       - name : "SocialText"
41         url  : http://www.socialtext.com
42       - name : "Napster"
43         url  : http://www.napster.com
44       - name : "Capitol Advantage"
45         url  : http://capitoladvantage.com/
46       - name : "Tamarou"
47         url  : http://www.tamarou.com
48       - name : "Cloudtone Studios"
49         url  : http://cloudtone.ca/
50       - name : "Endeworks"
51         url  : http://www.endeworks.jp/
52       - name : "net-a-porter.com"
53         url  : http://www.net-a-porter.com
54       - name : "Shopzilla / BizRate"
55         url  : http://www.shopzilla.com/
56       - name : "SimplyClick"
57         url  : http://www.simplyclick.net/
58       - name : "MedTouch"
59         url  : http://medtouch.com/
60       - name : "MusicBrainz"
61         url  : http://musicbrainz.org/
62       - name : "Current TV"
63         url  : http://www.current.com/
64       - name : "The Genome Center at Washington University"
65         url  : http://genome.wustl.edu/
66       - name : "Bioinformatics Group at University College London (UCL)"
67         url  : http://bioinf.cs.ucl.ac.uk/
68 - name     : download
69   template : download.tt
70   outfile  : download.html
71   data     :
72     CPAN:
73       - name : Moose
74         url  : http://search.cpan.org/dist/Moose/
75       - name : Class::MOP
76         url  : http://search.cpan.org/dist/Class-MOP/
77       - name : Task::Moose
78         url  : http://search.cpan.org/dist/Task-Moose/
79       - name : Task::Kensho
80         url  : http://search.cpan.org/dist/Task-Kensho/
81       - name : MooseX::*
82         url  : http://search.cpan.org/search?query=MooseX&mode=dist
83     git:
84       public   : git://git.moose.perl.org/Moose.git
85       commiter : gitmo@git.moose.perl.org:Moose.git
86       web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
87       github   : http://github.com/nothingmuch/moose
88 - name     : support
89   template : support.tt
90   outfile  : support.html
91   data     :
92     irc :
93       - '#moose@irc.perl.org'
94       - '#moose-dev@irc.perl.org'
95     mailing_list :
96       address : moose@perl.org
97       archive : http://news.gmane.org/gmane.comp.lang.perl.moose
98     misc :
99       - name : textmate bundle
100         url  : http://github.com/perigrin/perl-moose.tmbundle
101       - name : quickref card
102         url  : http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
103 - name     : articles
104   template : articles.tt
105   outfile  : articles.html
106   data     :
107     - year     : 2010
108       articles :
109         - url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
110           title :
111             en : Moose 1.00 is Released
112         - url   : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
113           title :
114             en : chromatic talks about Class::MOP in relation to his Modern Perl book
115         - url   : http://chris.prather.org/been-there-done-that.md.html
116           title :
117             en : Chris Prather discusses Moose and the Modern Perl movement
118         - url   : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
119           title :
120             en : chromatic discusses how Moose helps you write more correct code
121     - year     : 2009
122       articles :
123         - url   : http://chris.prather.org/a-little-bit-of-history.md.html
124           title :
125             en : "Chris Prather compares MooseX::Declare to Simula 67"
126         - url   : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
127           title :
128             en : "Stevan Little explains why you should make your Moose classes immutable"
129         - url   : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
130           title :
131             en : Florian Ragwitz uses parameterized roles with MooseX::Declare
132         - url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
133           title :
134             en : "David McLaughlin experiments with extending Moose for MooseX::ChainedAccessors"
135         - url   :  http://blog.sartak.org/2009/05/parameterized-roles.html
136           title :
137             en : "Shawn M Moore explains parameterized roles"
138         - url   :  http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
139           title :
140             en : "John Napiorkowski lists ten great things about Moose"
141         - url   : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
142           title :
143             en : "Jay Shirley dotes on MooseX::MultiMethods"
144         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
145           title :
146             en : "chromatic contrasts roles and duck-typing"
147         - url   : http://use.perl.org/~Ovid/journal/38885
148           title :
149             en : "Ovid discusses role problems and possible solutions"
150         - url   : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
151           title :
152             en : "Sam Crawley summarizes his experience with roles"
153         - url   : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
154           title :
155             en : "Shawn M Moore discusses Perl::Critic for Moose and linting with the MOP"
156         - url   : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
157           title :
158             en : "Yanick Champoux meddles with extending Moose attributes"
159         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
160           title :
161             en : "chromatic contrasts roles and inheritance"
162         - url   : http://use.perl.org/~Ovid/journal/38880
163           title :
164             en : "Ovid lists some best practices for role-based refactoring"
165         - url   : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
166           title :
167             en : "Chris Prather justifies each of Moose's dependencies"
168         - url   : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
169           title :
170             en : "Bruno Vecchi praises Moose for making his protein analysis code easier"
171         - url   : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
172           title :
173             en : "Shawn M Moore explains role composition and some bumps in the Moose design process"
174         - url   : http://use.perl.org/~Ovid/journal/38863
175           title :
176             en : "Ovid praises roles and their happy acceptance at the BBC"
177         - url   : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
178           title :
179             en : "Florian Ragwitz walks through the marriage of MooseX::Types with Lexical::Types"
180         - url   : http://use.perl.org/~Ovid/journal/38862
181           title :
182             en : "Ovid eschews inheritance in favor of roles"
183         - url   : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
184           title :
185             en : "chromatic on The Why of Perl Roles"
186         - url   : http://chris.prather.org/why-moose-is-post-modern.html
187           title :
188             en : "Chris Prather rationalizes Moose's \"post modern\" label"
189         - url   : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
190           title :
191             en : "John Napiorkowski on why he uses Moose"
192         - url   : http://www.catalyzed.org/2009/04/catalyst-58-released.html
193           title :
194             en : "Tomas Doran interview about the new Moose-based Catalyst"
195         - url   : http://use.perl.org/~Ovid/journal/38785
196           title :
197             en : "Ovid praises role-based refactoring"
198         - url   : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
199           title :
200             en : "Dave Rolsky's post-mortem on his Moose documentation grant"
201         - url   : http://use.perl.org/~acme/journal/38554?from=rss
202           title :
203             en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
204     - year     : 2008
205       articles :
206         - url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
207           title :
208             en : "chomatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
209         - url   : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
210           title :
211             en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
212         - url   : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
213           title :
214             en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
215         - url   : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
216           title :
217             en : "trombik writes an introduction to Moose in Japanese"
218         - url   : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
219           title :
220             en : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
221     - year     : 2007
222       articles :
223         - url   : http://avatraxiom.livejournal.com/70947.html
224           title :
225             en : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
226         - url   : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
227           title :
228             en : "Larry mentioned Moose in 2007's State of the Onion speech"
229         - title :
230             en : "Matt Trout (of DBIx::Class and Catalyst fame) wrote a nice series of articles on designing Devel::REPL using Moose."
231           articles :
232             - url   : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
233               title :
234                 en : "Writing a perl read-eval-print loop (REPL) - part 1"
235             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
236               title :
237                 en : "Writing a perl REPL part 2 - a history plugin"
238             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
239               title :
240                 en : "Writing a perl REPL part 3 - lexical environments"
241             - url   : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
242               title :
243                 en : "Devel::REPL part 4 - script options, rc files and profiles"
244         - title :
245             en : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
246           articles :
247             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
248               title :
249                 en : "The Moose is Flying (part 1) (LinuxMag)"
250             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
251               title :
252                 en : "The Moose is Flying (part 2) (LinuxMag)"
253     - year     : 2006
254       articles :
255         - title :
256             en : Class::MOP Review (OnLAMP)
257           url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
258 - name     : presentations
259   template : presentations.tt
260   outfile  : presentations.html
261   data     :
262     - year          : 2010
263       presentations :
264         - title :
265             en : Stevan Little's talk at OPW
266           url   : http://iinteractive.com/moose/hosted-presentations/2010/stevan_OPW/index.html
267           video : http://www.presentingperl.org/opw2010/untitled-no-12/
268         - title :
269             en : Drew Stephens gives a lighting talk on Moose at SHDH 36
270           url   : http://www.slideshare.net/dinomite/learning-moose-lightning
271           video : http://www.youtube.com/watch?v=wGGDPATfsfo&NR=1
272     - year          : 2009
273       presentations :
274         - url   : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
275           title :
276             en : Mike Whitaker's Intro to Moose at Italian Perl Workshop
277         - url   : http://sartak.org/talks/frozen-perl-2009/moose/
278           title :
279             en : "Shawn M Moore's Intro to Moose at Frozen Perl"
280         - url   : http://iinteractive.com/moose/hosted-presentations/2009/e-lamp/perl-great-lannguages.xul
281           title :
282             en : "Stevan Little's talk at Nashville E-Lamp"
283         - url   : http://yapc10.org/yn2009/talk/2047
284           title :
285             en : "Dave Rolsky's Introduction to Moose master class at YAPC::NA 2009 (delivered by Shawn Moore and Jonathan Rockway)"
286         - url   : http://yapc10.org/yn2009/talk/1967
287           title :
288             en : "Devin Austin's Intro to Moose at YAPC::NA 2009"
289         - url   : http://sartak.org/talks/yapc-na-2009/extending-moose/extending-moose.pdf
290           title :
291             en : "Shawn Moore's Extending Moose for Applications at YAPC::NA 2009"
292         - url   : http://iinteractive.com/moose/hosted-presentations/2009/YAPC-NA/moose.xul
293           title :
294             en : "Stevan Little's To Moose or Not To Moose at YAPC::NA 2009"
295         - url   : http://yapc10.org/yn2009/talk/1984
296           title :
297             en : "Hans Dieter Pearcey's Code Reuse with Moose at YAPC::NA 2009"
298         - url   : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
299           title :
300             en : "Cory Watson's Moose for Managers at YAPC::NA 2009"
301         - url   : http://yapceurope2009.org/ye2009/talk/2096
302           title :
303             en : "Yuval Kogman's Meta Moose at YAPC::EU 2009"
304         - url   : http://yapceurope2009.org/ye2009/talk/2273
305           title :
306             en : "Yuval Kogman's Moose Workshop at YAPC::EU 2009"
307         - url   : http://conferences.yapcasia.org/ya2009/talk/2192
308           title :
309             en : "Shawn Moore's Moose master class at YAPC::Asia 2009"
310         - url   : http://conferences.yapceurope.org/ipw2009/talk/2371
311           title :
312             en : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
313         - url   : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
314           title :
315             en : "franck cuny's Introduction to Moose at the France OSDC"
316         - url   : http://www.perlworkshop.no/npw2009/talk/1901
317           title :
318             en : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
319         - url   : http://perloasis.org/opw2009/talk/1702
320           title :
321             en : "Cory Watson's Moose for Managers at the Perl Oasis"
322         - url   : http://perloasis.org/opw2009/talk/1701
323           title :
324             en : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
325     - year          : 2008
326       presentations :
327         - url   : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
328           title :
329             en : "Mike Whitaker's Into to Moose at the London Perl Workshop"
330         - url   : http://iinteractive.com/moose/hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
331           title :
332             en : "sunnavy's Moose talk at Beijing Perl Workshop"
333         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose.xul
334           title :
335             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
336         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose-manager.xul
337           title :
338             en : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
339         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-OSCON/moose.xul
340           title :
341             en : "Stevan Little's Moose talk at OSCON"
342         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
343           title :
344             en : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
345         - title :
346             en : "Yuval Kogman's Practical Moose at YAPC::Asia"
347           url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
348           video : http://conferences.yapcasia.org/ya2008/talk/1017
349         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-YAPC-NA.pdf
350           title :
351             en : "Stevan Little's Moose talk at YAPC::NA"
352         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
353           title :
354             en : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
355     - year          : 2007
356       presentations :
357         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/roles/roles.xul
358           title :
359             en : "Stevan Little's Horizontal Reuse with Moose::Role at Pittsburgh Perl Workshop"
360         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/moose/start.html
361           title :
362             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
363         - url   : http://iinteractive.com/moose/hosted-presentations/2007/nothingmuch-YAPC-EU/slides/start.html
364           title :
365             en : "Yuval Kogman's Object Meta Programming at YAPC::EU"
366     - year          : 2006
367       presentations :
368         - title :
369             en : Stevan Little's Moose talk at YAPC::NA
370           url   : http://iinteractive.com/moose/hosted-presentations/2006/stevan_YAPC/start.html
371         - title :
372             en : Sam Vilain's Moose talk at OSDC Melbourne
373           url   : http://utsl.gen.nz/talks/moose/start.htm
374     - year          : Perl Mongers Groups
375       presentations :
376         - url   : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
377           title :
378             en : "Ovid's Refactoring with Roles at London.pm"
379         - url   : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
380           title :
381             en : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
382         - url   : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
383           title :
384             en : "Piers Cawley's MooseX::Declare talk at London.pm (video)"
385         - url   : http://www.slideshare.net/dtreder/moose-527243
386           title :
387             en : "Doug Treder's Moose talk at Seattle Perl Users Group"
388         - url   : http://www.slideshare.net/hakobe/moose
389           title :
390             en : "hakobe's Moose presentation at Kansai.pm"
391         - url   : http://iinteractive.com/moose/hosted-presentations/2008/notbenh-PDX.xul
392           title :
393             en : "Ben Hengst's Moose talk at PDX.pm"
394           podcast : http://pdxpm.podasp.com/archive.html
395         - url   : http://chris.prather.org/talks/moose-intro-mpls/
396           title :
397             en : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
398         - url   : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
399           title :
400             en : "Robert Boone's Moose talk at Houston.pm"
401
402
403
404
405
406
407
408
409
410
411
412