Changeset 46419
- Timestamp:
- 05/17/08 03:41:48 (2 months ago)
- Files:
-
- multifeedsnap/tags/1.0/multifeedsnap.php (modified) (1 diff)
- multifeedsnap/trunk/multifeedsnap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
multifeedsnap/tags/1.0/multifeedsnap.php
r46364 r46419 2 2 /* 3 3 Plugin Name: MultiFeedSnap 4 Plugin URI: http://www.colincaprani.com/wordpress/2008/05/multifeedsnap/ 4 5 Description: Plugin for displaying multiple RSS Feeds. 5 Version: 0.16 Version: 1.0 6 7 Author: Colin Caprani 7 8 Author URI: http://www.colincaprani.com 9 Disclaimer: Use at your own risk. No warranty expressed or implied is provided. 8 10 9 This plugin is an extension of Paul Morley's FeedSnap 10 Paul Morley's website is down and so I have not been able to contact him for 11 consent, though there is no license on FeedSnap. 12 It uses TextBetweenArray($s1,$s2,$s) posted by mvp at mvpprograms dot com at 13 http://ie2.php.net/manual/en/function.strpos.php#72019. 14 It also uses the ideas at http://wordpress.pastebin.ca/276266. 15 */ 11 Copyright 2008 Colin Caprani (email: info@colincaprani.com) 12 13 This program is free software; you can redistribute it and/or modify 14 it under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2 of the License, or 16 (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, write to the Free Software 25 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 */ 16 27 17 28 function multifeedsnap_function ($text) multifeedsnap/trunk/multifeedsnap.php
r46357 r46419 2 2 /* 3 3 Plugin Name: MultiFeedSnap 4 Plugin URI: http://www.colincaprani.com/wordpress/2008/05/multifeedsnap/ 4 5 Description: Plugin for displaying multiple RSS Feeds. 5 Version: 0.16 Version: 1.0 6 7 Author: Colin Caprani 7 8 Author URI: http://www.colincaprani.com 9 Disclaimer: Use at your own risk. No warranty expressed or implied is provided. 8 10 9 This plugin is an extension of Paul Morley's FeedSnap 10 Paul Morley's website is down and so I have not been able to contact him for 11 consent, though there is no license on FeedSnap. 12 It uses TextBetweenArray($s1,$s2,$s) posted by mvp at mvpprograms dot com at 13 http://ie2.php.net/manual/en/function.strpos.php#72019. 14 It also uses the ideas at http://wordpress.pastebin.ca/276266. 15 */ 11 Copyright 2008 Colin Caprani (email: info@colincaprani.com) 12 13 This program is free software; you can redistribute it and/or modify 14 it under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2 of the License, or 16 (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, write to the Free Software 25 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 */ 16 27 17 28 function multifeedsnap_function ($text)
