root/trunk/Vanilla/config.yaml @ 929

Revision 929, 9.7 kB (checked in by bsmith, 16 months ago)

Adding Vanilla+Assets

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
13        base_path: templates/vanilla
14        order: 501
15        notes:
16            - Lastn entries on Homepage
17            - Entry Detail
18        templates:
19            index:
20                home:
21                    label: Homepage
22                    outfile: index.html
23                    rebuild_me: 1
24            individual:
25                entry:
26                    label: Entry
27                    mappings:
28                        entry_archive:
29                            archive_type: Individual
30            module:
31                wrapper:
32                    label: Wrapper
33    vanilla_archives:
34        label: Vanilla + Archives
35        base_path: templates/vanilla+archives
36        notes:
37            - Base homepage & entries
38            - Archive Index
39            - Archives: Monthly, Author, Category and Category-Monthly
40            - Navigation w/ Category-Monthly links on Category Archives
41        order: 502
42        templates:
43            index:
44                home:
45                    label: Homepage
46                    outfile: index.html
47                    rebuild_me: 1
48                archives:
49                    label: Archives
50                    outfile: archives.html
51                    rebuild_me: 1
52            individual:
53                entry:
54                    label: Entry
55                    mappings:
56                        entry_archive:
57                            archive_type: Individual
58            archive:
59                entry_listing:
60                    label: Entry Listing
61                    mappings:
62                        monthly:
63                            archive_type: Monthly
64                        category:
65                            archive_type: Category
66                        category-monthly:
67                            archive_type: Category-Monthly
68                        author:
69                            archive_type: Author
70            module:
71                wrapper:
72                    label: Wrapper
73    vanilla_pages:
74        label: Vanilla + Pages
75        base_path: templates/vanilla+pages
76        notes:
77            - Base homepage & entries
78            - Pages
79            - Navigation including Pages
80        order: 503
81        templates:
82            index:
83                home:
84                    label: Homepage
85                    outfile: index.html
86                    rebuild_me: 1
87            individual:
88                entry:
89                    label: Entry
90                    mappings:
91                        entry_archive:
92                            archive_type: Individual
93            page:
94                page:
95                    label: Page
96                    mappings:
97                        page_archive:
98                            archive_type: Page
99            module:
100                wrapper:
101                    label: Wrapper
102    vanilla_authentication:
103        label: Vanilla + Authentication & Userpics
104        base_path: templates/vanilla+authentication
105        notes:
106            - En/disable userpics in javascript
107            - Use of community "edit profile" script is necessary to add userpics. The "edit profile" page assumes that you are using profiles and thus links to "view profile" screen. If using profiles is not desired, the "view profile" link can be removed from the "Profile Edit" Global System Template.
108        order: 504
109        templates:
110            index:
111                home:
112                    label: Homepage
113                    outfile: index.html
114                    rebuild_me: 1
115                javascript:
116                    label: JavaScript
117                    outfile: mt.js
118                    rebuild_me: 1
119            module:
120                wrapper:
121                    label: Wrapper
122    vanilla_comments:
123        label: Vanilla + Comments
124        base_path: templates/vanilla+comments
125        notes:
126            - Authentication
127            - Comments
128            - Comment reply links
129            - Comment Preview
130            - Comment Response
131        order: 505
132        templates:
133            index:
134                home:
135                    label: Homepage
136                    outfile: index.html
137                    rebuild_me: 1
138                javascript:
139                    label: JavaScript
140                    outfile: mt.js
141                    rebuild_me: 1
142            individual:
143                entry:
144                    label: Entry
145                    mappings:
146                        entry_archive:
147                            archive_type: Individual
148            module:
149                wrapper:
150                    label: Wrapper
151            system:
152                comment_preview:
153                    label: Comment Preview
154                comment_response:
155                    label: Comment Response
156    vanilla_comments_userpics:
157        label: Vanilla + Comments w/ Userpics
158        base_path: templates/vanilla+authentication+comments+userpics
159        notes:
160            - Authentication w/ userpic
161            - Comments w/ userpics
162            - Comment reply links
163            - Comment Preview
164            - Comment Response
165            - En/disable userpics in javascript
166            - Use of community "edit profile" script is necessary to add userpics. The "edit profile" page assumes that you are using profiles and thus links to "view profile" screen. If using profiles is not desired, the "view profile" link can be removed from the "Profile Edit" Global System Template.
167        order: 506
168        templates:
169            index:
170                home:
171                    label: Homepage
172                    outfile: index.html
173                    rebuild_me: 1
174                javascript:
175                    label: JavaScript
176                    outfile: mt.js
177                    rebuild_me: 1
178            individual:
179                entry:
180                    label: Entry
181                    mappings:
182                        entry_archive:
183                            archive_type: Individual
184            module:
185                wrapper:
186                    label: Wrapper
187            system:
188                comment_preview:
189                    label: Comment Preview
190                comment_response:
191                    label: Comment Response
192    vanilla_create_entry:
193        label: Vanilla + Create Entry
194        base_path: templates/vanilla+create-entry
195        notes:
196            - Authentication
197            - Create Entry
198            - Entry Response
199        order: 507
200        templates:
201            index:
202                home:
203                    label: Homepage
204                    outfile: index.html
205                    rebuild_me: 1
206                create-entry:
207                    label: Create Entry
208                    outfile: create-entry.html
209                    rebuild_me: 1
210                javascript:
211                    label: JavaScript
212                    outfile: mt.js
213                    rebuild_me: 1
214            individual:
215                entry:
216                    label: Entry
217                    mappings:
218                        entry_archive:
219                            archive_type: Individual
220            module:
221                wrapper:
222                    label: Wrapper
223            system:
224                entry_response:
225                    label: Entry Response
226    vanilla_search_tags:
227        label: Vanilla + Search & Tags
228        base_path: templates/vanilla+search+tags
229        order: 508
230        notes:
231            - Tag Cloud and Search Form on Homepage
232            - Entry Detail
233            - Page Detail
234            - Search Results Template
235        templates:
236            index:
237                home:
238                    label: Homepage
239                    outfile: index.html
240                    rebuild_me: 1
241                javascript:
242                    label: Javascript
243                    outfile: mt.js
244                    rebuild_me: 1
245            individual:
246                entry:
247                    label: Entry
248                    mappings:
249                        entry_archive:
250                            archive_type: Individual
251            page:
252                page:
253                    label: Page
254                    mappings:
255                        page_archive:
256                            archive_type: Page
257            module:
258                wrapper:
259                    label: Wrapper
260            system:
261                search_results:
262                    label: Search Results
263    vanilla_assets:
264        label: Vanilla + Assets
265        base_path: templates/vanilla+assets
266        order: 509
267        notes:
268            - Recent assets on Homepage in various sizes and formats
269            - lastn entries on Homepage with the first asset added to each as 70 pixel square
270            - Entry Detail with assets in entries
271        templates:
272            index:
273                home:
274                    label: Homepage
275                    outfile: index.html
276                    rebuild_me: 1
277            individual:
278                entry:
279                    label: Entry
280                    mappings:
281                        entry_archive:
282                            archive_type: Individual
283            module:
284                wrapper:
285                    label: Wrapper
286
287
288# - Rating
289#     * 1
290#     * 5 Star
291#     * -1, 0, 1
292# - Profiles + Userpics + Friending
293#     * Userpics
294#     * Profiles
295#     * Friending
296# - Custom Fields
297# ----
298# - Widget & Widget Sets
299# - Logic
300#   - if/else
301#   - unless
302#   - var w/ op attributes
303# - YUI Template
Note: See TracBrowser for help on using the browser.