Parsed: 124502

<?php

/**
 * MagpieRSS: a simple RSS integration tool
 *
 * A compiled file for RSS syndication
 *
 * @author Kellan Elliott-McCrea <kellan@protest.net>
 * @version 0.51
 * @license GPL
 *
 * @package External
 * @subpackage MagpieRSS
 * @deprecated 3.0.0 Use SimplePie instead.
 */


/**
 * Deprecated. Use SimplePie (class-simplepie.php) instead.
 */
_deprecated_file( basename( __FILE__ ), '3.0.0', WPINC . '/class-simplepie.php' );


/**
 * Fires before MagpieRSS is loaded, to optionally replace it.
 *
 * @since 2.3.0
 * @deprecated 3.0.0
 */
do_action( 'load_feed_engine' );

define('RSS', 'RSS');
define('ATOM', 'Atom');
define('MAGPIE_USER_AGENT', 'WordPress/' . $GLOBALS['wp_version']);

/* class MagpieRSS */
/* function MagpieRSS::__construct() – PHP5 constructor. */
/* function MagpieRSS::MagpieRSS() – PHP4 constructor. */
/* function MagpieRSS::feed_start_element() – */
/* function MagpieRSS::feed_cdata() – */
/* function MagpieRSS::feed_end_element() – */
/* function MagpieRSS::concat() – */
/* function MagpieRSS::append_content() – */
/* function MagpieRSS::append() – */
/* function MagpieRSS::normalize() – */
/* function MagpieRSS::is_rss() – */
/* function MagpieRSS::is_atom() – */
/* function MagpieRSS::map_attrs() – */
/* function MagpieRSS::error() – */

if ( !function_exists('fetch_rss') ) :
/* function fetch_rss() – Build Magpie object based on RSS from URL. */
endif;

/* function _fetch_remote_file() – Retrieve URL headers and content using WP HTTP Request API. */

/* function _response_to_rss() – Retrieve */

/* function init() – Set up constants with default values, unless user overrides. */

/* function is_info() – */

/* function is_success() – */

/* function is_redirect() – */

/* function is_error() – */

/* function is_client_error() – */

/* function is_server_error() – */

/* class RSSCache */
/* function RSSCache::__construct() – PHP5 constructor. */
/* function RSSCache::RSSCache() – PHP4 constructor. */
/* function RSSCache::set() – */
/* function RSSCache::get() – */
/* function RSSCache::check_cache() – */
/* function RSSCache::serialize() – */
/* function RSSCache::unserialize() – */
/* function RSSCache::file_name() – */
/* function RSSCache::error() – */
/* function RSSCache::debug() – */

if ( !function_exists('parse_w3cdtf') ) :
/* function parse_w3cdtf() – */
endif;

if ( !function_exists('wp_rss') ) :
/* function wp_rss() – Display all RSS items in a HTML ordered list. */
endif;

if ( !function_exists('get_rss') ) :
/* function get_rss() – Display RSS items in HTML list items. */
endif;