Mike, thanks for the comment and offer to help. You prompted me to dig deeper into what wasn’t working.
The main thing was I had problems getting my opml file to load into grazr and work: it didn’t turn into folders or feeds, just a list of titles. I had used this file for importing into a feedreader, so I assumed the file was ok.
But it wasn’t, which I discovered when I tried to create Grazrs by pointing to older OMPL files I had on my server. These worked, meaning they didn’t just create a list of titles, but browseable feeds. But the titles of feeds were URLs, so there were a lot of “feeds.feedburner.com” items. Not very helpful or inviting for folks wanting to browse.
Comparing the feed that didn’t work with the one that did, I saw that the working file including an encoding and was version 1.0 not 1.1, but figured this was probably not the issue. Then I looked more closely a the items in the files:
outline text="feeds.feedburner.com" type="rss" xmlUrl="http://feeds.feedburner.com/mashable"/
Explains the annoying URL thing, as the file was telling it “feeds.feedburner.com” and not the real title. The OPML file that only generated a list of titles looked like this:
outline text="Mashable!" xmlUrl="http://feeds.feedburner.com/mashable" htmlUrl="http://mashable.com"/
I can see why the title would come up right, but I guessed the reason it didn’t work in Grazr is the missing type=”rss” and not the inclusion of the htmlUrl at the end. I decided to fix this via the miracle of ’search and replace all’ in my text editor and give it another go… Success! I am happy it didn’t seem to care some were really atom or rdf.
I think the slider feature in Grazr is pretty slick, so I embedded one on a page — only now, it is a fairly long and not alphabetized list of feeds. I really should go back and organize it.
I can see that the problems I had were really with the way my various feed readers were creating OPML files, and not the way Grazr was handling them — though it would be nice if there was the option to run your file through a validator there on the site if you had a problem, or if there was a link to an example OMPL file so you could compare what you were using with one that was working well.
What do I really want? Well, for a start I’d like to be able to easily tag my feeds, and sort them for display based on those tags (including a “not public” option to filter out the behind the firewall stuff). I’d like to poke around and see who else is using the same tags or subscribing to the same feeds, the way I can see who else is using tags and bookmarking the same items on del.icio.us. Even better, I’d love to be able to compare OPML files — feed in my file, and quickly see how many of the same feeds I’m subscribed to that other folks are, and get suggestions for feeds or items in feeds based on that. Maybe even include something like LibraryThing’s UnSuggester, to save me even more time. Of course, the holy grail is I have a tool that is so easy to use and convenient, people I know who might need help getting their feedreaders set up can and will use it, because they will never, ever look under the hood at the angle bracketed crap to figure out why it isn’t working.
5 Comments