That spec is designed to be used in all Atom feeds, not just activity
streams ones. That is why it lives in its own namespace.
It has an activitystrea.ms namespace URI just because it was a
convenient place to define it without having to go through political
machinations as would be necessary to get it on something like
purl.org/syndication .
Also I am not sure why we cannot use "generator" for the tool, this is
the user-agent exactly. Ex: Tweetdeck v 1.0.8 which
See description below. There is no constraint on how the content is
"copied" -- I think this will work great
4.2.11. The "atom:source" Element
If an atom:entry is copied from one feed into another feed, then
the
source atom:feed's metadata (all child elements of atom:feed other
than the atom:entry elements) MAY be preserved within the copied
entry by adding an atom:source child element, if it is not already
present in the entry, and including some or all of the source
feed's
Metadata elements as the atom:source element's children. Such
metadata SHOULD be preserved if the source atom:feed contains any
of
the child elements atom:author, atom:contributor, atom:rights, or
atom:category and those child elements are not present in the
source
atom:entry.
atomSource =
element atom:source {
atomCommonAttributes,
(atomAuthor*
& atomCategory*
& atomContributor*
& atomGenerator?
& atomIcon?
& atomId?
& atomLink*
& atomLogo?
& atomRights?
& atomSubtitle?
& atomTitle?
& atomUpdated?
& extensionElement*)
}
On Mar 2, 11:01 pm, Chris Messina <chris.mess...@gmail.com> wrote:
> One outstanding issue that we need to address is how to cite sources (or
> services or tools) that are used to generate activities. Now, ATOM already
> provides for a "source" element, as well as a "generator" element, but both
> of those attributes do very different things and actually don't help us
> much. Specifically:
>
> * the atom:source is used when splicing feeds together and resyndicating the
> results... <atom:source> is used as a bucket to copy the original metadata
> from the *source* feed so that downstream aggregators can use the original
> data.
> * <atom:generator> is a simpler mechanism that is similar to the user-agent
> string in a browser. It's mostly used to help debug malformed feeds...
>
> More recently Cliqset has proposed a <service:provider> element, and I
> believe that's what this spec by Martin captures:
>
> http://martin.atkins.me.uk/specs/activitystreams/provider
>
> Essentially it provides another ATOM extension that defines
> <service:provider> as having three elements:
>
> - <atom:name>
> - <atom:icon>
> - <atom:uri>
The link rel alternate on the source of type text/html should point to
my twitter page and the link in the service:provider would point to
twitter.
On Mar 3, 10:24 am, Monica Keller <monica.kel...@gmail.com> wrote:
> Agreed that it would be useful for publishers to syndicate the source
> service and possibly the tool for
> 1- Attribution
> 2- Microsyntax parsing (Making links to @'s, #'s) which is generally
> specific to the provider. Eg: Twitter, Buzz
> This should be done in separate fields.
> As you know, I do think atom:source inside the entry can be extended
> to convey the source service but I am by no means an atom expert. I am
> just going by this definitionhttp://tools.ietf.org/html/rfc4287#section-4.2.11
> and some examples in the wild (pubsubhubbub)
> If the publisher knows not only the source but also the id for the
> original entry then they should use the cross posting specification
> and allow consumers to easily dedup seehttp://martin.atkins.me.uk/specs/atomcrosspost
--
You received this message because you are subscribed to the Google Groups "Activity Streams" group.
To post to this group, send email to activity...@googlegroups.com.
To unsubscribe from this group, send email to activity-strea...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/activity-streams?hl=en.
I think if something is conceivably useful in generic Atom feeds then it
ought to be a separate spec. Such specs might conceivably go into the
IETF at some point just as Threading Extensions, Tombstones, and Feed
Paging and Archiving did.
The AtomActivity spec can and probably should recommend using the
service provider metadata extension to identify the service that the
activity was performed on. I think right now the poor interconnection
between these specs is mainly just because none of them are published
and thus none of them can cite any other one without creating a
dependency that they all be finished and published at the same time,
since a published spec can't sensibly cite a draft spec.
On 03/03/2010 11:48 AM, Chris Messina wrote:
Ok, that sounds good.
While I'm not completely opposed to having a separate extension for
services, I'm worried about causing confusion here — unless there simply
needs to be an editor's draft that pulls together a number of separate
specs in a way that developers who are new to all this could actually
get started and finish implementing something without tracking down half
a dozen specs.
I guess I'm also not completely familiar with ATOM tradition — and how
much these kinds of discreet needs should be broken out.
I'd like to see privacy, groups, service providers — and at some point —
actions links represented in ActivityStreams. Should each be a separate
stand-alone spec?
I think if something is conceivably useful in generic Atom feeds then it ought to be a separate spec. Such specs might conceivably go into the IETF at some point just as Threading Extensions, Tombstones, and Feed Paging and Archiving did.
The AtomActivity spec can and probably should recommend using the service provider metadata extension to identify the service that the activity was performed on. I think right now the poor interconnection between these specs is mainly just because none of them are published and thus none of them can cite any other one without creating a dependency that they all be finished and published at the same time, since a published spec can't sensibly cite a draft spec.
--