-
Notifications
You must be signed in to change notification settings - Fork 8
/
tree-working.txt
55 lines (50 loc) · 1.56 KB
/
tree-working.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
feed:
source[]¹:
*author¹:
name¹: STRING
uri¹: IRI
email¹: STRING
category:
term¹: STRING
scheme¹: IRI
label¹: STRING
contributor:
name¹: STRING
uri¹: IRI
email¹: STRING
generator¹:
uri¹: IRI
version: STRING
icon¹: IRI
*id¹: STRING
*link[self]¹:
href¹: IRI
rel¹: STRING
type¹: MEDIATYPE
hreflang¹: LANG
title¹: STRING
length¹: INT
*link[alternate][]¹:
href¹: IRI {item[source][url]}
rel¹: STRING
type¹: MEDIATYPE
hreflang¹: LANG
title¹: STRING
length¹: INT
logo¹: IRI
rights¹: STRING
subtitle¹: STRING
*title¹: STRING {item[source][:text]}
*updated¹: DATETIME
@type
- text
- html
- xhtml
atom:feed elements MUST contain one or more atom:author elements,
unless all of the atom:feed element's child atom:entry elements
contain at least one atom:author element.
atom:entry elements MUST contain one or more atom:author elements,
unless the atom:entry contains an atom:source element that
contains an atom:author element or, in an Atom Feed Document, the
atom:feed element contains an atom:author element itself.