PluginProbe
FeedWordPress / 0.98
FeedWordPress v0.98
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 +16 -18 0.9810.98 View file →
@@ -1,9 +1,9 @@
1 1 FeedWordPress
2 2 =============
3 3
4 4 * Author: [Charles Johnson](http://radgeek.com/contact)
5 -* Version: 0.981
5 +* Version: 0.98
6 6 * Project URI: <http://projects.radgeek.com/feedwordpress>
7 7 * License: GPL 2. See License below for copyright jots and tittles.
8 8
9 9 Introduction
@@ -19,16 +19,15 @@
19 19 [Feminist Blogs]: http://www.feministblogs.org/
20 20
21 21 FeedWordPress is designed with flexibility, ease of use, and ease of
22 22 configuration in mind. You'll need a working installation of WordPress (version
23 -[2.1][], [2.0][] or [1.5][]), and also FTP or SFTP access to your web host. The
24 -ability to create cron jobs on your web host would be very helpful but it's not
23 +[2.0][] or [1.5][]), and also FTP or SFTP access to your web host. The ability
24 +to create cron jobs on your web host would be very helpful but it's not
25 25 absolutely necessary. You *don't* need to tweak any plain-text configuration
26 26 files and you *don't* need shell access to your web host to make it work.
27 27 (Although, I should point out, web hosts that *don't* offer shell access are
28 28 *bad web hosts*.)
29 29
30 - [2.1]: http://wordpress.org/development/2007/01/ella-21/
31 30 [2.0]: http://wordpress.org/development/2005/12/wp2/
32 31 [1.5]: http://wordpress.org/development/2005/02/strayhorn/
33 32
34 33 Installation
@@ -34,13 +33,12 @@
34 33 Installation
35 34 ------------
36 35 ### Requirements ###
37 36
38 -To use version 0.981 of FeedWordPress, you will need:
37 +To use version 0.98 of FeedWordPress, you will need:
39 38
40 -1. an installed and configured copy of WordPress 2.1, 2.0.x, or 1.5.x.
41 - (FeedWordPress currently *will not work* with older versions of
42 - WordPress, or with WordPress MU.)
39 +1. an installed configured copy of WordPress 2.0.x or 1.5.x. (FeedWordPress
40 + *will not work* with WP 1.2 or WP MU development builds.)
43 41
44 42 2. FTP or SFTP access to your web host
45 43
46 44 And you'll probably also want to have either:
@@ -52,15 +50,15 @@
52 50 ### Installation ###
53 51
54 52 #### Upgrades ####
55 53
56 -To *upgrade* an existing installation of FeedWordPress to version 0.981:
54 +To *upgrade* an existing installation of FeedWordPress to version 0.98:
57 55
58 56 1. Download the FeedWordPress archive in zip or gzipped tar format and
59 57 extract the files on your computer. Replace your existing FeedWordPress
60 - files with the new files. Be sure to upgrade `rss.php` and
61 - `rss-functions.php` if you use the optional MagpieRSS upgrade, or don't
62 - use it yet but do want to syndicate Atom 1.0 feeds.
58 + files with the new files. Be sure to upgrade `rss-functions.php` if you
59 + use the optional MagpieRSS upgrade, or don't use it yet but do want to
60 + syndicate Atom 1.0 feeds.
63 61
64 62 2. If you are upgrading from version 0.96 or earlier, **immediately** log
65 63 in to the WordPress Dashboard, and go to Options --> Syndicated. Follow
66 64 the directions to launch the database upgrade procedure. The new
@@ -89,9 +87,9 @@
89 87 1. Install `feedwordpress.php` in your WordPress `plugins` directory
90 88 and `update-feeds.php` in your WordPress `wp-content` directory.
91 89
92 90 2. (Optional) Upgrade the copy of MagpieRSS packaged with WordPress by
93 - installing the new `rss.php` and `rss-functions.php` (archived in
91 + installing the new `rss-functions.php` (archived in
94 92 `OPTIONAL/wp-includes`) into your WordPress `wp-includes` directory.
95 93 Upgrading MagpieRSS is necessary if you want to take advantage of
96 94 support for Atom 1.0, multiple post categories, RSS enclosures, and
97 95 multiple character encodings. (Note, however, that support for
@@ -110,13 +108,13 @@
110 108 and (2) a "secret word" for your RPC-XML updating interface. This
111 109 provides some light security by keeping passing ruffians from saying
112 110 "Update all the feeds" at will to your FeedWordPress installation.
113 111
114 -5. Go to Blogroll --> Syndicated or Links --> Syndicated to set up the list
115 - of sites that you want FeedWordPress to syndicate onto your blog. (If
116 - you have the feeds you want to aggregate in a service such as Bloglines,
117 - you may prefer to export them to an OPML file and use WordPress's Links
118 - --> Import to import them into the contributors category.)
112 +5. Go to Links --> Syndicated to set up the list of sites that you want
113 + FeedWordPress to syndicate onto your blog. (If you have the feeds you
114 + want to aggregate in a service such as Bloglines, you may prefer to
115 + export them to an OPML file and use WordPress's Links --> Import to
116 + import them into the contributors category.)
119 117
120 118 #### Setting Up Feed Updates ####
121 119
122 120 FeedWordPress is now ready to accept posts from its syndication sources.