<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel rdf:about="http://base-art.net/Articles/13/">
<description>&lt;p&gt;Tonight I upgraded my firefox debian package, re-installed my
favorites extensions (mozex,webDeveloper, ...) and &lt;a class="reference" href="http://update.mozilla.org/extensions/moreinfo.php?id=14&amp;amp;vid=15&amp;amp;category=Bookmarks"&gt;Bookmarks
Synchronizer&lt;/a&gt;. Well last time I tested it, there was support for FTP
only, but now the thing can handle HTTP(S) PUT :) That's was &lt;strong&gt;THE&lt;/strong&gt;
missing feature, I love it now, it's a must-have !&lt;/p&gt;
</description>
<link>http://base-art.net/Articles/13/</link>
<title>Comments on article "Firefox bookmarks remote backup"</title>



<items>
<rdf:seq>

<rdf:li rdf:resource="http://base-art.net/Comments/9/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/8/"/>

</rdf:seq>
</items>


</channel>


<item rdf:about="http://base-art.net/Comments/9/">
<dc:date>2004-07-20T18:51:59.000001+02:00</dc:date>
<title>phil on Firefox bookmarks remote backup</title>
<link>http://base-art.net/Comments/9/</link>
<author>phil</author>
<description>
&lt;p&gt;Here is how I tweaked my private apache config:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
LoadModule put_module /usr/lib/apache/1.3/mod_put.so 
&amp;lt;Directory /var/www&amp;gt; 
   EnablePut On 
   AllowOverride Options 
   &amp;lt;Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK&amp;gt; 
      Order allow,deny 
      Allow from XXX.XXX.XXX.XXX 
   &amp;lt;/Limit&amp;gt;
&amp;lt;/Directory&amp;gt;
&lt;/pre&gt;
&lt;p&gt;(I'm not Apache guru at all, if you have a better solution. A require
valid-user directive could be usefull here ;)
Then in the firefox extension window, specify the path '/xbel.xml' for
instance. Upload window displays an 'unexpected error', but it uploads
successfully to /var/www/xbel.xml.&lt;/p&gt;
&lt;p&gt;Of course, your apache user (www-data ?) must have write-rights on /var/www.
I didn't tested HTTPS though.&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/8/">
<dc:date>2004-07-20T13:40:30.000001+02:00</dc:date>
<title>jkx on Firefox bookmarks remote backup</title>
<link>http://base-art.net/Comments/8/</link>
<author>jkx</author>
<description>
How does it work ? I tested the http put without success. It doesn't even try to contact the server.
</description>
</item>


</rdf:RDF>