From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/faq.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 templates/faq.html (limited to 'templates/faq.html') diff --git a/templates/faq.html b/templates/faq.html new file mode 100644 index 00000000..31ee444a --- /dev/null +++ b/templates/faq.html @@ -0,0 +1,113 @@ + +{% extends "base_content.html" %} +{% load extra_tags %} +{% load humanize %} +{% load i18n %} +{% block title %}{% spaceless %}FAQ{% endspaceless %}{% endblock %} +{% block forejs %} +{% endblock %} +{% block content %} +
+ {% trans "Frequently Asked Questions " %}(FAQ) +
+
+ +

{% trans "What kinds of questions can I ask here?" %}

+

{% trans "Most importanly - questions should be relevant to this community." %}
+ {% trans "Before asking the question - please make sure to use search to see whether your question has alredy been answered."%}
+


+ +

{% trans "What questions should I avoid asking?" %}

+

{% trans "Please avoid asking questions that are not relevant to this community, too subjective and argumentative." %}

+


+ +

{% trans "What should I avoid in my answers?" %}

+

{% trans "site title" %} {% trans "is a Q&A site, not a discussion group. Therefore - please avoid having discussions in your answers, comment facility allows some space for brief discussions." %} +


+ +

{% trans "Who moderates this community?" %}

+

{% trans "The short answer is: you." %}
+ {% trans "This website is moderated by the users." %} + {% trans "The reputation system allows users earn the authorization to perform a variety of moderation tasks." %} +


+ +

{% trans "How does reputation system work?" %}

+

{% trans "Anyone can ask questions and give answers, points are not necessary for that." %}
+ {% trans "As we've said before, users help running this site. Point system helps select users who can administer this community."%} + {% trans "Reputation points roughly measure how community trusts you. These points are given to you directly by other members of the community." %} +

+

+ {% trans "For example, if you ask an interesting question or give a helpful answer, your input will be upvoted and you will gain more trust in the community." %} + {% trans "If on the other hand someone gives a misleading answer, the answer will be voted down and he/she loses some points." %} + {% trans "Each vote in favor will generate 10 points, each vote against will subtract 2 points." %} + {% trans "Through the votes of other people you can accumulate a maximum of 200 points." %} + {% trans "After accumulating certain number of points, you can do more:" %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
15{% trans "upvote" %}
15{% trans "use tags" %}
50{% trans "add comments" %}
100{% trans "downvote" %}
250打开关闭自己的问题
500{% trans "retag questions" %}
750{% trans "edit community wiki questions" %}
2000{% trans "edit any answer" %}
3000{% trans "open any closed question" %}
5000{% trans "delete any comment" %}
10000{% trans "delete any questions and answers and perform other moderation tasks" %}
+ +


+ +

{% trans "To register, do I need to create new password?" %}

+

{% trans "No, you don't have to. You can login through any service that supports OpenID, e.g. Google, Yahoo, AOL, etc." %} + {% trans "Login now!" %} » +


+ +

{% trans "Why other people can edit my questions/answers?" %}

+

{% trans "Goal of this site is..." %} {% trans "So questions and answers can be edited like wiki pages by experienced users of this site and this improves the overall quality of the knowledge base content." %} + {% trans "If this approach is not for you, we respect your choice." %} +


+

{% trans "Still have questions?" %}

+

{% trans "Please ask your question, help make our community better!" %} {% trans "site title" %} {% trans "questions" %}{% trans "." %} +

+

+
+{% endblock %} + -- cgit v1.2.3-1-g7c22