root/trunk/Elise/ELISE-README.txt

Revision 223, 1.7 kB (checked in by breese, 3 years ago)

small copy edit

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