Clarified SU3 news file specification

This commit is contained in:
str4d
2014-11-21 13:06:34 +00:00
parent f3797e4c9c
commit 0946244a86

View File

@ -389,7 +389,7 @@ when a non-whitelisted element is encountered. (required)
<p><b>Atom &lt;i2p:release&gt; Details:</b></p>
There must be one &lt;i2p:release&gt; entity in the feed, containing the following attributes and entities:
There must be at least one &lt;i2p:release&gt; 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>
&lt;i2p:version&gt; Required. The latest current router version available.
</li><li>
&lt;i2p:update&gt; An update file (zero or more). It must contain at least one child.
&lt;i2p:update&gt; 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 &lt;i2p:update&gt; elements.
</li><li>
&lt;i2p:clearnet&gt; 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>
&lt;i2p:torrent&gt; In-network magnet links (zero or more)
&lt;i2p:torrent&gt; In-network magnet link
<ul><li>
href (attribute): a magnet link
</li></ul>