From fdac57838a27f3837b0ef187a9a3f86f293d29b1 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 9 Dec 2009 19:57:49 -0500 Subject: added sitemap at /sitemap.xml and fixed per tag subscription (hopefully) --- templates/about.html | 26 +++++---- templates/unanswered.html | 132 ---------------------------------------------- 2 files changed, 12 insertions(+), 146 deletions(-) delete mode 100644 templates/unanswered.html (limited to 'templates') diff --git a/templates/about.html b/templates/about.html index 671964cc..2ca75500 100644 --- a/templates/about.html +++ b/templates/about.html @@ -12,31 +12,29 @@
- -

{% blocktrans %}CNPROG Q&A is a collaboratively edited question - and answer site created for the CNPROG community. - {% endblocktrans %} +

NMR Wiki Q&A is a collaboratively edited question + and answer site created for the Magnetic Resonance community, i.e. those people who + work in the fields of NMR, EPR, MRI, etc. + NMR Wiki Q&A is affiliated with NMR Wiki - + the public wiki knowledge base about the Magnetic Resonance, which currently counts ~300 registered users. The most useful information collected here + will be further distilled on the wiki site.

-

{% blocktrans %}Here you can ask and answer questions, comment +

Here you can ask and answer questions, comment and vote for the questions of others and their answers. Both questions and answers can be revised and improved. Questions can be tagged with - the relevant keywords to simplify future access and organize the accumulated material.{% endblocktrans %} + the relevant keywords to simplify future access and organize the accumulated material.

-

{% blocktrans %}This Q&A site is moderated by its members, hopefully - including yourself! +

This Q&A site is moderated by its members, hopefully - including yourself! Moderation rights are gradually assigned to the site users based on the accumulated "reputation" points. These points are added to the users account when others vote for his/her questions or answers. - These points (very) roughly reflect the level of trust of the community.{% endblocktrans %} + These points (very) roughly reflect the level of trust of the community.

No points are necessary to ask or answer the questions - so please - join us!

-

If you would like to find out more about this site - please see frequently asked questions. +

+ If you would like to find out more about this site - please see frequently asked questions.

{% endblock %} diff --git a/templates/unanswered.html b/templates/unanswered.html deleted file mode 100644 index 80a23631..00000000 --- a/templates/unanswered.html +++ /dev/null @@ -1,132 +0,0 @@ -{% extends "base.html" %} - -{% load extra_tags %} -{% load i18n %} -{% load humanize %} -{% load extra_filters %} -{% load smart_if %} -{% block title %}{% spaceless %}{% trans "Unanswered questions" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- {% trans "Unanswered questions" %} - -
-
- {% for question in questions.object_list %} -
-

- {{ question.get_question_title }} -

-
- - - - - - - - - - - -
{{ question.answer_count|intcomma }} {{ question.score|intcomma }} {{ question.view_count|cnprog_intword|safe }}
{% trans "answers" %}{% trans "votes" %}{% trans "views" %}
-
- -
- {{ question.summary }}... -
- - {% ifequal tab_id 'active'%} - {% if question.wiki and settings.WIKI_ON %} - {% trans "community wiki" %} - {% diff_date question.added_at %} - {% else %} -
- {% comment %}{% gravatar question.last_activity_by 24 %}{% endcomment %} - {{ question.last_activity_by }} - {% get_score_badge question.last_activity_by %} - {% diff_date question.last_activity_at %} -
- {% endif %} - {% else %} - {% if question.wiki and settings.WIKI_ON %} - {% trans "community wiki" %} - {% diff_date question.added_at %} - {% else %} -
- {% comment %}{% gravatar question.author 24 %}{% endcomment %} - {% if question.last_activity_at != question.added_at %} - {% if question.author.id != question.last_activity_by.id %} - {% trans "Posted:" %} - {{ question.author }} - {% get_score_badge question.author %} - / {% trans "Updated:" %} - {{ question.last_activity_by }} - {% get_score_badge question.last_activity_by %} - {% diff_date question.last_activity_at %} - {% else %} - {% trans "Updated:" %} - {{ question.last_activity_by }} - {% get_score_badge question.last_activity_by %} - {% diff_date question.last_activity_at %} - {% endif %} - {% else %} - {% trans "Posted:" %} - {{ question.author }} - {% get_score_badge question.author %} - {% diff_date question.added_at %} - {% endif %} -
- {% endif %} - {% endifequal %} - -
- {% for tag in question.tagname_list %} - - {% endfor %} -
-
- {% endfor %} -
-{% endblock %} - -{% block tail %} -
- {% cnprog_paginator context %} -
-
- {% cnprog_pagesize context %} -
-{% endblock %} - -{% block sidebar %} -
- {% blocktrans with questions_count|intcomma as num_q %}have {{num_q}} unanswered questions{% endblocktrans %} - -
-
-

{% trans "Related tags" %}

-
-
- {% for tag in tags %} - - × {{ tag.used_count|intcomma }} -
- {% endfor %} -
-
-
-
- -{% endblock %} - -- cgit v1.2.3-1-g7c22