<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://qcal.lukevisinoni.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://qcal.lukevisinoni.com/feed.php">
        <title>qCal</title>
        <description></description>
        <link>http://qcal.lukevisinoni.com/</link>
        <image rdf:resource="http://qcal.lukevisinoni.com/lib/images/favicon.ico" />
       <dc:date>2010-07-29T14:07:05-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://qcal.lukevisinoni.com/doku.php?id=date&amp;rev=1271592429&amp;do=diff"/>
                <rdf:li rdf:resource="http://qcal.lukevisinoni.com/doku.php?id=start&amp;rev=1264056509&amp;do=diff"/>
                <rdf:li rdf:resource="http://qcal.lukevisinoni.com/doku.php?id=time&amp;rev=1264018253&amp;do=diff"/>
                <rdf:li rdf:resource="http://qcal.lukevisinoni.com/doku.php?id=qcal_component&amp;rev=1263939149&amp;do=diff"/>
                <rdf:li rdf:resource="http://qcal.lukevisinoni.com/doku.php?id=icalendar_components&amp;rev=1263936263&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://qcal.lukevisinoni.com/lib/images/favicon.ico">
        <title>qCal</title>
        <link>http://qcal.lukevisinoni.com/</link>
        <url>http://qcal.lukevisinoni.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://qcal.lukevisinoni.com/doku.php?id=date&amp;rev=1271592429&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-18T05:07:09-07:00</dc:date>
        <dc:creator>Luke Visinoni</dc:creator>
        <title>date</title>
        <link>http://qcal.lukevisinoni.com/doku.php?id=date&amp;rev=1271592429&amp;do=diff</link>
        <description>Dates in qCal are represented by the qCal_Date object (naturally). qCal_Date is immutable, meaning once you instantiate it, there is no way to change the date it represents. So if you need a new date, create a new object.

Instantiation


new qCal_Date( [ int $year [, int $month [, int $day [, bool $rollover ]]]] )</description>
    </item>
    <item rdf:about="http://qcal.lukevisinoni.com/doku.php?id=start&amp;rev=1264056509&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-20T22:48:29-07:00</dc:date>
        <dc:creator>Luke Visinoni</dc:creator>
        <title>start</title>
        <link>http://qcal.lukevisinoni.com/doku.php?id=start&amp;rev=1264056509&amp;do=diff</link>
        <description>qCal is an open-source, object-oriented, iCalendar library for PHP5. It is written using common design patterns and best practices. As of right now, the latest version is 0.0.2.

Installation

	*  Downloading and extracting the library
	*  Uploading to your web server
	*  Setting up autoload
	*  Running the unit tests</description>
    </item>
    <item rdf:about="http://qcal.lukevisinoni.com/doku.php?id=time&amp;rev=1264018253&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-20T12:10:53-07:00</dc:date>
        <dc:creator>Luke Visinoni</dc:creator>
        <title>time</title>
        <link>http://qcal.lukevisinoni.com/doku.php?id=time&amp;rev=1264018253&amp;do=diff</link>
        <description>Times in qCal are represented by the qCal_Time object (naturally). qCal_Time is immutable, meaning once you instantiate it, there is no way to change the time it represents. So if you need a new time, create a new object.

Instantiation


new qCal_Time( [int $hour [, int $minute [, int $second [, mixed $timezone [, bool $rollover ]]]]] )</description>
    </item>
    <item rdf:about="http://qcal.lukevisinoni.com/doku.php?id=qcal_component&amp;rev=1263939149&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-19T14:12:29-07:00</dc:date>
        <dc:creator>Luke Visinoni</dc:creator>
        <title>qcal_component</title>
        <link>http://qcal.lukevisinoni.com/doku.php?id=qcal_component&amp;rev=1263939149&amp;do=diff</link>
        <description>This is the class from which all other component classes inherit from. There are some component classes that have a lot of features on top of what comes from this class, and there are some that have almost no extra functionality. But either way, I would advise you read this section before reading about any of its descendents (qCal_Component_Vevent for instance).</description>
    </item>
    <item rdf:about="http://qcal.lukevisinoni.com/doku.php?id=icalendar_components&amp;rev=1263936263&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-19T13:24:23-07:00</dc:date>
        <dc:creator>Luke Visinoni</dc:creator>
        <title>icalendar_components</title>
        <link>http://qcal.lukevisinoni.com/doku.php?id=icalendar_components&amp;rev=1263936263&amp;do=diff</link>
        <description>Within the iCalendar specification, components are a collection of properties that define calendaring and scheduling information. Each iCalendar file contains one or more core iCalendar objects which, in turn, must contain at least one of the following components.</description>
    </item>
</rdf:RDF>
