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