root/trunk/MTFogger/README.txt

Revision 675, 1.4 kB (checked in by jallen, 18 months ago)

Adding templated README.txt where none exists.

  • Property svn:eol-style set to native
Line 
1#############################################################
2This is a placeholder README.
3If you are the author, please fill in the __sections__ below.
4If you are not the author, please bug the author.
5#############################################################
6
7## __PLUGINNAME__, a plugin for Movable Type
8## Author: __AUTHORNAME__, __EMAIL/URL__
9## Version: __VERSION__
10## Released under __LICENSE__
11##
12## $Id$
13 
14## OVERVIEW ##
15
16__A short and very basic description of the plugin.__
17
18## PREREQUISITES ##
19
20__detail MT version compatibility and anything else the plugin requires__
21
22## FEATURES ##
23
24__A longer description of the plugin's features for those who are still reading__
25
26## INSTALLATION ##
27
28__detail installation instructions__
29
30## CONFIGURATION ##
31
32__detail configuration instructions, if any__
33
34## USAGE ##
35
36__detail further usage instructions, if any__
37
38## KNOWN ISSUES ##
39
40__detail any known issues with current version, if any__
41
42## SUPPORT ##
43
44__specify where people can go for support__
45
46## SOURCE CODE ##
47
48Source
49
50SVN Repo:
51    http://code.sixapart.com/svn/mtplugins/trunk/__PLUGINNAME__
52
53Trac View:
54    http://code.sixapart.com/trac/mtplugins/log/trunk/__PLUGINNAME_
55
56Plugins:
57    http://plugins.movabletype.org/__PLUGIN__
58
59
60## LICENSE ##
61
62__specify the license the plugin is released under__
63
64## AUTHOR ##
65
66__insert arbitrary author info, e.g name, email, URL, company, etc__
Note: See TracBrowser for help on using the browser.