Update oficial description to include digital signature mention and point to new logo file

This commit is contained in:
Roberto Rosario
2012-06-30 03:42:48 -04:00
parent ba37a8a79c
commit 04de24ea51
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<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" %}
{% trans "Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration, digital signature support and OCR capabilities" %}
</p>
<p class="tc">
<span class="famfam active famfam-world_go"></span><a href="http://www.mayan-edms.com">http://www.mayan-edms.com</a>
@@ -18,7 +18,7 @@
{% trans "Released under the GPL V3 License" %}
</p>
<div class="tc">
<img src="{{ STATIC_URL }}images/392336_7079-small.png"/>
<img src="{{ STATIC_URL }}images/mayan_logo_landscape_rough.png"/>
</div>
<div class="tc">
<img src="{{ STATIC_URL }}images/gplv3-127x51.png"/>

View File

@@ -3,7 +3,7 @@
<p>{% trans "Version" %} {% app_version "main" %}</p>
<p>Copyright &copy; 2011 Roberto Rosario.</p>
<p>Copyright &copy; 2011, 2012 Roberto Rosario.</p>
{% include "project_description.html" %}