[geeklog-cvs] geeklog-1.3/system/classes/syndication atom.feed.class.php,1.1,1.2 feedparserbase.class.php,1.1,1.2 parserfactory.class.php,1.1,1.2 rdf.feed.class.php,1.1,1.2 rss.feed.class.php,1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Jan 26 04:03:09 EST 2005


Update of /var/cvs/geeklog-1.3/system/classes/syndication
In directory www:/tmp/cvs-serv31766

Modified Files:
	atom.feed.class.php feedparserbase.class.php 
	parserfactory.class.php rdf.feed.class.php rss.feed.class.php 
Log Message:
Pass the character set through in FeedParserFactory::reader; Added a note that the files are licensed under the ZLIB license.


Index: rss.feed.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/syndication/rss.feed.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rss.feed.class.php	23 Jan 2005 11:07:20 -0000	1.1
--- rss.feed.class.php	26 Jan 2005 09:03:06 -0000	1.2
***************
*** 6,9 ****
--- 6,11 ----
    /* Copyright (c) 2004 Michael Jervis (mike at fuckingbrit.com)                 */
    /*                                                                          */
+   /* This software is licensed under the terms of the ZLIB License:           */
+   /*                                                                          */
    /* This software is provided 'as-is', without any express or implied        */
    /* warranty. In no event will the authors be held liable for any damages    */
***************
*** 401,403 ****
      }
    }
! ?>
\ No newline at end of file
--- 403,405 ----
      }
    }
! ?>

Index: atom.feed.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/syndication/atom.feed.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** atom.feed.class.php	23 Jan 2005 11:07:20 -0000	1.1
--- atom.feed.class.php	26 Jan 2005 09:03:06 -0000	1.2
***************
*** 6,9 ****
--- 6,11 ----
    /* Copyright (c) 2004 Michael Jervis (mike at fuckingbrit.com)                 */
    /*                                                                          */
+   /* This software is licensed under the terms of the ZLIB License:           */
+   /*                                                                          */
    /* This software is provided 'as-is', without any express or implied        */
    /* warranty. In no event will the authors be held liable for any damages    */
***************
*** 205,207 ****
        }
      }
!   }
\ No newline at end of file
--- 207,209 ----
        }
      }
!   }

Index: parserfactory.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/syndication/parserfactory.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** parserfactory.class.php	23 Jan 2005 11:07:20 -0000	1.1
--- parserfactory.class.php	26 Jan 2005 09:03:06 -0000	1.2
***************
*** 6,9 ****
--- 6,11 ----
    /* Copyright (c) 2004 Michael Jervis (mike at fuckingbrit.com)                 */
    /*                                                                          */
+   /* This software is licensed under the terms of the ZLIB License:           */
+   /*                                                                          */
    /* This software is provided 'as-is', without any express or implied        */
    /* warranty. In no event will the authors be held liable for any damages    */
***************
*** 84,88 ****
        if( $fp = $this->_getFeed( $url ) )
        {
!         return $this->_findFeed( $fp );
        } else {
          return false;
--- 86,90 ----
        if( $fp = $this->_getFeed( $url ) )
        {
!         return $this->_findFeed( $fp, $targetformat );
        } else {
          return false;
***************
*** 256,258 ****
      }
    }
! ?>
\ No newline at end of file
--- 258,260 ----
      }
    }
! ?>

Index: rdf.feed.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/syndication/rdf.feed.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rdf.feed.class.php	23 Jan 2005 11:07:20 -0000	1.1
--- rdf.feed.class.php	26 Jan 2005 09:03:06 -0000	1.2
***************
*** 6,9 ****
--- 6,11 ----
    /* Copyright (c) 2004 Michael Jervis (mike at fuckingbrit.com)                 */
    /*                                                                          */
+   /* This software is licensed under the terms of the ZLIB License:           */
+   /*                                                                          */
    /* This software is provided 'as-is', without any express or implied        */
    /* warranty. In no event will the authors be held liable for any damages    */
***************
*** 201,203 ****
        }
      }
!   }
\ No newline at end of file
--- 203,205 ----
        }
      }
!   }

Index: feedparserbase.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/syndication/feedparserbase.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** feedparserbase.class.php	23 Jan 2005 11:07:20 -0000	1.1
--- feedparserbase.class.php	26 Jan 2005 09:03:06 -0000	1.2
***************
*** 6,9 ****
--- 6,11 ----
    /* Copyright (c) 2004 Michael Jervis (mike at fuckingbrit.com)                 */
    /*                                                                          */
+   /* This software is licensed under the terms of the ZLIB License:           */
+   /*                                                                          */
    /* This software is provided 'as-is', without any express or implied        */
    /* warranty. In no event will the authors be held liable for any damages    */
***************
*** 250,252 ****
      }
    }
! ?>
\ No newline at end of file
--- 252,254 ----
      }
    }
! ?>




More information about the geeklog-cvs mailing list