-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathdraft-divilly-atom-hierarchy.xml
11 lines (11 loc) · 1.46 KB
/
draft-divilly-atom-hierarchy.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" ?>
<service primary="IETF" secondary="I-D" id="divilly-atom-hierarchy">
<title>Hierarchy Relations for Atom</title>
<documentation source="https://datatracker.ietf.org/doc/html/draft-divilly-atom-hierarchy">Many applications, besides blogs, provide their data in the form of syndicated Web feeds using formats such as Atom. Some such applications organize Atom Entries in a hierarchical fashion similar to a file system. This specification describes a means of communicating about Atom Entries that are hierarchically related to each other since resource identifiers are opaque to clients and cannot be directly manipulated for the purposes of representation exchange, i.e., navigation. This specification proposes new link relations for hierarchically related Atom resources.</documentation>
<link-relation def="down">
<documentation source="https://datatracker.ietf.org/doc/html/draft-divilly-atom-hierarchy#section-2.2">An Atom link element with a rel attribute value of "down" may be used to reference a resource where child entries of an entry may be found.</documentation>
</link-relation>
<link-relation def="up">
<documentation source="https://datatracker.ietf.org/doc/html/draft-divilly-atom-hierarchy#section-2.3">An Atom link element with a rel attribute value of "up" may be used to reference a resource where parent entries of an entry or a feed may be found.</documentation>
</link-relation>
</service>