| 1 | OVERVIEW |
|---|
| 2 | |
|---|
| 3 | Elise is a link checker plugin for Movable Type that help blog administrators |
|---|
| 4 | to check and validate URLs contained within posts, comments, commenter URLs |
|---|
| 5 | and more. |
|---|
| 6 | |
|---|
| 7 | INSTALLATION AND UPGRADING |
|---|
| 8 | |
|---|
| 9 | To install, place the "Elise" directory in this distribution |
|---|
| 10 | underneath your Movable Type "plugins" directory. |
|---|
| 11 | |
|---|
| 12 | The plugin files, once installed should match that shown below: |
|---|
| 13 | |
|---|
| 14 | MT_DIR/ |
|---|
| 15 | plugins/ |
|---|
| 16 | Elise/ |
|---|
| 17 | Elise.pl |
|---|
| 18 | lib/ |
|---|
| 19 | LinkChecker/ |
|---|
| 20 | Plugin.pm |
|---|
| 21 | tmpl/ |
|---|
| 22 | link_table.tmpl |
|---|
| 23 | linkchecker_check.tmpl |
|---|
| 24 | |
|---|
| 25 | USING THE PLUGIN |
|---|
| 26 | |
|---|
| 27 | Once the plugin has been installed, you can check links for any given |
|---|
| 28 | entry or set of entries by navigating to your list of entries within |
|---|
| 29 | Movable Type and selecting the "Validate Links" plugin action from the |
|---|
| 30 | pull down. |
|---|
| 31 | |
|---|
| 32 | The result will be a table containing a list of all links found in the |
|---|
| 33 | entries with the result from the check to see if the URL is validate |
|---|
| 34 | or not. |
|---|
| 35 | |
|---|
| 36 | SUPPORT |
|---|
| 37 | |
|---|
| 38 | Please post your bugs, questions and comments to the Elise forums |
|---|
| 39 | at: |
|---|
| 40 | |
|---|
| 41 | http://forums.majordojo.com/ |
|---|
| 42 | |
|---|
| 43 | HELP AND DONATIONS |
|---|
| 44 | |
|---|
| 45 | Promote This represents work by one individual. While the author |
|---|
| 46 | is happy to write this software, and support it completely free of charge, |
|---|
| 47 | the author also appreciates and form of support you can provide. Please |
|---|
| 48 | consult the following URL to learn more: |
|---|
| 49 | |
|---|
| 50 | http://www.majordojo.com/ |
|---|
| 51 | |
|---|
| 52 | LICENSE |
|---|
| 53 | |
|---|
| 54 | Please consult the ELISE-LICENSE.txt file that was included |
|---|
| 55 | in this plugin's zip file. |
|---|
| 56 | |
|---|
| 57 | COPYRIGHT |
|---|
| 58 | |
|---|
| 59 | Copyright 2007, Byrne Reese. All rights reserved. |
|---|