Skip to content

Commit f161cbc

Browse files
authored
Add "RSS feeds" section to the data access policy (#10617)
1 parent c12e528 commit f161cbc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app/templates/data-access.hbs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,26 @@
4444
apply.
4545
</p>
4646

47+
<h2 id="rss-feeds"><a href="#rss-feeds">RSS feeds</a></h2>
48+
49+
<p>
50+
crates.io provides a couple of RSS feeds that contain information on new
51+
crates and crate updates:
52+
</p>
53+
54+
<ul>
55+
<li>
56+
<a href="https://static.crates.io/rss/crates.xml">https://static.crates.io/rss/crates.xml</a>:<br>
57+
The latest new crates registered on crates.io (the past 60 minutes, but at least 50 new crates).
58+
</li>
59+
<li>
60+
<a href="https://static.crates.io/rss/updates.xml">https://static.crates.io/rss/updates.xml</a>:<br>
61+
The latest version updates on crates.io (the past 60 minutes, but at least 100 versions).</li>
62+
<li>
63+
e.g. <a href="https://static.crates.io/rss/crates/serde.xml">https://static.crates.io/rss/crates/serde.xml</a>:<br>
64+
The latest version updates of the serde crate (the past 24 hours, but at least 10 versions).</li>
65+
</ul>
66+
4767
<h2 id="database-dumps"><a href="#database-dumps">Database dumps</a></h2>
4868

4969
<p>

0 commit comments

Comments
 (0)