Add Feeds help page
This commit is contained in:
@@ -18,6 +18,7 @@ toc: False
|
|||||||
* [Contact Us](contact_us/)
|
* [Contact Us](contact_us/)
|
||||||
* [Top Packages Algorithm](top_packages/)
|
* [Top Packages Algorithm](top_packages/)
|
||||||
* [Featured Packages](featured/)
|
* [Featured Packages](featured/)
|
||||||
|
* [Feeds](feeds/)
|
||||||
|
|
||||||
## Help for Package Authors
|
## 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('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('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/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>
|
<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" %}
|
{% 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>
|
<li class="list-inline-item"><a href="{{ url_for('report.report', url=url_current()) }}">{{ _("Report / DMCA") }}</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user