| 1 | # |
|---|
| 2 | # README.txt file for the AutoLink Movabletype Plugin |
|---|
| 3 | # |
|---|
| 4 | |
|---|
| 5 | ABOUT AUTOLINK |
|---|
| 6 | |
|---|
| 7 | AutoLink provides users with a way of creating a list of "hot words." |
|---|
| 8 | Whenever these words appear in a post, they are automatically linked to |
|---|
| 9 | a designated URL. For example, if you were to frequently write about |
|---|
| 10 | Movable Type, and anytime you mention the phrase "Movable Type" in a |
|---|
| 11 | post you want it to be linked to http://www.movabletype.org/ without |
|---|
| 12 | having to enter the link manually. This plugin will do that for you. |
|---|
| 13 | |
|---|
| 14 | More advanced users could use AutoLink to setup linking rules that will |
|---|
| 15 | turn Wiki formatted words into links into their internal/external wiki. |
|---|
| 16 | |
|---|
| 17 | PREREQUISITES |
|---|
| 18 | |
|---|
| 19 | Prior to installation, the following requirements must be satisfied: |
|---|
| 20 | |
|---|
| 21 | * User has MovableType 4.1 or later installed |
|---|
| 22 | - it could work on 4.0, but it has not been tested |
|---|
| 23 | |
|---|
| 24 | INSTALLATION |
|---|
| 25 | |
|---|
| 26 | To install this plugin follow the instructions found here: |
|---|
| 27 | |
|---|
| 28 | http://tinyurl.com/easy-plugin-install |
|---|
| 29 | |
|---|
| 30 | ABOUT AUTOLINK RULES |
|---|
| 31 | |
|---|
| 32 | Users manage how AutoLink is to convert strings, phrases and patterns |
|---|
| 33 | into linkified text through a set of "rules." Each rule has the following |
|---|
| 34 | properties: |
|---|
| 35 | |
|---|
| 36 | * Label - a human readable description of the rule and its intention |
|---|
| 37 | * Pattern - the string to convert into a link |
|---|
| 38 | * Destination URL - the URL that the pattern will be linked to |
|---|
| 39 | * Regular Expression? - Process the pattern specified as a regular |
|---|
| 40 | expression, otherwise process it is a simple string or phrase |
|---|
| 41 | * Link all occurrences? - Link all occurrences of the pattern, or just |
|---|
| 42 | the first occurrence. |
|---|
| 43 | * Case insensitive? - Make the pattern case insensitive. |
|---|
| 44 | |
|---|
| 45 | ACCESSING THE INTERFACE |
|---|
| 46 | |
|---|
| 47 | Each blog in your installation of Movable Type is allowed to manage |
|---|
| 48 | its own unique set of AutoLink rules. |
|---|
| 49 | |
|---|
| 50 | You can edit your list of AutoLink rules by clicking "AutoLink Rules" |
|---|
| 51 | from the Manage menu in Movable Type. |
|---|
| 52 | |
|---|
| 53 | SUPPORT |
|---|
| 54 | |
|---|
| 55 | Please post your bugs, questions and comments to the AutoLink project |
|---|
| 56 | homepage: |
|---|
| 57 | |
|---|
| 58 | http://www.majordojo.com/projects/autolink.php |
|---|
| 59 | |
|---|
| 60 | RESOURCES |
|---|
| 61 | |
|---|
| 62 | AutoLink: |
|---|
| 63 | http://www.majordojo.com/projects/autolink.php |
|---|
| 64 | |
|---|
| 65 | Movable Type: |
|---|
| 66 | http://www.movabletype.org/ |
|---|
| 67 | |
|---|
| 68 | LICENSE |
|---|
| 69 | |
|---|
| 70 | AutoLink is licensed under the GPL. |
|---|