1 | /*******************************************************************************
|
---|
2 | * *
|
---|
3 | * ,-._.-._.-._.-._.-. *
|
---|
4 | * `-. ,-' *
|
---|
5 | * .----------------------. | | *
|
---|
6 | * | | | | *
|
---|
7 | * | FirstRSS | | | *
|
---|
8 | * | RSS Aggregator | | | *
|
---|
9 | * | Wordpress Plugin | ,';".________.-. *
|
---|
10 | * | | ;';_' )] *
|
---|
11 | * | Revelation 22:13 | ; `-| *
|
---|
12 | * | `. `T- | *
|
---|
13 | * `----------------------._ \ | | *
|
---|
14 | * `-; | | *
|
---|
15 | * |..________..-| *
|
---|
16 | * /\/ |________..| *
|
---|
17 | * ,'`./ >,( | *
|
---|
18 | * \_.-|_/,-/ ii | | *
|
---|
19 | * `."' `-/ .-"""|| | *
|
---|
20 | * /`^"-; | ||____| *
|
---|
21 | * / / `.__/ | || *
|
---|
22 | * / | || *
|
---|
23 | * | || *
|
---|
24 | * *
|
---|
25 | *******************************************************************************/
|
---|
26 |
|
---|
27 | LICENCE
|
---|
28 | Copyright 2006 Chris Hatcher (email : Chris@UnderJC.com)
|
---|
29 |
|
---|
30 | This program is free software; you can redistribute it and/or modify
|
---|
31 | it under the terms of the GNU General Public License as published by
|
---|
32 | the Free Software Foundation; either version 2 of the License, or
|
---|
33 | (at your option) any later version.
|
---|
34 |
|
---|
35 | This program is distributed in the hope that it will be useful,
|
---|
36 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
37 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
38 | GNU General Public License for more details.
|
---|
39 |
|
---|
40 | You should have received a copy of the GNU General Public License
|
---|
41 | along with this program; if not, write to the Free Software
|
---|
42 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
---|
43 |
|
---|
44 | COST
|
---|
45 | Nothing is required, but feel free to link to me (http://UnderJC.com).
|
---|
46 |
|
---|
47 | REQUIREMENTS
|
---|
48 | WordPress 2 or greater
|
---|
49 | PHP 4 or greater
|
---|
50 |
|
---|
51 | INSTALLATION
|
---|
52 | Drop the "ujc_firstrss" directory into the "plugins" directory in
|
---|
53 | WordPress. This directory should contain the files "firstRSS.php"
|
---|
54 | and "readme.txt".
|
---|
55 |
|
---|
56 | In the "Plugins" section of "Site Admin", click "Activate" adjacent to
|
---|
57 | "FirstRSS".
|
---|
58 |
|
---|
59 | USAGE
|
---|
60 | See "Plugins" section.
|
---|
61 |
|
---|
62 | NOTES
|
---|
63 | "Powered by FirstRSS Plugin" will be added to the bottom of pages and
|
---|
64 | blogs containing feeds. You can removed this in the source.
|
---|
65 |
|
---|
66 | TROUBLESHOOTING
|
---|
67 | If a feed doesn't work, try another feed. FirstRSS does not support
|
---|
68 | all RSS feeds.
|
---|
69 |
|
---|
70 | If you must email me, make sure to include the following: the WordPress
|
---|
71 | version, the PHP version, the FirstRSS version, the URL of the page, the
|
---|
72 | command you are using, a description of the output, the results of trying
|
---|
73 | another feed, your credit card number (kidding), and any other relevant
|
---|
74 | information.
|
---|
75 |
|
---|
76 | CONTACT ME
|
---|
77 | Chris Hatcher Chris@UnderJC.com
|
---|
78 |
|
---|
79 | CREDITS
|
---|
80 | Christopher Johnson ASCII Dilbert http://chris.com
|
---|