Crucial Thought Rss

Featured Posts

Chris selected as K12OnlineConference keynote speaker Each year the K12OnlineConference provides tremendous professional development for free, and entirely online. This year, they have selected me as one of their keynote speakers. I am thrilled to have been chosen and look forward to participating in the conversation. Read the full post announcing all the keynote speakers here.

Read more

Two quick links on Cognitive Load Theory I've been fielding lots of questions lately about Cognitive Load Theory. Here are two quick links that may be useful. First is an article talking about the practical implications of CLT on the design of learning. The second are some "recent" (as of 2003) developments regarding CLT. Happy reading! Update: I clarified the second...

Read more

Practical advice on kids and Android app development After hearing about my students' success developing an Android app, I've gotten several emails asking for more details as to how I practically worked with my kids. Here are some pointers that I offered to the first person that emailed me, perhaps they are of some use to you. Please note that your mileage may vary. It's ok to not be...

Read more

Publishing an App Inventor app to the Android Market As I mentioned earlier, my students and I published an Android app to the Android Market. See those links for more information on the background. This post is decidedly technical. First, once we finished the coding process, we packaged the app for to download to the computer. This is an option in App Inventor. This downloaded an .apk file....

Read more

Designing and publishing an Android app with kids This post is designed to provide some context around how/why we decided to build this app. The more technical details of the code and how we published it will come in a future post. My students and I recently completed and published an Android app, and here's how we did it. First, the genesis for this goes back to a question I asked...

Read more

Drupal aggregation by tags and not feeds?

Category : General

I have been thinking about how to accomplish this one goal, to aggregate a series of feeds, but only display posts with a certain tag.

To elaborate,? using Drupal‘s aggregator function I can have a number of feeds show up on one page, the same theory behind the suprglu service. The trouble is I don’t want all the feeds from all the sources, I only want the posts tagged with a particular tag.

So if each one of my source feeds has 100 posts per week (just theorizing here), but only 5 of them have the tag “cooltag”, I would only see those five posts. That way folks could continue to blog happily on the source blogs knowing that only posts with “cooltag” would aggregate to the drupal feed block.

Just wondering if this is possible. Anyone done this?

Comments (1)

Hello, Chris,

This is something I’ve been curious to try myself — the pieces are all there, but I have yet to assemble them –

In Drupal:

1. Use the feedparser of leech module to import feeds as nodes

2. Install the OpenSearch module (http://drupal.org/project/opensearch) — the OpenSearch module creates rss feeds from search results — this would allow you to run full text searches on incoming feeds (imported through feedparser/leech), and export those searches as rss feeds.

Like I said, I have yet to put this together myself, but the folks coding the Drupal modules are some of the better core developers — Give a holler if you want to get something like this up and running –

For more on OpenSearch, check things out here: http://opensearch.a9.com/

Or, on a much simpler note, if all these folks are blogging within Drupal, you could just aggregate the individual tag, as Drupal generates tag-specific search feeds –

Or, you could use the Views module to create a custom set of nodes, and that custom set would generate an rss feed.

Really, the OpenSearch solution is the one with the most flexibility, but it is the most complex to set up.

Cheers,

Bill




bt
plugin by DynamicWP
#