diff --git a/nyaa/templates/help.html b/nyaa/templates/help.html index 64582fb..f5d021b 100644 --- a/nyaa/templates/help.html +++ b/nyaa/templates/help.html @@ -6,9 +6,7 @@

{{ heading }}

{% endmacro %} -

Help

- -

Using the Site

+

Using the Site

{{ linkable_header("How to Download", "how-to-dl") }}

@@ -17,7 +15,34 @@ µTorrent, Transmission or Deluge.

-{{ linkable_header("Using the Search Function", "using-search") }} +{{ linkable_header("Torrent Colors", "torrent-colors") }} +

+ Green entries (trusted) are: +

+ Red entries (remake) are torrents that matching any of the following: + + Orange entries are: + + Grey entries are: + +

+ +{{ linkable_header("Using the Search Engine", "using-search") }} +

+ Search results can be filtered by category, remake, trusted, and users. + The results can be further sorted by size, date, seeders, leechers, completed count, and comment count. +

You can combine search terms with the | operator, such as horrible|cartel. @@ -33,24 +58,27 @@ "foo bar", which would match torrents named foo bar but not those named bar foo.

+

+ You can also use ( and ) to signify precedence. +

{{ linkable_header("Reporting Torrents", "reporting") }}

If you find a torrent that breaks the rules, click the - button to the right + button to the right of the torrent's information page. Then, enter a reason for your report in the - dialog that opens, and hit the button to confirm.

{{ linkable_header("Styling Descriptions and Comments", "styling") }}

You can style your comments and your torrent's description using - Markdown - . This includes adding images or linking to external websites. + Markdown. + This includes adding images or linking to external websites.

- To link to an external site, use [label of link](https://example.com) + To link to an external site, use [label](https://example.com) where the text in the [] square brackets is the shown text of your link, and the URL in the () parentheses is the URL your link will point to.