Comment Anywhere Annotation Protocol Proposal: Difference between revisions
Line 1: | Line 1: | ||
== Introduction == |
== Introduction == |
||
The basic building block of this proposal is the queryable Atom feed. Each user has their own feed, through which they publish annotations. This proposal includes definitions of: |
The basic building block of this [[annotation]] proposal is the queryable Atom feed. Each user has their own feed, through which they publish annotations. This proposal includes definitions of: |
||
# Extensions to Atom to support publishing of annotations |
# Extensions to Atom to support publishing of annotations |
||
# A protocol for query publishing feeds |
# A protocol for query publishing feeds |
||
# Protocols for integrating with web pages |
# Protocols for integrating with web pages |
||
== Atom Extensions == |
== Atom Extensions == |
Revision as of 06:42, 3 August 2007
Introduction
The basic building block of this annotation proposal is the queryable Atom feed. Each user has their own feed, through which they publish annotations. This proposal includes definitions of:
- Extensions to Atom to support publishing of annotations
- A protocol for query publishing feeds
- Protocols for integrating with web pages
Atom Extensions
Atom is a protocol for notifying of content that has been published. The canonical use case for Atom is weblogs - each time a new entry is published in a weblog, a new entry is added to an Atom feed. Clients can then query the feed to find these newly published entries.
This proposal reuses existing standards where possible.
Querying Publishing Feeds
Publishing feeds support a simple query protocol. It allows users and aggregators to retrieve entries in which they are interested without needing to retrieve every published entry.
Integrating with Web Pages
- Trackbacks
What's Missing
Some areas that we haven't yet given a lot of thought to are:
- identifying fragments of a page to which annotations apply.
- how individuals publish annotations to their publishing feed.
- the notion of work groups with a particular identity.
- privacy - currently all annotations are public.
Background
Comment Anywhere grew out discussions between Alec Thomas and Alan Green about open and distributed social networks. We were pleasantly surprised by the amount of overlap between this proposal and the Original Annotation API Proposal.