{% extends "site_base.html" %} {% load i18n %} {% block head_title %}Homepage{% endblock %} {% block body %}

{% trans "Welcome to Pinax" %}

{% blocktrans %} Pinax is a Django project intended to provide a starting point for websites. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different. {% endblocktrans %}

{% blocktrans %} For more information about Pinax, see http://pinaxproject.com/. {% endblocktrans %}

{% trans "About this project" %}

{% blocktrans %} This project demonstrates a closed site requiring an invitation to join and not exposing any information publicly. It provides a top-level task tracking system, wiki and bookmarks. It is intended to be the starting point of sites like intranets. {% endblocktrans %}


Profile
to tell the company a little about yourself.
Tasks
to track things that need to be done and who's doing them.
Bookmarks
to post links of relevance to the company.
Notices
to configure and view notices.
{% endblock %}