<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://doc.silverstripe.org/lib/styles/feed.css" 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://doc.silverstripe.org/feed.php">
        <title>SilverStripe Documentation</title>
        <description></description>
        <link>http://doc.silverstripe.org/</link>
        <image rdf:resource="http://doc.silverstripe.org/lib/images/favicon.ico" />
       <dc:date>2010-03-16T18:15:10+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=partial-caching&amp;amp;do=diff1268716296"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=upgrading:2.4.0&amp;amp;do=diff1268715182"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=modules:sqlite&amp;amp;do=diff1268704731"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=staticpublisher&amp;amp;do=diff1268624505"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=image&amp;amp;do=diff1268444043"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=modules:swfuploadfield&amp;amp;do=diff1268430670"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=recipes:removingassetsfromsearch&amp;amp;do=diff1268383014"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=coding-conventions&amp;amp;do=diff1268334781"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=recipes:cheat_sheet&amp;amp;do=diff1268281943"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=database-abstraction&amp;amp;do=diff1268267633"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=postgres&amp;amp;do=diff1268259833"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=modules:multiform&amp;amp;do=diff1268113196"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=server-requirements&amp;amp;do=diff1268087417"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=modules:cmsworkflow&amp;amp;do=diff1267992880"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=sake&amp;amp;do=diff1267739024"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=suggested-web-hosts&amp;amp;do=diff1267664432"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=common-problems&amp;amp;do=diff1267571862"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=dataobject&amp;amp;do=diff1267525134"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=int&amp;amp;do=diff1266975421"/>
                <rdf:li rdf:resource="http://doc.silverstripe.org/doku.php?id=htmleditorconfig&amp;amp;do=diff1266627559"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://doc.silverstripe.org/lib/images/favicon.ico">
        <title>SilverStripe Documentation</title>
        <link>http://doc.silverstripe.org/</link>
        <url>http://doc.silverstripe.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=partial-caching&amp;amp;do=diff1268716296">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-16T18:11:36+01:00</dc:date>
        <dc:creator>Hamish Friedlander (hfried@202.160.48.160)</dc:creator>
        <title>partial-caching</title>
        <link>http://doc.silverstripe.org/doku.php?id=partial-caching&amp;amp;do=diff1268716296</link>
        <description> Partial caching, new in SilverStripe 2.4, is a feature that allows the caching of just a portion of a page.  As opposed to static publishing, which avoids the SilverStripe controller layer on cached pages, partial caching allows caching for pages th...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=upgrading:2.4.0&amp;amp;do=diff1268715182">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-16T17:53:02+01:00</dc:date>
        <dc:creator>Sean Harvey (sharvey@202.160.48.160)</dc:creator>
        <title>upgrading:2.4.0 - Added methods and functions that are removed</title>
        <link>http://doc.silverstripe.org/doku.php?id=upgrading:2.4.0&amp;amp;do=diff1268715182</link>
        <description> In preparation for the pending release of 2.4.0 the following page contains all the information you need to know about the changes that have been undertaken.  This page doesn&amp;rsquo;t include new features of 2.4.0 as such, just functionality that has...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=modules:sqlite&amp;amp;do=diff1268704731">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-16T14:58:51+01:00</dc:date>
        <dc:creator>Andreas Piening (apiening@202.160.48.160)</dc:creator>
        <title>modules:sqlite</title>
        <link>http://doc.silverstripe.org/doku.php?id=modules:sqlite&amp;amp;do=diff1268704731</link>
        <description>  SQLite3 Database Module   The sqlite3 module enables you run Silverstripe entirely off a SQLite3 database.   Special Features &amp;amp; Peculiarities   Unlike client-server DBMSs there is no server process running but the SQLite3 library is linked into...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=staticpublisher&amp;amp;do=diff1268624505">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-15T16:41:45+01:00</dc:date>
        <dc:creator>Sam Minnee (sminnee@202.160.48.160)</dc:creator>
        <title>staticpublisher</title>
        <link>http://doc.silverstripe.org/doku.php?id=staticpublisher&amp;amp;do=diff1268624505</link>
        <description> Many sites get too much traffic to justify dynamically sending every request. Caching is needed. The static publication system will generate static versions of your content that can be served without ever hitting PHP.  See StaticExporter for a less ...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=image&amp;amp;do=diff1268444043">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-13T14:34:03+01:00</dc:date>
        <dc:creator>Will Rossiter (wrossiter@202.160.48.160)</dc:creator>
        <title>image</title>
        <link>http://doc.silverstripe.org/doku.php?id=image&amp;amp;do=diff1268444043</link>
        <description> Represents an image object, inheriting all base functionality from the file class with extra functionality including resizing.   Usage   Form Fields  ImageField. Designed to provide a complex image uploader for the CMS.  SimpleImageField. A Simple I...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=modules:swfuploadfield&amp;amp;do=diff1268430670">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-13T10:51:10+01:00</dc:date>
        <dc:creator>Aaron Carlino (unclecheese@65.19.74.30)</dc:creator>
        <title>modules:swfuploadfield</title>
        <link>http://doc.silverstripe.org/doku.php?id=modules:swfuploadfield&amp;amp;do=diff1268430670</link>
        <description> This plugin will allow the use of a SWFUploadField object as a substitute for a FileField in the CMS or on any custom form on your website. SWFUpload is an open source project that enables the use of Flash-based uploading through Javascript. The use...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=recipes:removingassetsfromsearch&amp;amp;do=diff1268383014">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-12T21:36:54+01:00</dc:date>
        <dc:creator>Timon (netnoise@92.230.57.248)</dc:creator>
        <title>recipes:removingassetsfromsearch</title>
        <link>http://doc.silverstripe.org/doku.php?id=recipes:removingassetsfromsearch&amp;amp;do=diff1268383014</link>
        <description> Below is a small variation on the standard search (see Tutorial 4: Site Search for an implementation of this search form) &amp;nbsp; function results&amp;#40;$data, $form&amp;#41;&amp;#123;  $data = array&amp;#40;  'Results' =&amp;gt; $form-&amp;gt;getResults&amp;#40;&amp;#41;,  'Quer...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=coding-conventions&amp;amp;do=diff1268334781">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-12T08:13:01+01:00</dc:date>
        <dc:creator>ischommer (ischommer@202.160.48.160)</dc:creator>
        <title>coding-conventions</title>
        <link>http://doc.silverstripe.org/doku.php?id=coding-conventions&amp;amp;do=diff1268334781</link>
        <description> The following page should be used to outline the best practices to use while your developing using SilverStripe. They should be followed as close as possible for modules and your core patches   PHP Code   Naming   Class and File Names Are in UpperCa...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=recipes:cheat_sheet&amp;amp;do=diff1268281943">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-11T17:32:23+01:00</dc:date>
        <dc:creator>nicolaas (nicolaas@122.167.71.146)</dc:creator>
        <title>recipes:cheat_sheet</title>
        <link>http://doc.silverstripe.org/doku.php?id=recipes:cheat_sheet&amp;amp;do=diff1268281943</link>
        <description> Below, anyone is welcome to add ideas for a Silvestripe Cheat Sheet. If you dont want to add anything directly, but you suggest we remove / change / rethink something then please add a comment at the bottom. Please do not delete or alter anything su...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=database-abstraction&amp;amp;do=diff1268267633">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-11T13:33:53+01:00</dc:date>
        <dc:creator>Sam Minnee (sminnee@202.160.48.160)</dc:creator>
        <title>database-abstraction - Added a link to a drupal wiki page on the subject</title>
        <link>http://doc.silverstripe.org/doku.php?id=database-abstraction&amp;amp;do=diff1268267633</link>
        <description> This page is intended to be a guide to SilverStripe developers wanting to make their applications database-agnostic.   SQL syntax   The following guidelines should be applied to the SQL that you generate, either directly or in your arguments to Data...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=postgres&amp;amp;do=diff1268259833">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-11T11:23:53+01:00</dc:date>
        <dc:creator>Andreas Piening (apiening@202.160.48.160)</dc:creator>
        <title>postgres</title>
        <link>http://doc.silverstripe.org/doku.php?id=postgres&amp;amp;do=diff1268259833</link>
        <description> SilverStripe now has tentative support for PostgreSQL (&amp;rsquo;Postgres&amp;rsquo;). This available though a module which you can use after completing a successful MySQL installation.   Requirements   SilverStripe 2.4. PostgreSQL support is NOT available...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=modules:multiform&amp;amp;do=diff1268113196">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-09T18:39:56+01:00</dc:date>
        <dc:creator>Michael Andrewartha (mandrew@202.160.48.160)</dc:creator>
        <title>modules:multiform</title>
        <link>http://doc.silverstripe.org/doku.php?id=modules:multiform&amp;amp;do=diff1268113196</link>
        <description> MultiForm is a module for Sapphire, allowing flow control for forms, and step process to be automatically determined based on configuration variables on each step class. It augments the existing Form class in Sapphire.  It&amp;rsquo;s goal is to allow g...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=server-requirements&amp;amp;do=diff1268087417">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-09T11:30:17+01:00</dc:date>
        <dc:creator>Sean Harvey (sharvey@202.160.48.160)</dc:creator>
        <title>server-requirements - Updated minimum PHP version</title>
        <link>http://doc.silverstripe.org/doku.php?id=server-requirements&amp;amp;do=diff1268087417</link>
        <description> We try to be as wide as possible in our server requirements. However, there are some limitations. Please check our suggested-web-hosts (and add your host if the installation was successful).  If you&amp;rsquo;re running Windows, we recommend using the W...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=modules:cmsworkflow&amp;amp;do=diff1267992880">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-08T09:14:40+01:00</dc:date>
        <dc:creator>ischommer (ischommer@202.160.48.160)</dc:creator>
        <title>modules:cmsworkflow</title>
        <link>http://doc.silverstripe.org/doku.php?id=modules:cmsworkflow&amp;amp;do=diff1267992880</link>
        <description> Adds a publishing workflow to the CMS, in which content authors can request publication from a group of administrators. The permissions for content ownership and publication are configurable on a page-by-page basis. The module acts on top of the bui...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=sake&amp;amp;do=diff1267739024">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-05T10:43:44+01:00</dc:date>
        <dc:creator>Michael Andrewartha (mandrew@202.160.48.160)</dc:creator>
        <title>sake</title>
        <link>http://doc.silverstripe.org/doku.php?id=sake&amp;amp;do=diff1267739024</link>
        <description> NOTE: This feature is currently only available in trunk and will be released in SilverStripe 2.3.  Sake is a wrapper around Sapphire&amp;rsquo;s cli-script.php, designed to be used for build related tasks such as testing and database upgrades.  If you a...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=suggested-web-hosts&amp;amp;do=diff1267664432">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-04T14:00:32+01:00</dc:date>
        <dc:creator>Joseph Blythe (codeguerrilla@202.136.108.12)</dc:creator>
        <title>suggested-web-hosts</title>
        <link>http://doc.silverstripe.org/doku.php?id=suggested-web-hosts&amp;amp;do=diff1267664432</link>
        <description> These webhosts all run PHP5 and have had various levels of confirmation that SilverStripe runs on them. Please update this page based on your experiences, for the benefit of others!   Only include hosts that meet SilverStripe server requirements  Us...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=common-problems&amp;amp;do=diff1267571862">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-03T12:17:42+01:00</dc:date>
        <dc:creator>Luke Hudson (luke_silverstripe.com@202.160.48.160)</dc:creator>
        <title>common-problems - typo tweak</title>
        <link>http://doc.silverstripe.org/doku.php?id=common-problems&amp;amp;do=diff1267571862</link>
        <description> From time to time, things will go wrong. Here&amp;rsquo;s a few things to try when you&amp;rsquo;re confused:   Put ?flush=1 on the end of the URL  Putting ?flush=1 on the end of the URL will clear out all cached content; this is a pretty common solution to...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=dataobject&amp;amp;do=diff1267525134">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-02T23:18:54+01:00</dc:date>
        <dc:creator>Juan Molina (juanitou@78.115.236.74)</dc:creator>
        <title>dataobject</title>
        <link>http://doc.silverstripe.org/doku.php?id=dataobject&amp;amp;do=diff1267525134</link>
        <description> A single database record &amp;amp; abstract class for the data-access-model.   Usage  datamodel: The basic pricinples  objectmodel: Casting and special property-parsing  DataObjectSet: A &amp;ldquo;container&amp;rdquo; for DataObjects   Basics  The call to Data...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=int&amp;amp;do=diff1266975421">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-24T14:37:01+01:00</dc:date>
        <dc:creator>Sam Minnee (sminnee@202.160.48.160)</dc:creator>
        <title>int</title>
        <link>http://doc.silverstripe.org/doku.php?id=int&amp;amp;do=diff1266975421</link>
        <description> Class Int represents a signed 32 bit integer field. It&amp;rsquo;s a subclass of DBField; for more information about these database field classes works, see the DBField page.  Instantiation static $db = array&amp;#40;  &quot;NumVisits&quot; =&amp;gt; &quot;Int&quot;, &amp;#41;;  Usage...</description>
    </item>
    <item rdf:about="http://doc.silverstripe.org/doku.php?id=htmleditorconfig&amp;amp;do=diff1266627559">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-20T13:59:19+01:00</dc:date>
        <dc:creator>Will Rossiter (wrossiter@202.160.48.160)</dc:creator>
        <title>htmleditorconfig</title>
        <link>http://doc.silverstripe.org/doku.php?id=htmleditorconfig&amp;amp;do=diff1266627559</link>
        <description> To customize the default tinymce configuration you can use HTMLEditorConfig file. Note this functionality is likely to be changed in future releases.  You can customize the installation by adding the following examples to your getCMSFields(). This w...</description>
    </item>
</rdf:RDF>
