root/trunk/Vanilla/README.txt @ 1220

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

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

  • Property svn:eol-style set to native
Line 
1## Vanila, a plugin for Movable Type
2## Author: Beau Smith, beau at sixapart com
3## Version: 0.1
4## Released under GPL
5
6## OVERVIEW ##
7
8    A series of template sets to learn about specific features in Movable Type.
9
10## PREREQUISITES ##
11
12    Requires Movable Type 4.2 for most features.
13
14## FEATURES ##
15
16    Template Sets
17
18    1. Vanilla
19        - Lastn entries on Homepage
20        - Entry Detail
21
22    2. Vanilla + Archives
23        - Base homepage & entries
24        - Archive Index
25        - Archives: Monthly, Author, Category and Category-Monthly
26        - Navigation w/ Category-Monthly links on Category Archives
27
28    3. Vanilla + Pages
29        - Base homepage & entries
30        - Pages
31        - Navigation including Pages
32
33    4. Vanilla + Authentication & Userpics
34        - En/disable userpics in javascript
35        - 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.
36
37    5. Vanilla + Comments
38        - Authentication
39        - Comments
40        - Comment reply links
41        - Comment Preview
42        - Comment Response
43
44    6. Vanilla + Comments w/ Userpics
45        - Authentication w/ userpic
46        - Comments w/ userpics
47        - Comment reply links
48        - Comment Preview
49        - Comment Response
50        - En/disable userpics in javascript
51        - 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.
52
53    7. Vanilla + Create Entry
54        - Authentication
55        - Create Entry
56        - Entry Response
57
58    8. Vanilla + Search & Tags
59        - Tag Cloud and Search Form on Homepage
60        - Entry Detail
61        - Page Detail
62        - Search Results Template
63        - Notes:
64            - Can someone explain how mt-search determines which search template to use for rendering results?  If it’s by the value of the IncludeBlogs input, which blog id takes precedence? Does the new mt-search still support the ExcludeBlogs input?
65            - It’s IncludeBlogs.  It uses the first blog_id in the comma separated list.  And yes, ExcludeBlogs does work as it has been before.
66
67    9. Vanilla + Assets
68        - Recent assets on Homepage in various sizes and formats
69        - lastn entries on Homepage with the first asset added to each as 70 pixel square
70        - Entry Detail with assets in entries
71
72    10. Vanilla + Widgets
73        - Homepage with one widget set and individually included widget:
74            - Search
75            - Tag Cloud
76            - Monthly Archives
77            - Recent Entries
78            - Page Listing
79            - About Site
80        - Entry Detail with a second widget set and individually included widget:
81            - Search
82            - Tag Cloud
83            - Monthly Archives
84            - About Site
85    11. Vanilla + Scoring
86       
87        Tip: to remove all scoring for a particular namespace, use this SQL command:
88       
89            delete from mt_objectscore where objectscore_namespace = 'NAMESPACE';
90       
91   
92## INSTALLATION ##
93
94    Place the Vanilla plugin folder in the MT plugins folder
95
96        $MT_DIR/
97            plugins/
98                Vanilla
99
100## USAGE ##
101
102    Install template sets in two ways:
103
104    1. When creating a new blog, select the template set you wish to use
105    2. Go to Design > Templates and select the "Refresh Templates" action link in the sidebar and choose the template set you wish to install
106
107## KNOWN ISSUES ##
108
109    Any issues with each template set are listed under each template set in the Features section above.
110
111## SUPPORT ##
112
113    There is no official support for this plugin, but you may email <beau at sixapart com> and/or mtos-dev@sixapart.com for assistance.
114
115## SOURCE CODE ##
116
117    Source
118
119    SVN Repo:
120    http://code.sixapart.com/svn/mtplugins/trunk/Vanilla
121
122    Trac View:
123    http://code.sixapart.com/trac/mtplugins/browser/trunk/Vanilla
124
125    Plugins:
126    http://plugins.movabletype.org/Vanilla (Not Yet Available)
127
128
129## LICENSE ##
130
131    GPL
132
133## AUTHOR ##
134
135    Beau Smith <beau at sixapart com> http://beausmith.com/
Note: See TracBrowser for help on using the browser.