root/trunk/Vanilla/config.yaml @ 911

Revision 911, 5.3 kB (checked in by bsmith, 16 months ago)

adding config.yaml -- whoops! should have committed this last week

Line 
1name:           Vanilla Template Sets
2id:             vanilla-template-sets
3key:            vanilla-template-sets
4description:    The simplest Movable Type templates in HTML 1.0
5version:        1.0
6author_name:    Beau Smith
7author_link:    http://www.beausmith.com/mt/
8plugin_link:    http://www.beausmith.com/mt/plugins/vanilla
9
10template_sets:
11    vanilla:
12        label: 'Vanilla (Homepage & Entries)'
13        base_path: 'templates/vanilla'
14        order: 500
15        templates:
16            index:
17                home:
18                    label: Homepage
19                    outfile: index.html
20                    rebuild_me: 1
21            individual:
22                entry:
23                    label: Entry
24                    mappings:
25                        entry_archive:
26                            archive_type: Individual
27            module:
28                wrapper:
29                    label: Wrapper
30    vanilla_archives:
31        label: 'Vanilla + Archives'
32        base_path: 'templates/vanilla+archives'
33        order: 502
34        templates:
35            index:
36                home:
37                    label: Homepage
38                    outfile: index.html
39                    rebuild_me: 1
40                archives:
41                    label: Archives
42                    outfile: archives.html
43                    rebuild_me: 1
44            individual:
45                entry:
46                    label: Entry
47                    mappings:
48                        entry_archive:
49                            archive_type: Individual
50            archive:
51                entry_listing:
52                    label: Entry Listing
53                    mappings:
54                        monthly:
55                            archive_type: Monthly
56                        category:
57                            archive_type: Category
58                        category-monthly:
59                            archive_type: Category-Monthly
60                        author:
61                            archive_type: Author
62            module:
63                wrapper:
64                    label: Wrapper
65    vanilla_pages:
66        label: 'Vanilla + Pages & Folders'
67        base_path: 'templates/vanilla+pages'
68        order: 503
69        templates:
70            index:
71                home:
72                    label: Homepage
73                    outfile: index.html
74                    rebuild_me: 1
75            individual:
76                entry:
77                    label: Entry
78                    mappings:
79                        entry_archive:
80                            archive_type: Individual
81            page:
82                page:
83                    label: Page
84                    mappings:
85                        page_archive:
86                            archive_type: Page
87            module:
88                wrapper:
89                    label: Wrapper
90    vanilla_authentication:
91        label: 'Vanilla + Authentication'
92        base_path: 'templates/vanilla+authentication'
93        order: 504
94        templates:
95            index:
96                home:
97                    label: Homepage
98                    outfile: index.html
99                    rebuild_me: 1
100#     * Userpics
101                javascript:
102                    label: JavaScript
103                    outfile: mt.js
104                    rebuild_me: 1
105            module:
106                wrapper:
107                    label: Wrapper
108    vanilla_authentication_comments:
109        label: 'Vanilla + Authentication & Comments'
110        base_path: 'templates/vanilla+authentication+comments'
111        order: 505
112        templates:
113            index:
114                home:
115                    label: Homepage
116                    outfile: index.html
117                    rebuild_me: 1
118                javascript:
119                    label: JavaScript
120                    outfile: mt.js
121                    rebuild_me: 1
122            individual:
123                entry:
124                    label: Entry
125                    mappings:
126                        entry_archive:
127                            archive_type: Individual
128#     * Comments (with Reply links)
129#     * Userpics
130            module:
131                wrapper:
132                    label: Wrapper
133            system:
134                comment_preview:
135                    label: Comment Preview
136                comment_response:
137                    label: Comment Response
138
139
140# 2. Authentication
141#     * TrackBacks
142#     vanilla_trackbacks:
143#         label: 'Vanilla - Homepage + Entries'
144#         base_path: 'templates/vanilla'
145#         order: 100
146#         templates:
147#
148
149# 4. Organization
150#     * Categories
151#     * Tags
152
153# 6. Rating
154#     * 1
155#     * 5 Star
156#     * -1, 0, 1
157
158# 7. Create Entry
159#     * category selector
160
161# 8. Profiles
162#     * Friending
163
164# 9. YUI Template
165
166# 3. Rating
167#     * 1
168#     * 5 Star
169#     * -1, 0, 1
170#     vanilla:
171#         label: 'Vanilla - Homepage + Entries'
172#         base_path: 'templates/vanilla'
173#         order: 100
174#         templates:
175#
176# 4. Create Entry
177#     * category selector
178#     vanilla:
179#         label: 'Vanilla - Homepage + Entries'
180#         base_path: 'templates/vanilla'
181#         order: 100
182#         templates:
183#
184# 5. Profiles
185#     *Friending
186#     vanilla:
187#         label: 'Vanilla - Homepage + Entries'
188#         base_path: 'templates/vanilla'
189#         order: 100
190#         templates:
Note: See TracBrowser for help on using the browser.