root/trunk/Vanilla/config.yaml @ 916

Revision 916, 6.8 kB (checked in by bsmith, 16 months ago)

adding vanilla+authentication+comments+userpics and updates to vanilla+authentication+comments

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 for each
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_userpics:
103        label: Vanilla + Authentication & Userpics
104        base_path: templates/vanilla+authentication+userpics
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_authentication_comments:
123        label: Vanilla + Authentication & Comments
124        base_path: templates/vanilla+authentication+comments
125        notes:
126            - foo
127        order: 505
128        templates:
129            index:
130                home:
131                    label: Homepage
132                    outfile: index.html
133                    rebuild_me: 1
134                javascript:
135                    label: JavaScript
136                    outfile: mt.js
137                    rebuild_me: 1
138            individual:
139                entry:
140                    label: Entry
141                    mappings:
142                        entry_archive:
143                            archive_type: Individual
144            module:
145                wrapper:
146                    label: Wrapper
147            system:
148                comment_preview:
149                    label: Comment Preview
150                comment_response:
151                    label: Comment Response
152    vanilla_authentication_comments_userpics:
153        label: Vanilla + Authentication & Comments w/ Userpics
154        base_path: templates/vanilla+authentication+comments+userpics
155        notes:
156            - foo
157        order: 506
158        templates:
159            index:
160                home:
161                    label: Homepage
162                    outfile: index.html
163                    rebuild_me: 1
164                javascript:
165                    label: JavaScript
166                    outfile: mt.js
167                    rebuild_me: 1
168            individual:
169                entry:
170                    label: Entry
171                    mappings:
172                        entry_archive:
173                            archive_type: Individual
174            module:
175                wrapper:
176                    label: Wrapper
177            system:
178                comment_preview:
179                    label: Comment Preview
180                comment_response:
181                    label: Comment Response
182
183#
184# - Organization
185#     * Categories
186#     * Tags
187# - Create Entry
188#     * category selector
189#     vanilla:
190#         label: 'Vanilla - Homepage + Entries'
191#         base_path: 'templates/vanilla'
192#         order: 100
193#         templates:
194# - Profiles + Userpics
195#     * Userpics
196#     * Profiles
197#     vanilla:
198#         label: 'Vanilla - Homepage + Entries'
199#         base_path: 'templates/vanilla'
200#         order: 100
201#         templates:
202# - Profiles + Friending
203#     * Friending
204#     vanilla:
205#         label: 'Vanilla - Homepage + Entries'
206#         base_path: 'templates/vanilla'
207#         order: 100
208#         templates:
209# - Rating
210#     * 1
211#     * 5 Star
212#     * -1, 0, 1
213#     vanilla:
214#         label: 'Vanilla - Homepage + Entries'
215#         base_path: 'templates/vanilla'
216#         order: 100
217#         templates:
218# - YUI Template
Note: See TracBrowser for help on using the browser.