Changeset 916 for trunk/Vanilla/config.yaml
- Timestamp:
- 07/29/08 02:47:24 (16 months ago)
- Files:
-
- 1 modified
-
trunk/Vanilla/config.yaml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vanilla/config.yaml
r913 r916 10 10 template_sets: 11 11 vanilla: 12 label: 'Vanilla (Homepage & Entries)' 13 base_path: 'templates/vanilla' 14 order: 500 12 label: Vanilla 13 base_path: templates/vanilla 14 order: 501 15 notes: 16 - Lastn entries on Homepage 17 - Entry Detail for each 15 18 templates: 16 19 index: … … 29 32 label: Wrapper 30 33 vanilla_archives: 31 label: 'Vanilla + Archives' 32 base_path: 'templates/vanilla+archives' 33 order: 501 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 34 42 templates: 35 43 index: … … 64 72 label: Wrapper 65 73 vanilla_pages: 66 label: 'Vanilla + Pages & Folders' 67 base_path: 'templates/vanilla+pages' 68 order: 502 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 69 81 templates: 70 82 index: … … 89 101 label: Wrapper 90 102 vanilla_authentication_userpics: 91 label: 'Vanilla + Authentication & Userpics' 92 base_path: 'templates/vanilla+authentication+userpics' 93 order: 503 94 templates: 95 index: 96 home: 97 label: Homepage 98 outfile: index.html 99 rebuild_me: 1 100 # * 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 101 115 javascript: 102 116 label: JavaScript … … 107 121 label: Wrapper 108 122 vanilla_authentication_comments: 109 label: 'Vanilla + Authentication & Comments' 110 base_path: 'templates/vanilla+authentication+comments' 111 order: 504 123 label: Vanilla + Authentication & Comments 124 base_path: templates/vanilla+authentication+comments 125 notes: 126 - foo 127 order: 505 112 128 templates: 113 129 index: … … 126 142 entry_archive: 127 143 archive_type: Individual 128 # * Comments (with Reply links) 129 # * Userpics 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 130 174 module: 131 175 wrapper: … … 137 181 label: Comment Response 138 182 139 140 # 2. Authentication141 # * TrackBacks142 # vanilla_trackbacks:143 # label: 'Vanilla - Homepage + Entries'144 # base_path: 'templates/vanilla'145 # order: 100146 # templates:147 183 # 148 149 # 4. Organization 184 # - Organization 150 185 # * Categories 151 186 # * Tags 152 153 # 6. Rating 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 154 210 # * 1 155 211 # * 5 Star 156 212 # * -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: 213 # vanilla: 214 # label: 'Vanilla - Homepage + Entries' 215 # base_path: 'templates/vanilla' 216 # order: 100 217 # templates: 218 # - YUI Template
