04b14c0fb8a0b85fefb401582faf63f5eda852c3
[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 - name     : download
9   template : download.tt
10   outfile  : download.html
11   data     :
12     CPAN:
13       - name : Moose
14         url  : http://search.cpan.org/dist/Moose/
15       - name : Class::MOP
16         url  : http://search.cpan.org/dist/Class-MOP/
17       - name : Task::Moose
18         url  : http://search.cpan.org/dist/Task-Moose/
19       - name : Task::Kensho
20         url  : http://search.cpan.org/dist/Task-Kensho/
21       - name : MooseX::*
22         url  : http://search.cpan.org/search?query=MooseX&mode=dist
23     git:
24       public   : git://git.moose.perl.org/Moose.git
25       commiter : gitmo@git.moose.perl.org:Moose.git
26       web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
27 - name     : articles
28   template : articles.tt
29   outfile  : articles.html
30   data     :
31     - year     : 2010
32       articles :
33           - title : Moose 1.00 is Released
34             url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
35     - year     : 2009
36       articles : []
37     - year     : 2008
38       articles : []
39     - year     : 2007
40       articles : []
41     - year     : 2006
42       articles : []
43