Skip to content

Commit fa57fea

Browse files
Fix #41
1 parent b13a82c commit fa57fea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server-primer.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Instead of a one- or two-dimensional pagination scheme, TREE/LDES lets you descr
6161
* Use two relations towards one node, one with the lower bound and another with the upper bound of the time interval it directs to.
6262
* Start with 1 root node that contains links to member pages. If that gets too large, you can introduce another level.
6363
* All `xsd:dateTime` literals you publish SHOULD come with a timezone.
64+
* You SHOULD use relative IRIs when referring to other pages.
65+
66+
Issue: we should still add examples of how to paginate here.
6467

6568
Every `tree:Node` MAY contain zero or more members and MAY contain zero or more relations.
6669

@@ -72,6 +75,8 @@ Publish a stable entry point for clients. Expose either:
7275

7376
Avoid ambiguity by ensuring there is exactly one `tree:view` for the entry point. If you rotate the root node over time, keep `R` stable or use redirects.
7477

78+
Issue: Discovery is yet to be further explained. More input from existing implementations is appreciated through the issue tracker.
79+
7580
## Members ## {#members}
7681

7782
Members MUST be linked from the event stream identifier using `tree:member`. For example:

0 commit comments

Comments
 (0)