NyaaV3/nyaa/templates/home.html

16 lines
1 KiB
HTML
Raw Normal View History

2017-05-12 20:51:49 +02:00
{% extends "layout.html" %}
{% block title %}Browse :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
<div class="alert alert-info">
2017-05-17 00:53:26 -07:00
<p><strong>5/17 Update:</strong> We've added faster and more accurate search! In addition to your typical search in both English and other languages, you can also now use powerful operators
2017-05-17 01:06:18 -07:00
like <kbd>clockwork planet -raws</kbd> or <kbd>commie|horrible|cartel yowamushi</kbd> to search. For all supported operators, please visit <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html#_simple_query_string_syntax">here</a>.
2017-05-17 00:59:57 -07:00
More features will be coming soon, so sit tight!</p> <p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
2017-05-13 08:59:31 +03:00
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommendable!</p>
2017-05-12 20:51:49 +02:00
</div>
{% include "search_results.html" %}
{% endblock %}