<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 19:45:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[phpRiot.com: Implementing a WebDAV filesystem with PHP and SabreDAV]]></title>
      <guid>http://www.phpdeveloper.org/news/14259</guid>
      <link>http://www.phpdeveloper.org/news/14259</link>
      <description><![CDATA[<p>
On phpRiot.com there's a new tutorial that will walk you through the <a href="http://www.phpriot.com/articles/web-dav-with-php">creation of a WebDAV file system</a> based on PHP and the <a href="http://code.google.com/p/sabredav/">SabreDAV</a> library.
</p>
<blockquote>
We are going to create a simple web drive that stores its files in a directory on the web server. By the end you will be able to effectively map this directory to your local computer and update files using your native operating system. Put simply, WebDAV (Web-based Distributed Authoring and Versioning) is an extension of HTTP that allows you to manage files on a remote web server. It allows you to think of files and directories on a web site as though they are local files on your computer. 
</blockquote>
<p>
Over the course of the next few pages they introduce DAV, set up your webserver to handle the requests and creates a sample script you can have set up quickly and get working. They also mention some of the additional things like locking, authentication, and working with plugins.
</p>]]></description>
      <pubDate>Mon, 29 Mar 2010 09:28:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Evert Pot's Blog: CalDAV Server for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/13962</guid>
      <link>http://www.phpdeveloper.org/news/13962</link>
      <description><![CDATA[<p>
<i>Evert Pot</i> has posted to his blog about a <a href="http://www.rooftopsolutions.nl/article/267">CalDAV library</a> he's worked up to allow for read/write access to calendaring that's compatible with the normal CalDAV systems.
</p>
<blockquote>
My main goal is to create a general-purpose CalDAV library, rather than a consumer-ready server app. I'm hoping people will be able to use this library to enable CalDAV functionality in their existing applications.
</blockquote>
<p>
You can get more information on the installation of the library from the <a href="http://code.google.com/p/sabredav/wiki/CalDAV">SabreDAV wiki</a> and to get at the code, you'll need to do a <a href="http://code.google.com/p/sabredav/source/checkout">subversion checkout</a> to get it.
</p>]]></description>
      <pubDate>Wed, 03 Feb 2010 07:45:29 -0600</pubDate>
    </item>
  </channel>
</rss>
