summaryrefslogtreecommitdiffstats
path: root/askbot/skins
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-06 15:21:53 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-06 15:21:53 -0400
commit33fa105a0bb3f8a996f4b6bdae50d374813a1003 (patch)
tree01a2bb1a4db7e1cfa4bf4f27754376860621b0ba /askbot/skins
parent13d2492046b597633bbb6f59bfc7e765b7bdc16c (diff)
downloadaskbot-33fa105a0bb3f8a996f4b6bdae50d374813a1003.tar.gz
askbot-33fa105a0bb3f8a996f4b6bdae50d374813a1003.tar.bz2
askbot-33fa105a0bb3f8a996f4b6bdae50d374813a1003.zip
expanded default help page
Diffstat (limited to 'askbot/skins')
-rw-r--r--askbot/skins/default/templates/help.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/help.html b/askbot/skins/default/templates/help.html
index 204fc086..6fdecd51 100644
--- a/askbot/skins/default/templates/help.html
+++ b/askbot/skins/default/templates/help.html
@@ -12,6 +12,8 @@
<p>
{% trans %}Thank you for using {{app_name}}, here is how it works.{% endtrans %}
</p>
+<a name="content"></a>
+<h2>{% trans %}How questions, answers and comments work{% endtrans %}</h2>
<p>
{% trans %}This site is for asking and answering questions, not for open-ended discussions.{% endtrans %}
{% trans %}We encourage everyone to use “question” space for asking and “answer” for answering.{% endtrans %}
@@ -20,13 +22,35 @@
{% trans %}Despite that, each question and answer can be commented –
the comments are good for the limited discussions.{% endtrans %}
</p>
+<a name="search"></a>
+<h2>{% trans %}Please search before asking your questions{% endtrans %}</h2>
+<p>{% trans %}Type your question in the search bar and see whether a similar question has been asked before{% endtrans %}.
+</p>
+<p>{% trans %}Search has advanced capabilities:{% endtrans %}</p>
+<ul>
+ <li>{% trans %}to search in title - enter [title: your text]{% endtrans %}</li>
+ <li>{% trans %}to search by tags - enter [tag: sometag] or #sometag{% endtrans %}</li>
+ <li>{% trans %}to search by user - enter [user: somename] or @somename or @"some name"{% endtrans %}</li>
+</ul>
+<p>{% trans %}In addition, it is possible to click on tags to add them to the search query.{% endtrans %}
+{% if settings.TAG_SEARCH_INPUT_ENABLED %}
+ {% trans %}Finally, a separate tag search box is available in the side bar of the main page, where the search tags can be entered as well{% endtrans %}
+{% endif %}
+</p>
+<p>{% trans %}<em>Important!!!</em> All search terms are combined with a logical "AND" expression - to narrow the search by adding new terms.{% endtrans %}</p>
+<a name="voting"></a>
+<h2>{% trans %}Voting{% endtrans %}</h2>
<p>
{% trans %}Voting in {{app_name}} helps to select best answers and thank most helpful users.{% endtrans %}
</p>
+<p>
{% trans %}Please vote when you find helpful information,
it really helps the {{app_name}} community.{% endtrans %}
-
- {% trans %}Besides, you can @mention users anywhere in the text to point their attention,
+</p>
+<a name="other"></a>
+<h2>{% trans %}Other topics{% endtrans %}</h2>
+<p>
+ {% trans %}You can @mention users anywhere in the text to point their attention,
follow users and conversations and report inappropriate content by flagging it.{% endtrans %}
</p>
<p>{% trans %}Enjoy.{% endtrans %}</p>