root/trunk/Vanilla/plugins/Vanilla/config.yaml @ 1220

Revision 1220, 13.3 kB (checked in by bsmith, 13 months ago)

adding two Vanilla template sets: Vanilla+Scoring and Vanilla+Widgets

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    vanilla_widgets:
287        label: Vanilla + Widgets
288        base_path: templates/vanilla+widgets
289        order: 510
290        notes:
291            Homepage with one widget set and individually included widget:
292                - Search
293                - Tag Cloud
294                - Monthly Archives
295                - Recent Entries
296                - Page Listing
297                - About Site
298            Entry Detail with a second widget set and individually included widget:
299                - Search
300                - Tag Cloud
301                - Monthly Archives
302                - About Site
303        templates:
304            index:
305                home:
306                    label: Homepage
307                    outfile: index.html
308                    rebuild_me: 1
309            individual:
310                entry:
311                    label: Entry
312                    mappings:
313                        entry_archive:
314                            archive_type: Individual
315            archive:
316                entry_listing:
317                    label: Entry Listing
318                    mappings:
319                        monthly:
320                            archive_type: Monthly
321            module:
322                wrapper:
323                    label: Wrapper
324            widget:
325                search:
326                    label: Search
327                tag_cloud_widget:
328                    label: Tag Cloud
329                monthly_archives_widget:
330                    label: Monthly Archives
331                recent_entries_widget:
332                    label: Recent Entries
333                recent_assets_widget:
334                    label: Recent Assets
335                recent_comments_widget:
336                    label: Recent Comments
337                pages_widget:
338                    label: Pages
339            widgetset:
340                blog_activity:
341                    order: 1000
342                    label: Recent Activity
343                    widgets:
344                        - Recent Entries
345                        - Recent Comments
346                        - Recent Assets
347                blog_archives:
348                    order: 1000
349                    label: Blog Archives
350                    widgets:
351                        - Search
352                        - Tag Cloud
353                        - Pages
354                        - Monthly Archives
355    vanilla_scoring:
356        label: Vanilla + Scoring
357        base_path: templates/vanilla+scoring
358        order: 511
359        notes:
360            - Homepage & Entry archives
361            - Entry Titles and scoring only
362            - 5 star rating
363            - favorite/unfavorite
364            - digg (note: no undigg)
365        templates:
366            index:
367                home:
368                    label: Homepage
369                    outfile: index.html
370                    rebuild_me: 1
371                javascript:
372                    label: Javascript
373                    outfile: mt.js
374                    rebuild_me: 1
375                scoring:
376                    label: Scoring Javascript
377                    outfile: mtscoring.js
378                    rebuild_me: 1
379            individual:
380                entry:
381                    label: Entry
382                    mappings:
383                        entry_archive:
384                            archive_type: Individual
385            module:
386                wrapper:
387                    label: Wrapper
388
389
390# - Scoring
391#     * 1
392#     * 5 Star
393#     * -1, 0, 1
394#     https://intranet.sixapart.com/wiki/index.php/MovableType:Rating_Framework
395#     https://intranet.sixapart.com/wiki/index.php/Movable_Type:Athena/Rating_Framework
396#     https://intranet.sixapart.com/wiki/index.php/Movable_Type:MT4_Requirements:_Rating_framework
397# - Profiles + Userpics + Friending
398#     * Userpics
399#     * Profiles
400#     * Friending
401# - Custom Fields
402# ----
403# - Logic
404#   - if/else
405#   - unless
406#   - var w/ op attributes
407# - YUI Template
Note: See TracBrowser for help on using the browser.