]> git.parisson.com Git - telemeta.git/commitdiff
(no commit message)
authoryomguy <>
Fri, 12 Feb 2010 13:38:11 +0000 (13:38 +0000)
committeryomguy <>
Fri, 12 Feb 2010 13:38:11 +0000 (13:38 +0000)
README
telemeta/__init__.py
telemeta/templates/telemeta_default/base.html

diff --git a/README b/README
index 548aa996d1ea1e7d88ec6ad8d72c36720b9808fb..a32c53e3a4f909f36b77f397d787d33e68913073 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Here are the main features of Telemeta:
     * User friendly web frontend including workflows and high level search methods
     * Smart dynamical and skinnable audio player (thanks to Timeside and soundmanager2)
     * "On the fly" analyzing, transcoding and metadata embedding based on an easy plugin architecture
-    * Multi-formats : FLAC, OGG, MP3, WAV and more
+    * Multi-format support : FLAC, OGG, MP3, WAV and more
     * GEO Navigator for audio geolocalization
     * DublinCore compatibility
     * OAI-PMH data provider
index 2c3a3182205ed89fd7ad0d4372143e18ec36d243..66a1d1b672a936f361eefa33b04d6b1997750809 100644 (file)
@@ -11,7 +11,7 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '0.4.1'
+__version__ = '0.5.0'
 __url__ = 'http://telemeta.org'
 __copyright__ = '(C) 2007-2009 Parisson SARL and Samalyse SARL'
 __license__ = 'CeCILL2'
@@ -143,7 +143,7 @@ These expressions may be used both in singular and plural form.
 The purpose of the Agreement is the grant by the Licensor to the
 Licensee of a non-exclusive, transferable and worldwide license for the
 Software as set forth in Article 5 hereinafter for the whole term of the
-protection granted by the rights over said Software. 
+protection granted by the rights over said Software.
 
 
     Article 3 - ACCEPTANCE
@@ -410,7 +410,7 @@ rights set forth in Article 5).
 
 9.3 The Licensee acknowledges that the Software is supplied "as is" by
 the Licensor without any other express or tacit warranty, other than
-that provided for in Article 9.2 and, in particular, without any warranty 
+that provided for in Article 9.2 and, in particular, without any warranty
 as to its commercial value, its secured, safe, innovative or relevant
 nature.
 
index f85022c8e135be194e1819c38cc14d9e13a4c406..e844dec2cbb140a026e0da75105d0cf80c1aa5a9 100644 (file)
@@ -22,7 +22,7 @@
 <div id="header">
 <div id="logo">
 {% block logo %}
-<a href="{% url telemeta-home %}"><img src="{% url telemeta-images "logo.png" %}" alt="Telemeta" /></a>
+<a href="{% url telemeta-home %}"><img src="{% url telemeta-images "logo_telemeta_2.png" %}" alt="Telemeta" /></a>
 {% endblock %}
 </div>
 
@@ -30,7 +30,7 @@
 <form action="{% url telemeta-search %}" method="GET">
 <input type="text" id="quick_search_pattern" name="pattern" />
 <input type="submit" value="{% trans 'Search' %}" />
-</form>        
+</form>
 <p><a href="{% url telemeta-search-criteria %}">{% trans "Advanced search" %}</a></p>
 </div>
 
@@ -55,7 +55,7 @@
 <div id="footer">
 {% block footer %}
  <hr />
- <a id="telemeta_powered" href="{% telemeta_url %}"><img src="{% url telemeta-images "logo_mini.png" %}" height="30" width="93"
+ <a id="telemeta_powered" href="{% telemeta_url %}"><img src="{% url telemeta-images "logo_mini_2.png" %}" height="30" width="93"
    alt="Telemeta Powered"/></a>
  <p class="left">
   {% trans "Powered by" %} <a href="{% telemeta_url %}"><strong>Telemeta {% telemeta_version %}</strong></a><br />