]> git.parisson.com Git - telemeta.git/commitdiff
Fix item and collection table width
authoryomguy <>
Thu, 21 Feb 2008 18:01:51 +0000 (18:01 +0000)
committeryomguy <>
Thu, 21 Feb 2008 18:01:51 +0000 (18:01 +0000)
INSTALL
telemeta/htdocs/css/telemeta.css

diff --git a/INSTALL b/INSTALL
index 8c950f56a3ece1e57b8e740307c1c5275440c086..bc2f132113eb3b1c439d44afcacaab9aff9f52c4 100644 (file)
--- 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.
 
index 96d677b39ec53004313ffa80afe19fd340f5fa61..5b83f2e12d1f8af04889352baa063bda8f48e185 100644 (file)
@@ -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) */