From: yomguy <> Date: Thu, 21 Feb 2008 18:01:51 +0000 (+0000) Subject: Fix item and collection table width X-Git-Tag: 1.1~880 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=70680be3082b48a9ac48ae312d595aa179b19a23;p=telemeta.git Fix item and collection table width --- diff --git a/INSTALL b/INSTALL index 8c950f56..bc2f1321 100644 --- a/INSTALL +++ b/INSTALL @@ -5,10 +5,9 @@ # 1. Requirements # =============== -python (>= 2.3.5-7), python-xml, python-central (>= 0.5), -python-mutagen, python-django, sox, vorbis-tools, flac, normalize-audio, -ecasound, festival, par2, python-mysqldb, sqlite3 | mysql-server, octave2.9, -octave2.9-forge, python-tk +python, (python-central ?), python-xml, shout-python, libshout3, icecast2 + +Note that shout-python is included in this release and is installed together with d-fuzz # 2. Donwload @@ -23,7 +22,7 @@ octave2.9-forge, python-tk Then, sudo apt-get update - sudo apt-get install telemeta + sudo apt-get install d-fuzz * On other linux platforms, install all dependencies and get the lastest tar.gz version on : @@ -36,6 +35,13 @@ octave2.9-forge, python-tk svn co http://svn.parisson.org/svn/telemeta/trunk telemeta +# 3. Installation +# =============== + +run this command in a shell as root : + + python setup.py install + -See README and http://svn.parisson.org/telemeta for more informations. +See README and http://parisson.com/d-fuzz/ for more informations. diff --git a/telemeta/htdocs/css/telemeta.css b/telemeta/htdocs/css/telemeta.css index 96d677b3..5b83f2e1 100644 --- a/telemeta/htdocs/css/telemeta.css +++ b/telemeta/htdocs/css/telemeta.css @@ -74,6 +74,7 @@ ul.continents ul li { display: inline; padding-right: 1ex;} margin-top: 1em; margin-left: 1em; position: absolute; + width: 800px; } /* Item table */ @@ -84,6 +85,7 @@ ul.continents ul li { display: inline; padding-right: 1ex;} margin-top: 1em; margin-left: 1em; position: absolute; + width: 800px; } /* Styles for tabular listings (stolen from trac) */