Changeset 46419

Show
Ignore:
Timestamp:
05/17/08 03:41:48 (2 months ago)
Author:
Dr C
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • multifeedsnap/tags/1.0/multifeedsnap.php

    r46364 r46419  
    22/*  
    33Plugin Name: MultiFeedSnap  
     4Plugin URI: http://www.colincaprani.com/wordpress/2008/05/multifeedsnap/ 
    45Description: Plugin for displaying multiple RSS Feeds. 
    5 Version: 0.1  
     6Version: 1.0  
    67Author: Colin Caprani  
    78Author URI: http://www.colincaprani.com  
     9Disclaimer: Use at your own risk. No warranty expressed or implied is provided. 
    810 
    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*/ 
    1627 
    1728function multifeedsnap_function ($text) 
  • multifeedsnap/trunk/multifeedsnap.php

    r46357 r46419  
    22/*  
    33Plugin Name: MultiFeedSnap  
     4Plugin URI: http://www.colincaprani.com/wordpress/2008/05/multifeedsnap/ 
    45Description: Plugin for displaying multiple RSS Feeds. 
    5 Version: 0.1  
     6Version: 1.0  
    67Author: Colin Caprani  
    78Author URI: http://www.colincaprani.com  
     9Disclaimer: Use at your own risk. No warranty expressed or implied is provided. 
    810 
    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*/ 
    1627 
    1728function multifeedsnap_function ($text)