Index: trunk/Vanilla/config.yaml
===================================================================
--- trunk/Vanilla/config.yaml (revision 911)
+++ trunk/Vanilla/config.yaml (revision 911)
@@ -0,0 +1,190 @@
+name:           Vanilla Template Sets
+id:             vanilla-template-sets
+key:            vanilla-template-sets
+description:    The simplest Movable Type templates in HTML 1.0
+version:        1.0
+author_name:    Beau Smith
+author_link:    http://www.beausmith.com/mt/
+plugin_link:    http://www.beausmith.com/mt/plugins/vanilla
+
+template_sets:
+    vanilla:
+        label: 'Vanilla (Homepage & Entries)'
+        base_path: 'templates/vanilla'
+        order: 500
+        templates:
+            index:
+                home:
+                    label: Homepage
+                    outfile: index.html
+                    rebuild_me: 1
+            individual:
+                entry: 
+                    label: Entry
+                    mappings:
+                        entry_archive:
+                            archive_type: Individual
+            module:
+                wrapper:
+                    label: Wrapper
+    vanilla_archives:
+        label: 'Vanilla + Archives'
+        base_path: 'templates/vanilla+archives'
+        order: 502
+        templates:
+            index:
+                home:
+                    label: Homepage
+                    outfile: index.html
+                    rebuild_me: 1
+                archives:
+                    label: Archives
+                    outfile: archives.html
+                    rebuild_me: 1
+            individual:
+                entry: 
+                    label: Entry
+                    mappings:
+                        entry_archive:
+                            archive_type: Individual
+            archive:
+                entry_listing: 
+                    label: Entry Listing
+                    mappings:
+                        monthly:
+                            archive_type: Monthly
+                        category:
+                            archive_type: Category
+                        category-monthly:
+                            archive_type: Category-Monthly
+                        author:
+                            archive_type: Author
+            module:
+                wrapper:
+                    label: Wrapper
+    vanilla_pages:
+        label: 'Vanilla + Pages & Folders'
+        base_path: 'templates/vanilla+pages'
+        order: 503
+        templates:
+            index:
+                home:
+                    label: Homepage
+                    outfile: index.html
+                    rebuild_me: 1
+            individual:
+                entry: 
+                    label: Entry
+                    mappings:
+                        entry_archive:
+                            archive_type: Individual
+            page:
+                page: 
+                    label: Page
+                    mappings:
+                        page_archive:
+                            archive_type: Page
+            module:
+                wrapper:
+                    label: Wrapper
+    vanilla_authentication:
+        label: 'Vanilla + Authentication'
+        base_path: 'templates/vanilla+authentication'
+        order: 504
+        templates:
+            index:
+                home:
+                    label: Homepage
+                    outfile: index.html
+                    rebuild_me: 1
+#     * Userpics
+                javascript:
+                    label: JavaScript
+                    outfile: mt.js
+                    rebuild_me: 1
+            module:
+                wrapper:
+                    label: Wrapper
+    vanilla_authentication_comments:
+        label: 'Vanilla + Authentication & Comments'
+        base_path: 'templates/vanilla+authentication+comments'
+        order: 505
+        templates:
+            index:
+                home:
+                    label: Homepage
+                    outfile: index.html
+                    rebuild_me: 1
+                javascript:
+                    label: JavaScript
+                    outfile: mt.js
+                    rebuild_me: 1
+            individual:
+                entry: 
+                    label: Entry
+                    mappings:
+                        entry_archive:
+                            archive_type: Individual
+#     * Comments (with Reply links)
+#     * Userpics
+            module:
+                wrapper:
+                    label: Wrapper
+            system:
+                comment_preview:
+                    label: Comment Preview
+                comment_response:
+                    label: Comment Response
+
+
+# 2. Authentication
+#     * TrackBacks
+#     vanilla_trackbacks:
+#         label: 'Vanilla - Homepage + Entries'
+#         base_path: 'templates/vanilla'
+#         order: 100
+#         templates:
+# 
+
+# 4. Organization
+#     * Categories
+#     * Tags
+
+# 6. Rating
+#     * 1
+#     * 5 Star
+#     * -1, 0, 1
+
+# 7. Create Entry
+#     * category selector
+
+# 8. Profiles
+#     * Friending
+
+# 9. YUI Template
+
+# 3. Rating
+#     * 1
+#     * 5 Star
+#     * -1, 0, 1
+#     vanilla:
+#         label: 'Vanilla - Homepage + Entries'
+#         base_path: 'templates/vanilla'
+#         order: 100
+#         templates:
+# 
+# 4. Create Entry
+#     * category selector
+#     vanilla:
+#         label: 'Vanilla - Homepage + Entries'
+#         base_path: 'templates/vanilla'
+#         order: 100
+#         templates:
+# 
+# 5. Profiles
+#     *Friending
+#     vanilla:
+#         label: 'Vanilla - Homepage + Entries'
+#         base_path: 'templates/vanilla'
+#         order: 100
+#         templates:
