Files
mayan-edms/apps/main/templates/project_description.html
Roberto Rosario c03a093cf9 Implemented Django 1.3 staticfile handling app, removed grapelli from
the included 3rd party apps folder, updated to a recent version of rosetta
2011-08-06 18:00:01 -04:00

24 lines
1012 B
HTML

{% load i18n %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/override.css" type="text/css" media="screen" />
<link rel="stylesheet" href="{{ STATIC_URL }}css/famfamfam-silk-sprite.css" type="text/css" media="screen" />
<p class="tc">
{% trans "Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration and OCR capabilities" %}
</p>
<p class="tc">
<span class="famfam active famfam-world_go"></span><a href="http://bit.ly/mayan-edms">http://bit.ly/mayan-edms</a>
</p>
<p class="tc">
<span class="famfam active famfam-wrench"></span><a href="http://www.github.com/rosarior/mayan/">http://www.github.com/rosarior/mayan/</a>
</p>
<p class="tc">
{% trans "Released under the GPL V3 License" %}
</p>
<div class="tc">
<img src="{{ STATIC_URL }}images/392336_7079-small.png"/>
</div>
<div class="tc">
<img src="{{ STATIC_URL }}images/gplv3-127x51.png"/>
<img src="{{ STATIC_URL }}images/djangopowered126x54.gif"/>
</div>