Tag: rss


  • Even though sites such as Bloglines are quite useful in their easy aggregation of RSS content, I felt I wanted a bit more control. One way is to write your own aggregator, but another is to install an existing system on your own server. From several sides, I got the tip to install Drupal and…

  • After moving to Textpattern, I had one tiny little problem: Everyone that subscribed to my RSS and Atom feeds wouldn’t know about the change. Luckily, zeroK came to the rescue. He suggested to use mod_rewrite and even helped me compose the write mod_rewrite code for it: ??RewriteRule ^rss.xml$ /rss [R,L]????RewriteRule ^atom.xml$ /atom [R,L]?? I tried…