mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Add Feeds help page
This commit is contained in:
parent
31d5eb7e56
commit
d25dc2c795
@ -18,6 +18,7 @@ toc: False
|
||||
* [Contact Us](contact_us/)
|
||||
* [Top Packages Algorithm](top_packages/)
|
||||
* [Featured Packages](featured/)
|
||||
* [Feeds](feeds/)
|
||||
|
||||
## Help for Package Authors
|
||||
|
||||
|
15
app/flatpages/help/feeds.md
Normal file
15
app/flatpages/help/feeds.md
Normal file
@ -0,0 +1,15 @@
|
||||
title: Feeds
|
||||
|
||||
You can follow updates from ContentDB in your RSS feed reader. If in doubt, copy the Atom URL.
|
||||
|
||||
* All events: [Atom]({{ url_for('feeds.all_atom') }}) | [JSONFeed]({{ url_for('feeds.all_json') }})
|
||||
* New packages: [Atom]({{ url_for('feeds.packages_all_atom') }}) | [JSONFeed]({{ url_for('feeds.packages_all_json') }})
|
||||
* New releases: [Atom]({{ url_for('feeds.releases_all_atom') }}) | [JSONFeed]({{ url_for('feeds.releases_all_json') }})
|
||||
|
||||
## Package feeds
|
||||
|
||||
Follow new releases for a package:
|
||||
|
||||
```
|
||||
https://content.minetest.net/packages/AUTHOR/NAME/releases_feed.atom
|
||||
```
|
@ -263,6 +263,7 @@
|
||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='policy_and_guidance') }}">{{ _("Policy and Guidance") }}</a></li>
|
||||
<li class="list-inline-item"><a href="{{ url_for('donate.donate') }}#contentdb">{{ _("Donate") }}</a></li>
|
||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='help/api') }}">{{ _("API") }}</a></li>
|
||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='help/feeds') }}">{{ _("RSS / Feeds") }}</a></li>
|
||||
<li class="list-inline-item"><a href="{{ url_for('flatpage', path='privacy_policy') }}">{{ _("Privacy Policy") }}</a></li>
|
||||
{% if request.endpoint != "flatpage" and request.endpoint != "report.report" %}
|
||||
<li class="list-inline-item"><a href="{{ url_for('report.report', url=url_current()) }}">{{ _("Report / DMCA") }}</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user