root/trunk/Vanilla/README.txt @ 929

Revision 929, 3.3 kB (checked in by bsmith, 16 months ago)

Adding Vanilla+Assets

  • 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
64    9. Vanilla + Assets
65        - Recent assets on Homepage in various sizes and formats
66        - lastn entries on Homepage with the first asset added to each as 70 pixel square
67        - Entry Detail with assets in entries
68   
69## INSTALLATION ##
70
71    Place the Vanilla plugin folder in the MT plugins folder
72
73        $MT_DIR/
74            plugins/
75                Vanilla
76
77## USAGE ##
78
79    Install template sets in two ways:
80
81    1. When creating a new blog, select the template set you wish to use
82    2. Go to Design > Templates and select the "Refresh Templates" action link in the sidebar and choose the template set you wish to install
83
84## KNOWN ISSUES ##
85
86    Any issues with each template set are listed under each template set in the Features section above.
87
88## SUPPORT ##
89
90    There is no official support for this plugin, but you may email <beau at sixapart com> and/or mtos-dev@sixapart.com for assistance.
91
92## SOURCE CODE ##
93
94    Source
95
96    SVN Repo:
97    http://code.sixapart.com/svn/mtplugins/trunk/Vanilla
98
99    Trac View:
100    http://code.sixapart.com/trac/mtplugins/browser/trunk/Vanilla
101
102    Plugins:
103    http://plugins.movabletype.org/Vanilla (Not Yet Available)
104
105
106## LICENSE ##
107
108    GPL
109
110## AUTHOR ##
111
112    Beau Smith <beau at sixapart com> http://beausmith.com/
Note: See TracBrowser for help on using the browser.