<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://simplepie.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>SimplePie</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/"/>
    <id>http://simplepie.org/wiki/</id>
    <updated>2010-03-14T06:44:28-07:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://simplepie.org/wiki/feed.php" />
    <entry>
        <title>Create a sample SimplePie-enabled page - Add $feed-&gt;init()</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/setup/sample_page"/>
        <published>2010-03-13T05:44:05-07:00</published>
        <updated>2010-03-13T05:44:05-07:00</updated>
        <id>http://simplepie.org/wiki/setup/sample_page</id>
        <author>
            <name>Ryan McCue</name>
        </author>
        <summary>Example: Nothing Fancy

This is a very basic page with valid XHTML 1.1 syntax.  This is likely what a bare-minimum page would look like.


&lt;?php

// Make sure SimplePie is included. You may need to change this to match the location of simplepie.inc.
require_once('../simplepie.inc');

// We'll process this feed with all of the default options.
$feed = new SimplePie();

// Set which feed to process.
$feed-&gt;set_feed_url('http://simplepie.org/blog/feed/');

// Run SimplePie.
$feed-&gt;init();

// This …</summary>
    </entry>
    <entry>
        <title>Sort multiple feeds by time and date</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/tutorial/sort_multiple_feeds_by_time_and_date"/>
        <published>2010-02-22T01:29:47-07:00</published>
        <updated>2010-02-22T01:29:47-07:00</updated>
        <id>http://simplepie.org/wiki/tutorial/sort_multiple_feeds_by_time_and_date</id>
        <author>
            <name>Ryan McCue</name>
        </author>
        <summary>In SimplePie 1.0, we simplified the process of merging together multiple feeds, sorting them by date, and displaying them.  This method allows you to do all of the normal SimplePie stuff without requiring you to do any array hacking or anything.

There are, however, two things to keep in mind about merging multiple feeds:</summary>
    </entry>
    <entry>
        <title>SimplePie</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/reference/simplepie/start"/>
        <published>2010-02-22T01:29:00-07:00</published>
        <updated>2010-02-22T01:29:00-07:00</updated>
        <id>http://simplepie.org/wiki/reference/simplepie/start</id>
        <author>
            <name>Ryan McCue</name>
        </author>
        <summary>Description

class SimplePie {
	SimplePie ([string $feed_url], [string $cache_location], [int $cache_duration])
}

Creates a new SimplePie object, optionally setting various settings (see their specific pages for more detail).

:!: There are differences between handling a single feed and merging feeds together with Multifeeds. Read Typical Multifeed Gotchas for notes on common issues.</summary>
    </entry>
    <entry>
        <title>Documentation</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/start"/>
        <published>2010-02-16T20:39:11-07:00</published>
        <updated>2010-02-16T20:39:11-07:00</updated>
        <id>http://simplepie.org/wiki/start</id>
        <author>
            <name>Brooke Dukes</name>
        </author>
        <summary>We've seen far too many open-source projects have really poor documentation, if any at all. We don't want to be like that. Our goal is to provide you with everything you need to install, upgrade, get started with, and really push SimplePie to its limits.</summary>
    </entry>
    <entry>
        <title>Ideas and Inspiration</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/ideas/start"/>
        <published>2010-01-28T15:56:17-07:00</published>
        <updated>2010-01-28T15:56:17-07:00</updated>
        <id>http://simplepie.org/wiki/ideas/start</id>
        <author>
            <name>Ian Coleman</name>
        </author>
        <summary>Sites that have integrated SimplePie

This may not be a complete list.

	*  Ars Grafik Using SimplePie on WordPress to populate dynamic image navigation between sites within the Ars Network.
	*  Alpine Camp Blogs We used it with wordpress to dynamically populate FAQ, and info popUp's based on the feeds wordpress generates.
	*  CowFeeder: A very simple, yet great-looking online feed reader.
	*  Buzzear: Buzzear is a blog directory and aggregator focused on the spanish speaking blogosphere.
	*  Fl…</summary>
    </entry>
    <entry>
        <title>SimplePie Plugins and Integration</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/plugins/start"/>
        <published>2010-01-21T10:40:16-07:00</published>
        <updated>2010-01-21T10:40:16-07:00</updated>
        <id>http://simplepie.org/wiki/plugins/start</id>
        <author>
            <name>Haggler Nikke</name>
        </author>
        <summary>This is a list of links for documentation for all of the SimplePie plugins and integrations that we are aware of.  Let's try to keep this list alphabetized so that it stays well-organized.

:!: Also check out SimplePie Add-ons for enhancements to the core SimplePie functionality.</summary>
    </entry>
    <entry>
        <title>NewsBlocks Demo 2.0</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/tutorial/how_to_replicate_popurls"/>
        <published>2010-01-20T12:25:47-07:00</published>
        <updated>2010-01-20T12:25:47-07:00</updated>
        <id>http://simplepie.org/wiki/tutorial/how_to_replicate_popurls</id>
        <author>
            <name>Iwan Suryadmo</name>
        </author>
        <summary>Recently, websites like PopURLs, 1-TM, TheWebList, Miniboxs, and Original Signal have become all the rage.  Generally, these sites consist of multiple feeds -- each it it's own block on the page.  These sites typically consist of a relatively wide range of topics from news to media to technology to whatever else.</summary>
    </entry>
    <entry>
        <title>Goals for SimplePie 2 - old revision restored</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/sp2/goals"/>
        <published>2010-01-19T03:42:58-07:00</published>
        <updated>2010-01-19T03:42:58-07:00</updated>
        <id>http://simplepie.org/wiki/sp2/goals</id>
        <author>
            <name>Robert</name>
        </author>
        <summary>Over the past four years or so, SimplePie has grown from a completely unknown set of functions sitting on top of MagpieRSS to one of the world's most popular feed parsers with thousands and thousands of users all over the world. Also in that time, SimplePie has started to outgrow its architecture. People use SimplePie for all sorts of tasks that we never really anticipated, so we believe we've now reached a point where it's time for a reset.</summary>
    </entry>
    <entry>
        <title>Setting up a cron job for SimplePie and SimplePie Plugin for Wordpress - wget is a bad way to run this.</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/tutorial/setting_up_a_cron_job_with_simplepie"/>
        <published>2009-11-25T13:09:18-07:00</published>
        <updated>2009-11-25T13:09:18-07:00</updated>
        <id>http://simplepie.org/wiki/tutorial/setting_up_a_cron_job_with_simplepie</id>
        <author>
            <name>Adam Miner</name>
        </author>
        <summary>This procedure to set up a cron job to update the SimplePie cache in the background once an hour is similar for both SimplePie and SimplePie Plugin for Wordpress so I've combined them in one tutorial.

Compatibility

	*  Supported in SimplePie 1.0 or newer.
	*  Requires a Linux based host that allows cron jobs.</summary>
    </entry>
    <entry>
        <title>Frequently Asked Questions</title>
        <link rel="alternate" type="text/html" href="http://simplepie.org/wiki/faq/start"/>
        <published>2009-11-18T09:42:10-07:00</published>
        <updated>2009-11-18T09:42:10-07:00</updated>
        <id>http://simplepie.org/wiki/faq/start</id>
        <author>
            <name>Ryan Parman</name>
        </author>
        <summary>These are questions that are frequently asked about SimplePie.  For discussions about how to do things, check the Tips, Tricks, Tutorials, and Screencasts page.

General

	*  What is SimplePie?
	*  What are RSS and Atom feeds?
	*  Who works on SimplePie?
	*  What versions of RSS or Atom do you support?
	*  Why would I use SimplePie over something else?
	*  Can SimplePie generate new feeds?
	*  Can SimplePie parse raw XML feeds?
	*  Where can I get some help with SimplePie?
	*  I love SimplePie! …</summary>
    </entry>
</feed>
