more stuff
[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 : "BBC"
33         url  : http://www.bbc.co.uk
34       - name : "Hearst Corporation"
35         url  : ''
36       - name : "Omni Hotels"
37         url  : http://www.omnihotels.com
38       - name : "SocialText"
39         url  : http://www.socialtext.com
40       - name : "Napster"
41         url  : ''
42       - name : "Open Data"
43         url  : ''
44       - name : "Capitol Advantage"
45         url  : ''
46       - name : "Tamarou"
47         url  : http://www.tamarou.com
48       - name : "Cloudtone Studios"
49         url  : ''
50       - name : "Endeworks"
51         url  : ''
52       - name : "net-a-porter.com"
53         url  : http://www.net-a-porter.com
54       - name : "Shopzilla / BizRate"
55         url  : ''
56       - name : "SimplyClick"
57         url  : ''
58       - name : "MedTouch"
59         url  : ''
60       - name : "MusicBrainz"
61         url  : ''
62       - name : "Current TV"
63         url  : ''
64       - name : "The Genome Center at Washington University"
65         url  : ''
66       - name : "Bioinformatics Group at University College London (UCL)"
67         url  : ''
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 - name     : support
88   template : support.tt
89   outfile  : support.html
90   data     :
91     irc :
92       - '#moose@irc.perl.org'
93       - '#moose-dev@irc.perl.org'
94     mailing_list :
95       address : moose@perl.org
96       archive : http://news.gmane.org/gmane.comp.lang.perl.moose
97     training :
98       - name : Infinity Interactive
99         url  : http://www.iinteractive.com/moose/training
100       - name : Shadowcat Systems
101         url  : http://www.shadowcat.co.uk/training
102       - name : Dave Rolsky, Inc.
103         url  : http://www.rolsky.com/training_the_moose
104     consulting :
105       - name : Infinity Interactive
106         url  : http://www.iinteractive.com/moose/consulting
107       - name : Shadowcat Systems
108         url  : http://www.shadowcat.co.uk/consulting
109     misc :
110       - name : textmate bundle
111         url  : http://github.com/perigrin/perl-moose.tmbundle
112       - name : quickref card
113         url  : http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
114 - name     : articles
115   template : articles.tt
116   outfile  : articles.html
117   data     :
118     - year     : 2010
119       articles :
120           - title : Moose 1.00 is Released
121             url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
122     - year     : 2009
123       articles :
124           - title : David McLaughlin experiments with extending Moose for MooseX::ChainedAccessors
125             url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
126           - title : Shawn M Moore explains parameterized roles
127             url   : http://blog.sartak.org/2009/05/parameterized-roles.html
128     - year     : 2008
129       articles :
130           - title : chomatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article
131             url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
132     - year     : 2007
133       articles :
134           - title : Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose
135             url   : http://avatraxiom.livejournal.com/70947.html
136     - year     : 2006
137       articles :
138           - title : Class::MOP Review (OnLAMP)
139             url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
140
141
142
143
144
145
146
147
148
149
150
151
152
153