{% extends "site_base.html" %} {% load staticfiles %} {% load i18n %} {% block head_title %}pinax-project-account{% endblock %} {% block body_class %}home{% endblock %} {% block body_base %}
{% include "_messages.html" %}

{% blocktrans %}Welcome to
Comment Freely
{% endblocktrans %}

{% blocktrans %} An Alternative Technology Comments Platform. {% endblocktrans %}

{% if not user.is_authenticated %} {% url "account_login" as login_url %} {% url "account_signup" as signup_url %}

{% blocktrans %}You can Log In or Sign Up to try out the site.{% endblocktrans %}

{% endif %}

{% blocktrans %}What is Comment Freely?{% endblocktrans %}

{% blocktrans %} Comment Freely is an open-source comments platform that can be used in any new or existing software project such as alternative social media sites, blogs, news sites and other applications. {% endblocktrans %}

{% blocktrans %}Thank you to all the who have sponsored the development of this project.{% endblocktrans %}

{% blocktrans %} Real Time See new comments when they are posted or know when they are being written as you would within Instant Messaging and without needing to refresh the page. {% endblocktrans %}
{% blocktrans %} Socially interactive Follow your friends and see what else they are commenting on, vote up and down and reply in-line. {% endblocktrans %}
{% blocktrans %} Pluggable Plug directly into your own projects and websites, designed to integrate so that you won't need a high level of technical expertise. Integrate logins so that it's a seamless part of any project. {% endblocktrans %}
{% blocktrans %} Meme it up Insert images, animations, videos, and other common Internet interactions into the conversation. Users will be able to earn badges that are associated with their profile. {% endblocktrans %}
{% blocktrans %} Administration Block spam, manage comments and users and assign administrative roles to your users so they can help. E.g. a video channel owner will be able to administrate for their own channel. {% endblocktrans %}
{% blocktrans %} Internet-scale Allow millions of conversations to happen simultaneously. {% endblocktrans %}

{% blocktrans %} See Github for more information. {% endblocktrans %}

{% endblock %}