broken-link-checker
Last commit date
images
16 years ago
JSON.php
16 years ago
broken-link-checker.php
16 years ago
instance-classes.php
16 years ago
link-classes.php
16 years ago
readme.txt
16 years ago
uninstall.php
16 years ago
utility-class.php
16 years ago
wsblc_ajax.php
16 years ago
readme.txt
58 lines
| 1 | === Broken Link Checker === |
| 2 | Contributors: whiteshadow |
| 3 | Tags: links, broken, maintenance, blogroll, custom fields, admin |
| 4 | Requires at least: 2.7.0 |
| 5 | Tested up to: 2.9 |
| 6 | Stable tag: 0.5.8 |
| 7 | |
| 8 | This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you on the dashboard if any are found. |
| 9 | |
| 10 | == Description == |
| 11 | This plugin will monitor your blog looking for broken links and let you know if any are found. |
| 12 | |
| 13 | **Features** |
| 14 | |
| 15 | * Monitors links in your posts, pages, the blogroll, and custom fields (optional). |
| 16 | * Detects links that don't work and missing images. |
| 17 | * Notifies you on the Dashboard if any are found. |
| 18 | * Also detects redirected links. |
| 19 | * Makes broken links display differently in posts (optional). |
| 20 | * Link checking intervals can be configured. |
| 21 | * New/modified posts are checked ASAP. |
| 22 | * You view broken links, redirects, and a complete list of links used on your site, in the *Tools -> Broken Links* tab. |
| 23 | * Each link can be edited or unlinked directly via the plugin's page, without manually editing each post. |
| 24 | |
| 25 | **Basic Usage** |
| 26 | Once installed, the plugin will begin parsing your posts, bookmarks (AKA blogroll), etc and looking for links. Depending on the size of your site this can take a few minutes or even several hours. When parsing is complete the plugin will start checking each link to see if it works. Again, how long this takes depends on how big your site is and how many links there are. You can monitor the progress and set various link checking options in *Settings -> Link Checker*. |
| 27 | |
| 28 | Note : Currently the plugin only runs when you have at least one tab of the Dashboard open. Cron support will likely be added in a later version. |
| 29 | |
| 30 | The broken links, if any are found, will show up in a new tab of WP admin panel - *Tools -> Broken Links*. A notification will also appear in the "Broken Link Checker" widget on the Dashboard. To save display space, you can keep the widget closed and configure it to expand automatically when problematic links are detected. |
| 31 | |
| 32 | The "Broken Links" tab will by default display broken links that have been detected so far. However, you can use the subnavigation links on that page to view redirects or see a listing of all links - working or not - instead. |
| 33 | |
| 34 | There are several actions associated with each link listed - |
| 35 | |
| 36 | * "Details" shows more info about the link. You can also toggle link details by clicking on the "link text" cell. |
| 37 | * "Edit URL" lets you change the URL of that link. If the link is present in more than one place (e.g. both in a post and in the blogroll) then all instances of that URL will be changed. |
| 38 | * "Unlink" removes the link but leaves the link text intact. |
| 39 | * "Exclude" adds the link's URL to the exclusion list. Excluded URLs won't be checked again. |
| 40 | * "Discard" lets you manually mark the link as valid. This is useful if you know it was detected as broken only due to a temporary glitch or similar. The link will still be checked normally later. |
| 41 | |
| 42 | == Installation == |
| 43 | |
| 44 | To do a new installation of the plugin, please follow these steps |
| 45 | |
| 46 | 1. Download the broken-link-checker.zip file to your local machine. |
| 47 | 1. Unzip the file |
| 48 | 1. Upload `broken-link-checker` folder to the `/wp-content/plugins/` directory |
| 49 | 1. Activate the plugin through the 'Plugins' menu in WordPress |
| 50 | |
| 51 | That's it. |
| 52 | |
| 53 | To upgrade your installation |
| 54 | |
| 55 | 1. De-activate the plugin |
| 56 | 1. Get and upload the new files (do steps 1. - 3. from "new installation" instructions) |
| 57 | 1. Reactivate the plugin. Your settings should have been retained from the previous version. |
| 58 |