PluginProbe
FeedWordPress / 0.8
FeedWordPress v0.8
trunk 0.8 0.9 0.91 0.95 0.96 0.97 0.98 0.981 0.99 0.991 0.992 0.993 2008.1030 2008.1101 2008.1105 2008.1214 2009.0612 2009.0613 2009.0618 2009.0707 2009.1111 2009.1112 2010.0127 2010.0528 All 65 releases
← All changes | README.text +2 -13 0.90.8 View file →
@@ -1,9 +1,9 @@
1 1 FeedWordPress
2 2 =============
3 3
4 4 * Author: [Charles Johnson](http://www.radgeek.com/contact)
5 -* Version: 0.9
5 +* Version: 0.8
6 6 * Project URI: <http://projects.radgeek.com/feedwordpress>
7 7 * License: GPL. See License below for copyright jots and tittles.
8 8
9 9 Introduction
@@ -71,8 +71,9 @@
71 71 <http://projects.radgeek.com/feedwordpress/install>.
72 72
73 73 Feed Settings
74 74 -------------
75 +### Feed Settings ###
75 76
76 77 Once you have your links configured and regular feed updates scheduled, you can
77 78 mostly leave FeedWordPress to run on its own. If you need to add, remove, or
78 79 change information for any contributors, you can do so from the WordPress
@@ -218,20 +219,8 @@
218 219 that by default the permalinks listed on your website and in your newsfeed will
219 220 link to the location of the posts on the source website, *not* to their location
220 221 on your website. You can switch this behavior on or off at Options -->
221 222 Syndication in the WordPress Dashboard.
222 -
223 -### Plugin API ###
224 -
225 -FeedWordPress creates five hooks through the WordPress plugin architecture that
226 -you can plug in to using PHP WordPress plugins, to supplement ordinary
227 -FeedWordPress behavior, or to filter posts according to criteria that you set.
228 -The hooks are the action ``feedwordpress_update``, the action
229 -``feedwordpress_check_feed``, the action ``feedwordpress_update_complete``, the
230 -filter ``syndicated_item``, the filter ``syndicated_post``, the action
231 -``post_syndicated_item``, and the action ``update_syndicated_item``.
232 -
233 -For more information, see <http://projects.radgeek.com/feedwordpress/use>.
234 223
235 224 License
236 225 -------
237 226 The FeedWordPress plugin is copyright (c) 2005 by Charles Johnson. It uses code