Changeset 837047
- Timestamp:
- 01/12/2014 10:38:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tietools-automatic-maintenance-kit/tags/1.2.1/readme.txt
r824537 r837047 13 13 == Description == 14 14 15 A set of plugins providing automated sitemaintenance. TIEtools is ideal for sites with a news feed or other automated posting setup that requires regular hands-off trimming (including autoblogging).15 Provides automated post maintenance. TIEtools is ideal for sites with a news feed or other automated posting setup that requires regular hands-off trimming (including autoblogging). 16 16 17 * Expires posts based on multiple criteria. 17 **Post Expiry** 18 * Expires published, draft, pending and private posts on demand, based on age, maximum post retention, post views and post likes. 18 19 * Integrates with BAW Post Views Count and WTI Like Post. 19 * Sends notification emails for expired and/or duplicate posts.20 * Sends notification emails for expired posts, if required. 20 21 * Expires images from posts based on multiple criteria. 21 * Finds and removes duplicate posts by title. 22 * Cleans up server error logs. 23 * Runs all processes automatically using wp-cron. 22 * Includes or excludes user-defined list of categories. 24 23 * Leaves unwanted posts in the Trash. 25 24 26 TIEtools combines and adds to the functionality of three separate plugins: 25 **Duplicate Post Deletion** 26 * Finds and removes duplicate posts by title. 27 * Keeps the oldest or newest original copy, removing all others. 28 * Checks in published, draft, pending and private posts on demand. 29 * Includes or excludes user-defined list of categories. 30 * Sends notification emails for duplicate posts, if required. 31 * Leaves unwanted posts in the Trash. 27 32 28 1. [TIEexpire](http://wordpress.org/plugins/tieexpire-automated-post-expiry/ "TIEexpire") : Expires published, draft, pending and private posts on demand, based on age, maximum post retention, post views and post likes. Includes or excludes user-defined list of categories. Sends notifications. 29 2. [TIEdupedeleter](http://wordpress.org/plugins/tiedupedeleter-simple-duplicate-post-deleter/ "TIEdupedeleter") : Spots posts with the same title and removes all but one of each. Checks in published, draft, pending and private posts on demand. Includes or excludes user-defined list of categories. Keeps the oldest or newest original copy, removing all others. 30 3. [TIElogremover](http://wordpress.org/plugins/tielogremover/ "TIElogremover") : Removes accumulated error log files from your web space. It is VERY important to note that the plugin does no checking or any complex stuff: it just removes error logs. Please read the individual plugin's [FAQ](http://wordpress.org/plugins/tielogremover/faq/ "TIElogremover FAQ") before you activate this option. 33 **Server Log Deletion** 34 * Cleans up server error logs. 35 * Checks for user-defined log filename. 36 37 All processes run automatically using wp-cron. 31 38 32 39 == Installation == … … 44 51 No. This is the all-in-one version for people who want the functionality of three separate plugins in one place. 45 52 53 = Does it work on multisite? = 54 55 Absolutely no idea. It was never designed for that, so I'd honestly be surprised if it does. 56 46 57 = Is this plugin actively maintained? = 47 58 … … 50 61 = Are the other plugins still kept up to date? = 51 62 52 Yes. If you only need one of the three, just install that one to save space and processing power.63 No. Since they're all included in TIEtools, I don't bother to add new functionality to the others any more. Any reported bugs get fixed, of course. 53 64 54 65 = Are there any differences between this plugin and the others? = … … 83 94 84 95 You can optionally delete the images (and their associated resized versions) as they are stripped out of the posts or you can leave them in your media library and deal with them later. Note that the automatic deletion does not work retroactively (i.e. it won't go through your media library deleting all your unattached images). 96 97 = What about unattached images that I use? = 98 99 Some themes and other addons put unattached images into the media library. For example, a blog logo that you upload to a theme's settings page usually ends up there. It is possible for the image expiry process to remove these images. 100 101 If you want to play safe, don't use the delete option in the image expiry settings. Alternatively, attach the images to a page of your choice so that they will be secure. 85 102 86 103 = Can I change the post expiry order? =
Note: See TracChangeset
for help on using the changeset viewer.