getting there, now just need to fill out the rest of the content
[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 : "Symatec"
13         url  : http://www.symatec.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     training :
99       - name : Infinity Interactive
100         url  : http://www.iinteractive.com/moose/training
101       - name : Shadowcat Systems
102         url  : http://www.shadowcat.co.uk/training
103       - name : Dave Rolsky, Inc.
104         url  : http://www.rolsky.com/training_the_moose
105     consulting :
106       - name : Infinity Interactive
107         url  : http://www.iinteractive.com/moose/consulting
108       - name : Shadowcat Systems
109         url  : http://www.shadowcat.co.uk/consulting
110     misc :
111       - name : textmate bundle
112         url  : http://github.com/perigrin/perl-moose.tmbundle
113       - name : quickref card
114         url  : http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
115 - name     : articles
116   template : articles.tt
117   outfile  : articles.html
118   data     :
119     - year     : 2010
120       articles :
121         - url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
122           title : Moose 1.00 is Released
123         - url   : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
124           title : chromatic talks about Class::MOP in relation to his Modern Perl book
125         - url   : http://chris.prather.org/been-there-done-that.md.html
126           title : Chris Prather discusses Moose and the Modern Perl movement
127         - url   : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
128           title : chromatic discusses how Moose helps you write more correct code
129     - year     : 2009
130       articles :
131         - url   : http://chris.prather.org/a-little-bit-of-history.md.html
132           title : "Chris Prather compares MooseX::Declare to Simula 67"
133         - url   : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
134           title : "Stevan Little explains why you should make your Moose classes immutable"
135         - url   : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
136           title : Florian Ragwitz uses parameterized roles with MooseX::Declare
137         - url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
138           title : "David McLaughlin experiments with extending Moose for MooseX::ChainedAccessors"
139         - url   :  http://blog.sartak.org/2009/05/parameterized-roles.html
140           title : "Shawn M Moore explains parameterized roles"
141         - url   :  http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
142           title : "John Napiorkowski lists ten great things about Moose"
143         - url   : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
144           title : "Jay Shirley dotes on MooseX::MultiMethods"
145         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
146           title : "chromatic contrasts roles and duck-typing"
147         - url   : http://use.perl.org/~Ovid/journal/38885
148           title : "Ovid discusses role problems and possible solutions"
149         - url   : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
150           title : "Sam Crawley summarizes his experience with roles"
151         - url   : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
152           title : "Shawn M Moore discusses Perl::Critic for Moose and linting with the MOP"
153         - url   : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
154           title : "Yanick Champoux meddles with extending Moose attributes"
155         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
156           title : "chromatic contrasts roles and inheritance"
157         - url   : http://use.perl.org/~Ovid/journal/38880
158           title : "Ovid lists some best practices for role-based refactoring"
159         - url   : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
160           title : "Chris Prather justifies each of Moose's dependencies"
161         - url   : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
162           title : "Bruno Vecchi praises Moose for making his protein analysis code easier"
163         - url   : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
164           title : "Shawn M Moore explains role composition and some bumps in the Moose design process"
165         - url   : http://use.perl.org/~Ovid/journal/38863
166           title : "Ovid praises roles and their happy acceptance at the BBC"
167         - url   : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
168           title : "Florian Ragwitz walks through the marriage of MooseX::Types with Lexical::Types"
169         - url   : http://use.perl.org/~Ovid/journal/38862
170           title : "Ovid eschews inheritance in favor of roles"
171         - url   : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
172           title : "chromatic on The Why of Perl Roles"
173         - url   : http://chris.prather.org/why-moose-is-post-modern/
174           title : "Chris Prather rationalizes Moose's \"post modern\" label"
175         - url   : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
176           title : "John Napiorkowski on why he uses Moose"
177         - url   : http://www.catalyzed.org/2009/04/catalyst-58-released.html
178           title : "Tomas Doran interview about the new Moose-based Catalyst"
179         - url   : http://use.perl.org/~Ovid/journal/38785
180           title : "Ovid praises role-based refactoring"
181         - url   : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
182           title : "Dave Rolsky's post-mortem on his Moose documentation grant"
183         - url   : http://blog.jrock.us/articles/Unshortening%20URLs%20with%20Modern%20Perl.pod
184           title : "Jonathan Rockway uses many modern Moose extensions exemplifying Modern Perl"
185         - url   : http://use.perl.org/~acme/journal/38554?from=rss
186           title : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
187     - year     : 2008
188       articles :
189         - url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
190           title : "chomatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
191         - url   : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
192           title : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
193         - url   : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
194           title : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
195         - url   : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
196           title : "trombik writes an introduction to Moose in Japanese"
197         - url   : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
198           title : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
199     - year     : 2007
200       articles :
201         - url   : http://avatraxiom.livejournal.com/70947.html
202           title : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
203         - url   : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
204           title : "Larry mentioned Moose in 2007's State of the Onion speech"
205         - title    : "Matt Trout (of DBIx::Class and Catalyst fame) wrote a nice series of articles on designing Devel::REPL using Moose."
206           articles :
207             - url   : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
208               title : "Writing a perl read-eval-print loop (REPL) - part 1"
209             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
210               title : "Writing a perl REPL part 2 - a history plugin"
211             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
212               title : "Writing a perl REPL part 3 - lexical environments"
213             - url   : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
214               title : "Devel::REPL part 4 - script options, rc files and profiles"
215         - url   : http://foo-magazin.de/#d18
216           title : "$foo Perl Magazine Winter 2007 has a Moose article"
217         - title    : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
218           articles :
219             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
220               title : "The Moose is Flying (part 1) (LinuxMag)"
221             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
222               title : "The Moose is Flying (part 2) (LinuxMag)"
223
224     - year     : 2006
225       articles :
226         - title : Class::MOP Review (OnLAMP)
227           url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
228 - name     : presentations
229   template : presentations.tt
230   outfile  : presentations.html
231   data     :
232     - year          : 2010
233       presentations :
234         - title : Stevan Little's talk at OPW
235           url   : http://iinteractive.com/moose/hosted-presentations/2009/Untitled-12-slides/index.html
236           video :
237         - title : Drew Stephens gives a lighting talk on Moose at SHDH 36
238           url   : http://www.slideshare.net/dinomite/learning-moose-lightning
239           video : http://www.youtube.com/watch?v=wGGDPATfsfo&NR=1
240     - year          : 2009
241       presentations :
242         - url   : http://sartak.org/talks/frozen-perl-2009/moose/
243           title : "Shawn M Moore's Intro to Moose at Frozen Perl"
244         - url   : http://yapc10.org/yn2009/talk/2047
245           title : "Dave Rolsky's Introduction to Moose master class at YAPC::NA 2009 (delivered by Shawn Moore and Jonathan Rockway)"
246         - url   : http://yapc10.org/yn2009/talk/1967
247           title : "Devin Austin's Intro to Moose at YAPC::NA 2009"
248         - url   : http://sartak.org/talks/yapc-na-2009/extending-moose/
249           title : "Shawn Moore's Extending Moose for Applications at YAPC::NA 2009"
250         - url   : http://yapc10.org/yn2009/talk/1941
251           title : "Stevan Little's To Moose or Not To Moose at YAPC::NA 2009"
252         - url   : http://yapc10.org/yn2009/talk/1984
253           title : "Hans Dieter Pearcey's Code Reuse with Moose at YAPC::NA 2009"
254         - url   : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
255           title : "Cory Watson's Moose for Managers at YAPC::NA 2009"
256         - url   : http://yapceurope2009.org/ye2009/talk/2096
257           title : "Yuval Kogman's Meta Moose at YAPC::EU 2009"
258         - url   : http://yapceurope2009.org/ye2009/talk/2273
259           title : "Yuval Kogman's Moose Workshop at YAPC::EU 2009"
260         - url   : http://conferences.yapcasia.org/ya2009/talk/2192
261           title : "Shawn Moore's Moose master class at YAPC::Asia 2009"
262         - url   : http://conferences.yapceurope.org/ipw2009/talk/2371
263           title : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
264         - url   : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
265           title : "franck cuny's Introduction to Moose at the France OSDC"
266         - url   : http://www.perlworkshop.no/npw2009/talk/1901
267           title : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
268         - url   : http://perloasis.org/opw2009/talk/1702
269           title : "Cory Watson's Moose for Managers at the Perl Oasis"
270         - url   : http://perloasis.org/opw2009/talk/1701
271           title : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
272     - year          : 2008
273       presentations :
274         - url   : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
275           title : "Mike Whitaker's Into to Moose at the London Perl Workshop"
276         - url   : hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
277           title : "sunnavy's Moose talk at Beijing Perl Workshop"
278         - url   : hosted-presentations/2008/stevan-PPW/moose.xul
279           title : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
280         - url   : hosted-presentations/2008/stevan-PPW/moose-manager.xul
281           title : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
282         - url   : hosted-presentations/2008/stevan-OSCON/moose.xul
283           title : "Stevan Little's Moose talk at OSCON"
284         - url   : hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
285           title : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
286         - title : "Yuval Kogman's Practical Moose at YAPC::Asia (video)"
287           url   : hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
288           video : http://conferences.yapcasia.org/ya2008/talk/1017
289         - url   : hosted-presentations/2008/stevan-YAPC-NA.pdf
290           title : "Stevan Little's Moose talk at YAPC::NA"
291         - url   : hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
292           title : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
293     - year          : 2007
294       presentations :
295         - url   : hosted-presentations/2007/stevan-PPW/roles.xul
296           title : "Stevan Little's Horizontal Reuse with Moose::Role at Pittsburgh Perl Workshop"
297         - url   : ppw_moose_slides/start.html
298           title : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
299         - url   : hosted-presentations/2007/nothingmuch-YAPC-EU
300           title : "Yuval Kogman's Object Meta Programming at YAPC::EU"
301         - url   : yapc_eu_2007_slides/start.html
302           title : "Stevan Little's Moose talk at YAPC::EU"
303     - year          : 2006
304       presentations :
305         - title : Stevan Little's Moose talk at YAPC::NA
306           url   : http://www.iinteractive.com/moose/slides/start.html
307         - title : Sam Vilain's Moose talk at OSDC Melbourne
308           title : http://utsl.gen.nz/talks/moose/start.htm
309     - year          : Perl Mongers Groups
310       presentations :
311         - url   : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
312           title : "Ovid's Refactoring with Roles at London.pm"
313         - url   : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
314           title : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
315         - url   : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
316           title : "Piers Cawley's MooseX::Declare talk at London.pm (video)"
317         - url   : http://www.slideshare.net/dtreder/moose-527243
318           title : "Doug Treder's Moose talk at Seattle Perl Users Group"
319         - url   : http://www.slideshare.net/hakobe/moose
320           title : "hakobe's Moose presentation at Kansai.pm"
321         - url     : hosted-presentations/2008/notbenh-PDX.xul
322           title   : "Ben Hengst's Moose talk at PDX.pm"
323           podcast : http://pdxpm.podasp.com/archive.html
324         - url   : http://chris.prather.org/talks/moose-intro-mpls/
325           title : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
326         - url   : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
327           title : "Robert Boone's Moose talk at Houston.pm"
328         - url   : perl_ny_seminar_slides/start.html
329           title : "Stevan Little's Moose talk at Perl Seminar, NY"
330
331
332
333
334
335
336
337
338
339
340
341