Feeding the Herd
As I mentioned before, I want to set up the main Herd page so that the most recent post from each herder shows up on the page – the posts would mingle according to most recently updated, at least in theory.
Tried MT-RssFeed. Not doing exactly what I want. There are actually two different feeds there – the first is just an experiment with chucks rss alone. The second is everyone’s.
Going to check out Carp next.
But if anyone has any suggestions or advice, I’m all ears (eyes?).
EDIT:
Here is a (Google-cached) example of what I’m looking for. At the AoIR conference, there was a RSS feed from all people involved in AoIR with a blog. This is the description and this is what it looked like (in terms of form, rather than style).
4 Responses to Feeding the Herd
Leave a Reply
Archives
- February 2016
- April 2014
- March 2014
- April 2013
- March 2012
- January 2012
- March 2011
- February 2011
- February 2009
- January 2008
- September 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
Categories
I ended up taking my RSS feeds and wrapping them in a Javascript tree display to cut down on size and clutter.
You could include the other herders as tree “nodes”, and have their recent entries be the child nodes, and still have it fit in one of the navigation frames.
Hit my site, check out RSS Feeds on the right bar, and see what I mean. I found the Javascript tree code on the net, and edited it slightly. Visit the URL in dtree.js to get the unedited (original) code. Basically, I just made it open node links in another target (“_blank”).
If you like it, and want to use it, I can send you the MovableType template to embed the RSS stuff inside the Javascript.
D
That’s an interesting possibility Doccus – thanks for bring it to my attention.
My ideal feed would look almost as though each post from the individual Herder blogs was a post (or, more accurately, an abstract of a post) on the main wordherder blog. So, if people wanted to scan the main wordherder blog, they could see what the latest, say, 10-15 Herd posts were and in the order of most recent to least recent, without regard to author (e.g., it could be one from Chutry as most recent, then one from MGK, then one from Chutry again as 3rd most recent, etc…).
But if I *can’t* do that (at least, without pulling out too much hair), your option might be a good one for me to try. Thanks again.
Ah, I get it 🙂
Would be “easy” to do with a bit of embedded tags inside a PHP-enabled page. The MT tags get processed during rebuild, and the PHP is not processed until the page is requested. It’s basically what I did for the Javascript … the MT tags drive the creation of the Javascript when the page is compiled, then the Javascript is interpreted on the client’s browser.
I’d say if you’re familiar with PHP and programming, it should take somewhat less than 8 hours to implement.
D
Alas, my php is rusty enough that it crumbles when used.
Might be time to brush up.