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