root/trunk/LinkedEntryCustomFields/README.txt

Revision 908, 1.7 kB (checked in by mpaschal, 19 months ago)

simplify readme

  • Property svn:eol-style set to native
Line 
1Linked Entry Custom Fields for Movable Type
2
3Author: Mark Paschal, Six Apart
4Version: 1.0
5Released under __LICENSE__
6 
7## OVERVIEW ##
8
9This plugin converts custom fields created by the RightFields plugin [1] to
10Movable Type's native custom fields. It also provides an additional custom
11field type that RightFields provided: the linked entry [2].
12
13[1]: http://www.staggernation.com/mtplugins/RightFields/
14[2]: http://www.staggernation.com/mtplugins/RightFields/#TypeLinked
15
16## PREREQUISITES ##
17
18* Movable Type 4.2
19* Movable Type Professional Pack
20
21## INSTALLATION ##
22
23Unpack the distribution package to your Movable Type directory.
24
25Once the LinkedEntryCustomFields folder is installed in your installation's
26plugins directory, you have finished the installation. Note however that if
27you are running Movable Type under FastCGI, you will have to restart your
28webserver in order for the plugin to be recognized.
29
30## USAGE ##
31
32To convert custom fields created with the RightFields plugin, click "System
33Overview" to go to the MT System Overview. From the Preferences menu, select
34"Custom Fields." In the "Actions" section of the sidebar, use the "Convert
35RightFields to Custom Fields" action to convert your custom fields.
36
37## KNOWN ISSUES ##
38
39There are no known issues with this release of the plugin.
40
41## SUPPORT ##
42
43__specify where people can go for support__
44
45## SOURCE CODE ##
46
47Source
48
49SVN Repo:
50    http://code.sixapart.com/svn/mtplugins/trunk/LinkedEntryCustomFields
51
52Trac View:
53    http://code.sixapart.com/trac/mtplugins/log/trunk/LinkedEntryCustomFields
54
55Plugins:
56    http://plugins.movabletype.org/LinkedEntryCustomFields
57
58
59## LICENSE ##
60
61__specify the license the plugin is released under__
62
63## AUTHOR ##
64
65__insert arbitrary author info, e.g name, email, URL, company, etc__
Note: See TracBrowser for help on using the browser.