<?xml version="1.0" encoding="iso-8859-1"?>
                <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
                    <channel rdf:about="http://pear.unl.edu">
                        <link>http://pear.unl.edu/index.php</link>
                        <dc:creator>http://pear.unl.edu/index.php</dc:creator>
                        <dc:language>en-US</dc:language>
                        <title>UNL PEAR Channel</title>
                        <description>The latest releases for UNL PEAR Channel</description>
                        <items>
                            <rdf:Seq><rdf:li rdf:resource="http://pear.unl.edu/index.php?package=UNL_Auth&amp;release=0.4.0&amp;downloads"/><rdf:li rdf:resource="http://pear.unl.edu/index.php?package=UNL_Cache_Lite&amp;release=0.1.0&amp;downloads"/><rdf:li rdf:resource="http://pear.unl.edu/index.php?package=UNL_Templates&amp;release=1.0.0RC9&amp;downloads"/><rdf:li rdf:resource="http://pear.unl.edu/index.php?package=UNL_Common_Building_Info&amp;release=0.2.13&amp;downloads"/><rdf:li rdf:resource="http://pear.unl.edu/index.php?package=UNL_Templates&amp;release=1.0.0RC8&amp;downloads"/>
                            </rdf:Seq>
                        </items>
                    </channel>
                    <item rdf:about="http://pear.unl.edu/index.php?package=UNL_Auth&amp;release=0.4.0&amp;downloads">
                        <title>UNL_Auth 0.4.0 (alpha)</title>
                        <link>http://pear.unl.edu/index.php?package=UNL_Auth&amp;=0.4.0&amp;downloads</link>
                        <description>
                            * Fix E_STRICT warning about static methods.
                        </description>
                        <dc:date>2009-11-18T10:47:41-06:00</dc:date>
                    </item>
                    <item rdf:about="http://pear.unl.edu/index.php?package=UNL_Cache_Lite&amp;release=0.1.0&amp;downloads">
                        <title>UNL_Cache_Lite 0.1.0 (beta)</title>
                        <link>http://pear.unl.edu/index.php?package=UNL_Cache_Lite&amp;=0.1.0&amp;downloads</link>
                        <description>
                            Port of cache lite, remove PEAR dependency, use exceptions instead of PEAR_Error.
                        </description>
                        <dc:date>2009-10-20T13:59:53-05:00</dc:date>
                    </item>
                    <item rdf:about="http://pear.unl.edu/index.php?package=UNL_Templates&amp;release=1.0.0RC9&amp;downloads">
                        <title>UNL_Templates 1.0.0RC9 (beta)</title>
                        <link>http://pear.unl.edu/index.php?package=UNL_Templates&amp;=1.0.0RC9&amp;downloads</link>
                        <description>
                            Feature Release!
Added support for specifying the template version, 2 or 3.
* UNL_Templates::$options['version'] = 3; to use the new templates.
* Added the secure template.
* Add debug template.
* Updated Version 3 templates to reflect footer changes.

Additional work to prevent broken pages.
* If local files are not present for the <!--#include statements, it will grab them remotely.
* If wdn/templates_3.0 does not exist locally it will use a template with absolute references to prevent broken pages.

New methods:
* addHeadLink($href, $relation, $relType = 'rel', array $attributes = array())
* addScript($url, $type = 'text/javascript')
* addScriptDeclaration($content, $type = 'text/javascript')
* addStyleDeclaration($content, $type = 'text/css')
* addStyleSheet($url, $media = 'all')
* __toString()  Now you can just use echo $page;

Auto loading of files - now supporting:
* optionalfooter=>optionalFooter.html
* collegenavigationlist=>unitNavigation.html
* contactinfo=>footerContactInfo.html

New Remote Template Scanner UNL_Templates_Scanner
* Scans a rendered UNL Template page for the editable content areas.

Other fixes:
* Use static vars instead of PEAR::getStaticProperty() - fixes E_STRICT warnings
* Remove debug code causing cache to never be used.
* Fix debugging.
* Merge UNL_DWT::$options with options from ini file instead of overwriting.
* Set default timezone to use before we use date functions.
* Add newlines after header additions.
* Fix addScriptDeclaration method to comment out CDATA to prevent syntax errors.

Add example of a custom class with auto-breadcrumb generation and body content loading.
                        </description>
                        <dc:date>2009-09-10T10:20:56-05:00</dc:date>
                    </item>
                    <item rdf:about="http://pear.unl.edu/index.php?package=UNL_Common_Building_Info&amp;release=0.2.13&amp;downloads">
                        <title>UNL_Common_Building_Info 0.2.13 (beta)</title>
                        <link>http://pear.unl.edu/index.php?package=UNL_Common_Building_Info&amp;=0.2.13&amp;downloads</link>
                        <description>
                            Update 501 Information.
                        </description>
                        <dc:date>2009-09-08T11:05:55-05:00</dc:date>
                    </item>
                    <item rdf:about="http://pear.unl.edu/index.php?package=UNL_Templates&amp;release=1.0.0RC8&amp;downloads">
                        <title>UNL_Templates 1.0.0RC8 (beta)</title>
                        <link>http://pear.unl.edu/index.php?package=UNL_Templates&amp;=1.0.0RC8&amp;downloads</link>
                        <description>
                            Feature Release!
Added support for specifying the template version, 2 or 3.
* UNL_Templates::$options['version'] = 3; to use the new templates.
* Added the secure template.
* Updated Version 3 templates to reflect footer changes.

Additional work to prevent broken pages.
* If local files are not present for the <!--#include statements, it will grab them remotely.
* If wdn/templates_3.0 does not exist locally it will use a template with absolute references to prevent broken pages.

New methods:
* addHeadLink($href, $relation, $relType = 'rel', array $attributes = array())
* addScript($url, $type = 'text/javascript')
* addScriptDeclaration($content, $type = 'text/javascript')
* addStyleDeclaration($content, $type = 'text/css')
* addStyleSheet($url, $media = 'all')
* __toString()  Now you can just use echo $page;

Auto loading of files - now supporting:
* optionalfooter=>optionalFooter.html
* collegenavigationlist=>unitNavigation.html
* contactinfo=>footerContactInfo.html

New Remote Template Scanner UNL_Templates_Scanner
* Scans a rendered UNL Template page for the editable content areas.

Other fixes:
* Use static vars instead of PEAR::getStaticProperty() - fixes E_STRICT warnings
* Remove debug code causing cache to never be used.
* Fix debugging.
* Merge UNL_DWT::$options with options from ini file instead of overwriting.
* Set default timezone to use before we use date functions.
* Add newlines after header additions.
* Fix addScriptDeclaration method to comment out CDATA to prevent syntax errors.

Add example of a custom class with auto-breadcrumb generation and body content loading.
                        </description>
                        <dc:date>2009-08-12T13:00:28-05:00</dc:date>
                    </item></rdf:RDF>