<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on article "Firefox bookmarks remote backup"</title>
<link>http://base-art.net/Articles/13/</link>
<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>
<language>en</language>
<copyright>The contents of this blog are available for non-commercial use only.</copyright>
<generator>Alinea http://pythonfr.org/alinea/</generator>


<item>
<title>phil on Firefox bookmarks remote backup</title>
<link>http://base-art.net/Comments/9/</link>
<guid isPermaLink="true">http://base-art.net/Comments/9/</guid>
<description><![CDATA[
&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>
<dc:creator>phil</dc:creator>
<dc:date>2004-07-20T16:51:59Z</dc:date>
</item>

<item>
<title>jkx on Firefox bookmarks remote backup</title>
<link>http://base-art.net/Comments/8/</link>
<guid isPermaLink="true">http://base-art.net/Comments/8/</guid>
<description><![CDATA[
How does it work ? I tested the http put without success. It doesn't even try to contact the server.
]]></description>
<dc:creator>jkx</dc:creator>
<dc:date>2004-07-20T11:40:30Z</dc:date>
</item>


</channel>
</rss>