From morbus@... Tue Dec 02 12:10:19 2003
Return-Path: <morbus@...>
X-Sender: morbus@...
X-Apparently-To: opml-dev@yahoogroups.com
Received: (qmail 10848 invoked from network); 2 Dec 2003 20:10:19 -0000
Received: from unknown (66.218.66.217)
by m20.grp.scd.yahoo.com with QMQP; 2 Dec 2003 20:10:19 -0000
Received: from unknown (HELO red.totalnetnh.net) (63.173.138.18)
by mta2.grp.scd.yahoo.com with SMTP; 2 Dec 2003 20:10:18 -0000
Received: from MORBUS.disobey.com (morbus.totalnetnh.net [63.173.138.23])
by red.totalnetnh.net (Postfix) with ESMTP
id 56A2213069; Tue, 2 Dec 2003 15:10:19 -0500 (EST)
Message-Id: <6.0.1.1.2.20031202145948.028a41b0@...>
X-Sender: morbus@... (Unverified)
X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1
Date: Tue, 02 Dec 2003 15:10:11 -0500
To: opml-dev@yahoogroups.com, <opml-dev@yahoogroups.com>
Subject: Re: [opml-dev] OPML 1.1
Cc: <berkman-thursday@yahoogroups.com>
In-Reply-To: <023b01c3b90d$e0dc8e50$6401a8c0@murphy3>
References: <20031201140149.XZZW1903.imf24aec.mail.bellsouth.net@OKRA>
<023b01c3b90d$e0dc8e50$6401a8c0@murphy3>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
X-eGroups-Remote-IP: 63.173.138.18
From: Morbus Iff <morbus@...>
X-Yahoo-Group-Post: member; u=73547
X-Yahoo-Profile: morbus_iff
>Another area that needs attention is to sort out the common uses of
>attributes in different tools. Since this is XML, names are case-sensitive.
>And there is even some variability beyond that. The first step should be to
>survey all the existing tools, see what they produce and then collate the
>results. Then, once that's done, it may be possible to have a simple set of
Dave: AmphetaDesk was the first application to take the
mySubscriptions.opml of Radio Userland and adopt it for it's own
channel list. NetNewsWire followed thereafter. I haven't been
near AmphetaDesk for a while, but off the top of my head:
* I hate innerCaps, so I write attributes lowercase. I read both.
* I believe you had "text=" as the title of the RSS feed. I
use "title=", but the code converts "text" to "title".
* Any attributes that AmphetaDesk doesn't explicitly use
are read and written as if I did. Likewise, I provide
an API to get at that "unused" data.
I believe I've added two or three attributes not part
of the original mySubscriptions.opml files I've seen:
* filename: internal use for AmphetaDesk.
* date_downloaded and _added. self explanatatory.
* email: the nearest approximation to the
channel's email address, if any.
I'm doing a lot of work with OPML and want to start discussing it with other developers. So this is a heads-up, if you don't want to talk about applications,...
Glad to see the list firing up again. One of the first things we should address is the spec, which hasn't been updated to OPML 1.1, the current version in...
Rogers, thanks for kicking off the restart of this list. And thanks to everyone else for not objecting to the newly stated charter. I'm optimistic about our...
... Dave: AmphetaDesk was the first application to take the mySubscriptions.opml of Radio Userland and adopt it for it's own channel list. NetNewsWire followed...
Howdy I've incorporated the OPML usage info noted in this thread by: Rogers Cadenhead, Morbus Iff, Brent Simmons, Mark Fletcher, and Øyvind Kolås ... into...
... When importing OPML files, here's what Bloglines does: For every 'outline' tag after the opening tag, we do: We look for the 'xmlurl' attribute. If we find...
... I think it would be worth having authors catalog what their software *outputs* as well. It's (somewhat) fine to accept any case tags, but OPML is specified...
... Clarification: By "catalog what their software outputs" I mean actual specifications and promises, not just example OPML files their system outputs....
Excellent. That's exactly the kind of report we need. Since Brent went next, maybe he could explain how he uses OPML, in a style similar to this explanation....
Stan that looks very useful. Could you add Morbus's info to that. I think people should post their reports to the list, as long as it isn't overwhelming, and...
Hi Dave ... Yes. ... Sounds fine. Info on elements and attributes that are supported or not supported, and elements and attributes that a particular tool has...
NetNewsWire imports and exports OPML subscriptions lists. It doesn't currently understand nested subscriptions lists, but that will change. (It will both...
It's true that examples aren't specs, but beggars can't be choosers. I'll take whatever information I can get in whatever form. Let's be detectives. I don't...