<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: How to recreate my handmade, RSS-aggregating, local-info website using existing CMS &amp; plugins?</title>
      <link>http://ask.metafilter.com/77451/How-to-recreate-my-handmade-RSSaggregating-localinfo-website-using-existing-CMS-amp-plugins/</link>
      <description>Comments on Ask MetaFilter post How to recreate my handmade, RSS-aggregating, local-info website using existing CMS &amp; plugins?</description>
	  	  <pubDate>Sat, 01 Dec 2007 20:27:24 -0800</pubDate>
      <lastBuildDate>Sat, 01 Dec 2007 20:27:24 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: How to recreate my handmade, RSS-aggregating, local-info website using existing CMS &amp;amp; plugins?</title>
  	<link>http://ask.metafilter.com/77451/How-to-recreate-my-handmade-RSSaggregating-localinfo-website-using-existing-CMS-amp-plugins</link>	
  	<description>How could you use an off-the-shelf free CMS, theme and plugins to generate a (5+ column, RSS-aggregating, screen-scraping,  client-side-scripting-free, fast-loading, autoupdating) page like &lt;a href=&quot;http://www.ncvoices.us&quot;&gt;this handmade local-info-aggregator webpage&lt;/a&gt;?
 &lt;br /&gt;&lt;br /&gt; OK, so I did things the hard way: last spring, after running into too many third-party-applet surprise limitations, I spent way too much time rolling my own local-info aggregator.&lt;br&gt;
&lt;br&gt;
Now I need to know if it&apos;s worth improving&amp;amp;extending my Ruby scripts.  It&apos;s &lt;b&gt;not&lt;/b&gt; worth doing so, if there&apos;s a CMS with theme and plugins that can do the same things more elegantly and extensibly.&lt;br&gt;
&lt;br&gt;
At present, my script runs hourly to generate a cached webpage, using an RSS aggregator script which groups RSS feeds and arranges their posts and other info onto the page as specified by some configuration files. &lt;br&gt;
&lt;br&gt;
----------------------------------------------------&lt;br&gt;
 Advantages:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;1)  &lt;/b&gt; Site owner can configure column positioning, any # of columns, widgets within columns, widget types&lt;br&gt;
&lt;br&gt;
&lt;b&gt;2) &lt;/b&gt; One widget type aggregates posts from a group of RSS feeds, and sorts the aggregated posts by their &lt;i&gt;creation&lt;/i&gt; date (so if the blogger fixes a speling error in an older post, the old post doesn&apos;t jump to the top)&lt;br&gt;
&lt;br&gt;
&lt;b&gt;3) &lt;/b&gt; Another widget type gives extra prominence to a particular feed of a particular single weblog, and extra prominence to its most recent post but only if said post is fresh. &lt;i&gt;(not a dealbreaker, I could still run a separate script to do this, right?)&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;4) &lt;/b&gt; &lt;b&gt;There&apos;s no scripting&lt;/b&gt; (client-side nor server-side) when delivering the page, so it loads fast and is friendly to scripting-disabled browsing.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;5) &lt;/b&gt; No reliance on the benificence and continued function&amp;amp;extensibility of third party applets/sites&lt;br&gt;
&lt;br&gt;
&lt;small&gt;&lt;b&gt;6) &lt;/b&gt; When it breaks, I can fix it...&lt;/small&gt;&lt;br&gt;
----------------------------------------------------&lt;br&gt;
&lt;br&gt;
I know that much of this effort was reinventing the wheel, but I don&apos;t know - without a lot of trial and error, some of which I&apos;ve tried... - how I could duplicate the page using existing tools.  &lt;br&gt;
&lt;br&gt;
Perhaps you do?&lt;br&gt;
&lt;i&gt;&lt;br&gt;
(the main sticking points would likely be the 5+ &apos;equivalent&apos; columns and 5+ separate aggregated feedgroups, not making the client use Javascript, and not depending on third-party websites and their continued existence&amp;amp;functioning&amp;amp;lack of limitations)&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Thanks much if you can help -&lt;br&gt;
Anna&lt;br&gt;
(I&apos;m not really anonymous, just didn&apos;t want to tie my site to a Metafilter account)</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2007:site.77451</guid>
  	<pubDate>Fri, 30 Nov 2007 08:00:38 -0800</pubDate>
  	<dc:creator>Anonymous</dc:creator>
	
	<category>CMS</category>
	
	<category>plugins</category>
	
	<category>multicolumn</category>
	
	<category>localwebsite</category>
	
</item>
<item>
  	<title>By: delmoi</title>
  	<link>http://ask.metafilter.com/77451/How-to-recreate-my-handmade-RSSaggregating-localinfo-website-using-existing-CMS-amp-plugins#1152956</link>	
  	<description>I always find it easier to write code then try to extend existing software.  I always run into things like poor or no documentation, etc. Website CMS engines are a particular pain, in my experience.  You work the way they want you to work or you spend forever trying to hack it out. &lt;br&gt;
&lt;br&gt;
Never much fun.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77451-1152956</guid>
  	<pubDate>Sat, 01 Dec 2007 20:27:24 -0800</pubDate>
  	<dc:creator>delmoi</dc:creator>
</item>
<item>
  	<title>By: anildash</title>
  	<link>http://ask.metafilter.com/77451/How-to-recreate-my-handmade-RSSaggregating-localinfo-website-using-existing-CMS-amp-plugins#1154015</link>	
  	<description>I&apos;ve done a number of sites like this using &lt;a href=&quot;http://www.movabletype.org/&quot;&gt;Movable Type&lt;/a&gt; (n.b. I work with the team that makes it) and there are some other great sites out there doing it similarly, like &lt;a href=&quot;http://watchblog.com/&quot;&gt;WatchBlog&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
To do it now, I&apos;d use MT along with &lt;a href=&quot;http://plugins.movabletype.org/refeed/&quot;&gt;Refeed&lt;/a&gt;. Both are available for free.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77451-1154015</guid>
  	<pubDate>Mon, 03 Dec 2007 00:08:34 -0800</pubDate>
  	<dc:creator>anildash</dc:creator>
</item>
<item>
  	<title>By: verb</title>
  	<link>http://ask.metafilter.com/77451/How-to-recreate-my-handmade-RSSaggregating-localinfo-website-using-existing-CMS-amp-plugins#1166861</link>	
  	<description>Drupal&apos;s built-in RSS aggregator, and the Panels module, do a reasonably good job. It might be a bit like swatting a fly with a buick, though.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77451-1166861</guid>
  	<pubDate>Thu, 13 Dec 2007 21:12:23 -0800</pubDate>
  	<dc:creator>verb</dc:creator>
</item>

    </channel>
</rss>
