[Cosmo-dev] Magic URL's

Brian Moseley bcm at osafoundation.org
Wed Sep 13 07:59:31 PDT 2006


On 9/13/06, Jeffrey Harris <jeffrey at osafoundation.org> wrote:

> Not only are people capable of reading a web page, but Chandler also can
> (and should) be capable of parsing HTML it receives when subscribing and
> determining what the DAV link it needs is (if it's even using DAV).  So
> using a URL that returns a human readable page needn't add any steps to
> a Chandler user's workflow.

yea. html even gives us a simple way to do this: the alt link in the
document head.

<head>
  <link rel="alternate" type="text/calendar" title="DAV"
href="/dav/bcm/mystuff/">
  <link rel="alternate" type="application/atom+xml" title="Atom 1.0"
href="/atom/1.0/bcm/mystuff/">
  <link rel="alternate" type="application/morsecode" title="Morse
Code" href="/morsecode/bcm/mystuff/">
</head>


More information about the cosmo-dev mailing list