floss
Burn Your Drupal 6 RSS Feeds with FeedBurner & Apache mod_rewrite
johndbritton — Fri, 04/25/2008 - 12:22pm
As it stands the Drupal FeedBurner module is not yet ready for the 6.x series. A simple workaround is to redirect Drupal feed requests (default: /rss.xml) to FeedBurner based on the useragent using Apache's mod_rewrite. The trick is to redirect all requests for the feed, with the exception of those made by the FeedBurner bot, to the Burned
feed. You can repeat this for as many feeds as is necessary. Thanks to ckdake for the tip.
Example .htaccess snippet:
# Rewrite feed URL to FeedBurner RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC] RewriteRule rss\.xml http://feeds.feedburner.com/johndbritton [L]
GMC Front Page
johndbritton — Wed, 04/23/2008 - 12:35am
The Gallery team has announced the selected students for the 2008 Summer of Code on GMC (gallery.menalto.com). I am one of two lucky students to be selected. The other student, Paul Hinze, will be working on Facebook/Flickr Style Image Region Based Tagging.
Implementing a Web Based Translation Interface for Gallery2
johndbritton — Mon, 04/21/2008 - 5:37pm
My application to Google's 2008 Summer of Code program has been accepted, see below:
Recent comments
1 week 2 days ago
2 weeks 6 days ago