Auto-Discovery Auto-Discovery Specification

This Version
<http://suika.fam.cx/www/2006/auto-discovery>
Latest Version
<http://suika.fam.cx/www/2006/auto-discovery>
Author
<>

Abstract

...

Status of This Document

Work in progress

Introduction

...

Embeding Auto-Discovery Auto-Discovery Link in HTML Document

Introduction

This section is informative.

Auto-Discovery Auto-Discovery for TrackBack Auto-Discovery

  <rdf:RDF
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
      xml:id="trackback">
    <rdf:Description
        rdf:about="http://www.foo.example/archive.html#foo"
        dc:identifier="http://www.foo.example/archive.html#foo"
        dc:title="Foo Bar"
        trackback:ping="http://www.foo.example/tb.cgi/5" />
  </rdf:RDF>
  <link rel="meta" href="#trackback">
Auto-Discovery Auto-Discovery for Atom Auto-Discovery

<link rel="meta" href="#atom">
<link id="atom" rel="feed" href="feed.atom" type="application/atom+xml">

Definition

An Auto-Discovery Auto-Discovery link is a hyperlink to an Auto-Discovery element. The referenced element is the outermost element for the Auto-Discovery.

The referencing element is the element representing an Auto-Discovery Auto-Discovery link.

The referenced element MUST have an id attribute.

The referencing element MUST be a link element in the http://www.w3.org/1999/xhtml namespace.

The referencing element MUST have a rel attribute which contains meta as the only link relationship value.

The referencing element MUST have an id attribute whose value is a same-document IRI reference [IRI] referencing the referenced element in the same document. The referenced element MUST NOT be an element representing an Auto-Discovery Auto-Discovery link.

Ensure that same-document IRI reference is a defined term.

The referencing element MAY have other attributes.

...

In RSS, Atom, or other XML document...

References

Normative References

HTML5
WA1
IRI
RFC 3987

Informative References

ACOUNTAUTODISCOVERY
...
ATOMAUTODISCOVERY
I-D
FEEDAUTODISCOVERY
wiki
FOAFAUTODISCOVERY
...
MOBILEAUTODISCOVERY
...
PINGBACK
...
RSSAUTODISCOVERY
...
TRACKBACK
Six Apart, TrackBack Technical Specification, Version 1.2, 1 August 2004.
WIDGETS
...