Clarified SU3 news file specification
This commit is contained in:
@ -389,7 +389,7 @@ when a non-whitelisted element is encountered. (required)
|
||||
|
||||
|
||||
<p><b>Atom <i2p:release> Details:</b></p>
|
||||
There must be one <i2p:release> entity in the feed, containing the following attributes and entities:
|
||||
There must be at least one <i2p:release> entity in the feed. Each contains the following attributes and entities:
|
||||
<ul><li>
|
||||
date (attribute): Timestamp for this entry (conforming to
|
||||
<a href="http://tools.ietf.org/html/rfc4287">RFC 4287 (Atom) section 3.3</a> and
|
||||
@ -405,9 +405,9 @@ If a router is older than this, the user must (manually?) update to an intermedi
|
||||
</li><li>
|
||||
<i2p:version> Required. The latest current router version available.
|
||||
</li><li>
|
||||
<i2p:update> An update file (zero or more). It must contain at least one child.
|
||||
<i2p:update> An update file (one or more). It must contain at least one child.
|
||||
<ul><li>
|
||||
type (attribute): "sud", "su2", or "su3"
|
||||
type (attribute): "sud", "su2", or "su3". Must be unique across all <i2p:update> elements.
|
||||
</li><li>
|
||||
<i2p:clearnet> Out-of-network direct download links (zero or more)
|
||||
<ul><li>
|
||||
@ -419,7 +419,7 @@ If a router is older than this, the user must (manually?) update to an intermedi
|
||||
href (attribute): a standard clearnet https link
|
||||
</li></ul>
|
||||
</li><li>
|
||||
<i2p:torrent> In-network magnet links (zero or more)
|
||||
<i2p:torrent> In-network magnet link
|
||||
<ul><li>
|
||||
href (attribute): a magnet link
|
||||
</li></ul>
|
||||
|
Reference in New Issue
Block a user