]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/libraries/simplepie/library/SimplePie/Core.php
[change] we now use Full-Text RSS 3.1, thank you so much @fivefilters
[github/wallabag/wallabag.git] / inc / 3rdparty / libraries / simplepie / library / SimplePie / Core.php
similarity index 91%
rename from inc/3rdparty/simplepie/SimplePie.php
rename to inc/3rdparty/libraries/simplepie/library/SimplePie/Core.php
index 9e07c137b0eba5303d310ad769c43deb89119631..46d996628eb8e00d431ac29e512206ea8837a7f4 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  *
  * @package SimplePie
- * @version 1.3-dev
- * @copyright 2004-2010 Ryan Parman, Geoffrey Sneddon, Ryan McCue
+ * @version 1.3.1
+ * @copyright 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
  * @author Ryan Parman
  * @author Geoffrey Sneddon
  * @author Ryan McCue
  * @link http://simplepie.org/ SimplePie
  * @license http://www.opensource.org/licenses/bsd-license.php BSD License
- * @todo phpDoc comments
  */
 
 /**
  *
  * Class for backward compatibility.
  *
+ * @deprecated Use {@see SimplePie} directly
  * @package SimplePie
+ * @subpackage API
  */
-class SimplePie extends SimplePie_Core
+class SimplePie_Core extends SimplePie
 {
 
 }
\ No newline at end of file