]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/faq.html
Initial commit
[osqa.git] / forum / skins / default / templates / faq.html
1 {% extends "base_content.html" %}
2 <!-- template faq.html -->
3 {% load extra_tags %}
4 {% load humanize %}
5 {% load i18n %}
6 {% block title %}{% spaceless %}FAQ{% endspaceless %}{% endblock %}
7 {% block forejs %}
8 {% endblock %}
9 {% block content %}
10 <div class="headNormal">
11     {% trans "Frequently Asked Questions " %}(FAQ)
12 </div>
13 <div id="main-body" class="about" style="width:100%">
14
15         <div class="first">
16             <h3 class="subtitle">{% trans "What kinds of questions can I ask here?" %}</h3>
17             <p>{% trans "Most importanly - questions should be <strong>relevant</strong> to this community." %}
18             {% trans "Before asking the question - please make sure to use search to see whether your question has alredy been answered."%}
19             </p>
20             
21                 <h3 class="subtitle">{% trans "What questions should I avoid asking?" %}</h3>
22             <p>{% trans "Please avoid asking questions that are not relevant to this community, too subjective and argumentative." %}
23             </p>
24         </div>
25     
26         <div>
27             <h3 class="subtitle">{% trans "What should I avoid in my answers?" %}</h3>
28             <p>{{ settings.APP_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." %}</p>
29         </div>
30     
31         <div>
32             <h3 class="subtitle">{% trans "Who moderates this community?" %}</h3>
33             <p>{% trans "The short answer is: <strong>you</strong>." %}
34             {% trans "This website is moderated by the users." %}
35             {% trans "The reputation system allows users earn the authorization to perform a variety of moderation tasks." %} 
36             </p>
37         </div>
38
39         <div>
40             <h3 class="subtitle">{% trans "How does reputation system work?" %}</h3>
41             <p>{% trans "Rep system summary" %}</p>
42             <p>{% blocktrans %}For example, if you ask an interesting question or give a helpful answer, your input will be upvoted. On the other hand if the answer is misleading - it will be downvoted. Each vote in favor will generate <strong>10</strong> points, each vote against will subtract <strong>2</strong> points. There is a limit of <strong>200</strong> points that can be accumulated per question or answer. The table below explains reputation point requirements for each type of moderation task.{% endblocktrans %}
43             </p>
44
45             <table style="font-family:arial;" cellspacing="3" cellpadding="3">
46                 <tr>
47                     <th width="40px" style="text-align:right"></th>
48                     <th width="300px"></th>
49                 </tr>
50                 <!--
51                 <tr>
52                     <td style="text-align:right;padding-right:5px"><strong>15</strong></td>
53                     <td>{% trans "upvote" %}</td>
54                 </tr>
55                 <tr>
56                     <td style="text-align:right;padding-right:5px"><strong>15</strong></td>
57                     <td>{% trans "use tags" %}</td>
58                 </tr>
59                 -->
60                 <tr>
61                     <td style="text-align:right;padding-right:5px"><strong>50</strong></td>
62                     <td>{% trans "add comments" %}</td>
63                 </tr>
64                 <tr>
65                     <td style="text-align:right;padding-right:5px"><strong>100</strong></td>
66                     <td>{% trans "downvote" %}</td>
67                 </tr><tr>
68                     <td style="text-align:right;padding-right:5px"><strong>250</strong></td>
69                     <td>{% trans "open and close own questions" %}</td>
70                 </tr>
71                 <tr>
72                     <td style="text-align:right;padding-right:5px"><strong>500</strong></td>
73                     <td>{% trans "retag questions" %}</td>
74                 </tr>
75                 {% if settings.WIKI_ON %}
76                 <tr>
77                     <td style="text-align:right;padding-right:5px"><strong>750</strong></td>
78                     <td>{% trans "edit community wiki questions" %}</td>
79                 </tr>
80                 {% endif %}
81                 <tr>
82                     <td style="text-align:right;padding-right:5px"><strong>2000</strong></td>
83                     <td>{% trans "edit any answer" %}</td>
84                 </tr>
85                 <tr>
86                     <td style="text-align:right;padding-right:5px"><strong>3000</strong></td>
87                     <td>{% trans "open any closed question" %}</td>
88                 </tr>
89                 <tr>
90                     <td style="text-align:right;padding-right:5px"><strong>5000</strong></td>
91                     <td>{% trans "delete any comment" %}</td>
92                 </tr>
93                 <tr>
94                     <td style="text-align:right;padding-right:5px"><strong>10000</strong></td>
95                     <td>{% trans "delete any questions and answers and perform other moderation tasks" %}</td>
96                 </tr>
97
98             </table>
99         </div>
100         {% comment %}
101         {% ifequal settings.EMAIL_VALIDATION 'on' %}
102         <div>
103             <a id='validate'></a><h3 class="subtitle">{% trans "how to validate email title" %}</h3>
104             <!--special case here message must contain paragraphs-->
105             {% blocktrans %}how to validate email info with {{send_email_key_url}} {{gravatar_faq_url}}{% endblocktrans %}
106         </div>
107         {% endifequal %}
108         {% endcomment %}
109         <div>
110             <a id='gravatar'></a><h3 class="subtitle">{% trans "what is gravatar" %}</h3>
111             <p>{% trans "gravatar faq info" %}</p>
112         </div>
113         <div>
114             <h3 class="subtitle">{% trans "To register, do I need to create new password?" %}</h3>
115             <p>{% trans "No, you don't have to. You can login through any service that supports OpenID, e.g. Google, Yahoo, AOL, etc." %}
116             <strong><a href="{% url auth_signin %}">{% trans "Login now!" %}</a> ยป</strong> 
117             </p>
118         </div>
119     
120         <div>
121             <h3 class="subtitle">{% trans "Why other people can edit my questions/answers?" %}</h3>
122             <p> {% 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." %}
123             {% trans "If this approach is not for you, we respect your choice." %}
124             </p>
125         </div>
126         <div>
127             <h3 class="subtitle">{% trans "Still have questions?" %}</h3>
128             <p>{% blocktrans %}Please ask your question at {{ask_question_url}}, help make our community better!{% endblocktrans %} 
129             <!--
130             <a href="{% url tags %}faq" class="big">{{ settings.APP_TITLE }} {% trans "questions" %}</a>{% trans "." %}
131             -->
132             </p>
133         </div>
134 </div>
135 <script type="text/javascript">
136     //highlihts section if url has matching #anchor_name
137     $(document).ready(function (){
138         var hash = window.location.hash;
139         if (hash.length > 1){
140             $(hash).parent().addClass('highlight');
141             window.location.hash = hash;
142         }
143     })
144 </script>
145 {% endblock %}
146 <!-- end template faq.html -->