2017-05-12 20:51:49 +02:00
{% extends "layout.html" %}
{% block title %}Help :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
2017-05-30 21:05:15 +02:00
{% macro linkable_header(heading, label) %}
< h3 id = "{{ label }}" > {{ heading }}< a class = "header-anchor" href = "#{{ label }}" > < i class = "fa fa-link" aria-hidden = "true" > < / i > < / a > < / h3 >
{% endmacro %}
2017-06-05 00:02:52 -07:00
< h1 > Using the Site< / h1 >
2017-05-30 21:05:15 +02:00
2017-06-05 00:02:52 -07:00
{{ linkable_header("Torrent Colors", "torrent-colors") }}
2017-06-06 03:23:30 +03:00
< div >
2025-03-04 23:56:47 +02:00
< span style = "color:green; font-weight: bold;" > Green< / span > (trusted) entries are:
2017-06-05 00:02:52 -07:00
< ul >
2025-03-04 23:56:47 +02:00
< li > Torrents that have been verified by the archive team or trusted users.< / li >
2017-06-05 00:02:52 -07:00
< / ul >
2025-03-04 23:56:47 +02:00
< span style = "color:red; font-weight: bold;" > Red< / span > (repack) entries are torrents that match any of the following:
2017-06-05 00:02:52 -07:00
< ul >
2025-03-04 23:56:47 +02:00
< li > Repackage or recompress of original media.< / li >
< li > Unofficial edit, reencode or remaster of original media.< / li >
< li > Reupload of original media with missing and/or unrelated additional files.< / li >
2017-06-05 00:02:52 -07:00
< / ul >
2025-03-04 23:56:47 +02:00
< span style = "color:orange; font-weight: bold;" > Orange< / span > (collection) entries are:
2017-06-05 00:02:52 -07:00
< ul >
2025-03-04 23:56:47 +02:00
< li > Torrents that represent a larger collection or bundle, such as a series of related files, a collection of works by a single author, or a curated selection of files on a specific topic.< / li >
< li > Torrents that provide supplementary materials or resources related to other files in the archive, such as documentation, tutorials, or additional data.< / li >
2017-06-05 00:02:52 -07:00
< / ul >
< span style = "color:grey; font-weight: bold;" > Grey< / span > entries are:
< ul >
< li > Hidden torrents.< / li >
< / ul >
2017-06-06 03:23:30 +03:00
< / div >
2017-06-05 00:02:52 -07:00
{{ linkable_header("Using the Search Engine", "using-search") }}
2017-06-06 03:23:30 +03:00
< div >
2025-03-04 23:56:47 +02:00
Search results can be filtered by category, edited, trusted, and users.
2017-06-05 00:02:52 -07:00
The results can be further sorted by size, date, seeders, leechers, completed count, and comment count.
2017-06-06 03:23:30 +03:00
< / div >
< div >
2017-05-30 21:05:15 +02:00
You can combine search terms with the < kbd > |< / kbd > operator, such as
2018-04-15 09:53:36 +03:00
< kbd > foo|bar< / kbd > , to match any of the words instead all of them.
2017-06-06 03:23:30 +03:00
< / div >
< div >
2017-05-30 21:05:15 +02:00
To exclude results matching a certain word, prefix them with < kbd > -< / kbd > ,
2018-04-15 09:53:36 +03:00
e.g. < kbd > foo -bar< / kbd > , which will return torrents with < em > foo< / em > in the
name, but not those which have < em > bar< / em > in the name as well.
2017-06-06 03:23:30 +03:00
< / div >
< div >
2018-06-08 10:59:19 +03:00
If you want to search for a several-word expression (substring) in its entirety, you can
2017-05-30 21:05:15 +02:00
surround searches with < kbd > "< / kbd > (double quotes), such as
< kbd > "foo bar"< / kbd > , which would match torrents named < em > foo bar< / em > but not
2018-04-15 09:53:36 +03:00
those named < em > bar foo< / em > . You may also use the aforementioned < kbd > |< / kbd > to group
phrases together: < kbd > "foo bar"|"foo baz"< / kbd > . You can negate the entire
group with < kbd > -< / kbd > (e.g. < kbd > -"foo bar"|"foo baz"< / kbd > ), but not single items.
2017-06-06 03:23:30 +03:00
< / div >
< div >
2018-04-15 09:53:36 +03:00
You can also use < kbd > (< / kbd > and < kbd > )< / kbd > to signify precedence, but quoted strings do
not honor this. Using < kbd > (hello world) "foo bar"< / kbd > is fine, but quoted strings inside
the parentheses will lead to unexpected results.
2017-06-06 03:23:30 +03:00
< / div >
2017-05-30 21:05:15 +02:00
{{ linkable_header("Reporting Torrents", "reporting") }}
2017-06-06 03:23:30 +03:00
< div >
2017-05-30 21:05:15 +02:00
If you find a torrent that breaks the rules, click the
2017-06-05 00:02:52 -07:00
< button type = "button" class = "btn btn-xs btn-danger" > Report< / button > button to the right
2017-05-30 21:05:15 +02:00
of the torrent's information page. Then, enter a reason for your report in the
2017-06-05 00:02:52 -07:00
dialog that opens, and hit the < button type = "button" class = "btn btn-xs btn-danger" >
2017-05-30 21:05:15 +02:00
Report< / button > button to confirm.
2017-06-06 03:23:30 +03:00
< / div >
2017-05-30 21:05:15 +02:00
{{ linkable_header("Styling Descriptions and Comments", "styling") }}
2017-06-06 03:23:30 +03:00
< div >
2017-05-30 21:05:15 +02:00
You can style your comments and your torrent's description using
2017-06-05 00:02:52 -07:00
< a href = "https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" > Markdown< / a > .
This includes adding images or linking to external websites.
2017-06-06 03:23:30 +03:00
< / div >
< div >
2017-06-05 00:02:52 -07:00
To link to an external site, use < kbd > [label](https://example.com)< / kbd >
2017-05-30 21:05:15 +02:00
where the text in the < kbd > []< / kbd > square brackets is the shown text of your
link, and the URL in the < kbd > ()< / kbd > parentheses is the URL your link will
point to.
2017-06-06 03:23:30 +03:00
< / div >
< div >
2017-05-30 21:05:15 +02:00
Embedding an image is similar. Use < kbd > < / kbd >
to have an image embedded in your comment or description. Note the < kbd > !< / kbd >
exclamation mark at the beginning, denoting that this link is an image.
2017-06-06 03:23:30 +03:00
< / div >
2017-07-27 23:03:13 +03:00
{{ linkable_header("Changing Your User's Avatar", "avatar") }}
< div >
2025-03-04 23:56:47 +02:00
< s > The site uses the < a href = "https://www.gravatar.com" > Gravatar< / a > service for user avatars.
Check out < a href = "https://www.gravatar.com/support/" > Gravatar's help section< / a > for more detailed instructions.< / s >
2025-03-05 01:35:21 +02:00
Gravatar is disabled until further notice.
2017-07-27 23:03:13 +03:00
< / div >
2017-08-19 12:38:32 +02:00
{{ linkable_header("Deleting Your Torrent", "delete") }}
< div >
If you wish to delete one of your torrents, navigate to the torrent's page,
click the Edit (< i class = "fa fa-fw fa-pencil" > < / i > ) icon on the top left,
scroll down and hit the < button type = "button" class = "btn btn-xs btn-danger" > Delete< / button >
button.
< / div >
2017-10-03 16:57:40 -07:00
2017-10-20 22:21:06 -07:00
{{ linkable_header("Getting Trusted Status", "trusted") }}
2017-10-03 16:57:40 -07:00
< div >
2025-03-04 23:56:47 +02:00
At the moment we have no established process for granting trusted status to users.
Please contact the team if you'd like to apply as a trusted user.
2017-10-03 16:57:40 -07:00
< / div >
2018-02-22 23:23:53 -08:00
< div >
2025-03-04 23:56:47 +02:00
< h2 > Copyright infringement< / h2 >
< p > If you are a copyright holder and believe that your work is being hosted on this platform
without your permission, please contact us at pbagnpg@flagubevn.zbr (ROT13 encoded). We take copyright infringement seriously and will
promptly remove any infringing content upon receipt of a valid takedown notice. Please provide us with
sufficient information to identify the copyrighted work, such as the title, description, and URL of the infringing
content, as well as proof of your ownership or rights to the work. We will respond to all valid takedown notices and work
with you to resolve the issue promptly.< / p >
2018-02-22 23:23:53 -08:00
< / div >
2025-03-05 00:58:52 +02:00
< div >
< h2 > Credits< / h2 >
< p > Synthoria Archive is based on < a href = "https://github.com/sb745/NyaaV3" target = "_blank" > NyaaV3< / a > and licensed under GPLv3. < a href = "https://github.com/ProjectSynthoria/SynthoriaArchive" target = "_blank" > Source code available here< / a > .< / p >
< / div >
2017-05-12 20:51:49 +02:00
{% endblock %}