Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.53 KB

AtomPub.md

File metadata and controls

44 lines (24 loc) · 1.53 KB

Atom and AtomPub

Primary resources

Atom Syndication Format (Atom)

Atom Publishing Protocol (AtomPub)

Hypertext Transfer Protocol (HTTP)

Representational State Transfer (REST)

Secondary resources

Atom Link Relations

It's about the rel attribute of atom:links:

<atom:link rel="alternate" type="text/html">http://example/resource.html</atom:link>
           -----=========-

MIME media type Directories of Content Types and Subtypes

It's about the type attribute of atom:links:

<atom:link rel="alternate" type="text/html">http://example/resource.html</atom:link>
                           -----==========-

OpenSearch Specification

RDFa

Web Distributed Authoring and Versioning (WebDAV)

Tutorial resources

Visual Guide to Atom

Ruby on Rails related resources

Hammock

Restfulie