? install-txt.patch
Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/INSTALL.txt,v
retrieving revision 1.11
diff -u -p -r1.11 INSTALL.txt
--- INSTALL.txt	14 Nov 2007 21:21:52 -0000	1.11
+++ INSTALL.txt	17 Nov 2008 07:37:45 -0000
@@ -1,47 +1,19 @@
 Audio module dependencies
 ---------------------------
- * Drupal 5.0.
- * getID3 1.7.7 (http://getid3.org/) package for reading and writing audio
-   metadata.
-
+ * Drupal 6.x
+ * getID3() module (http://drupal.org/project/getid3)
+ * Token module (http://drupal.org/project/token)
+ * Views module (http://drupal.org/project/views) 
 
 To install the audio module
 ---------------------------
 
-1. Extract the 'audio' module directory, including all its subdirectories, into
-   your sites/all/modules directory.
-
-2. Install the getID3 package - optional but recommended. MAKE SURE YOU READ
-   THE SECURITY NOTE BELOW!
-
-   a. Download the project getId3 version from SourceForge.net. The latest
-      version tested with the audio module is 1.7.7. Earlier versions contain
-      bugs that will cause you headaches.
-
-   b. Extract the archive into the sites/all/modules/audio/getid3 directory. When you're
-      finished the directory structure should look something like:
-
-        drupal/
-          sites/
-            all/
-              modules/
-                audio/
-                  getid3/
-                    README.txt
-                    [...]
-                    getid3/
-                      getid3.php
-                      write.php
-
-  c. *** IMPORTANT ***
-     YOU MUST DELETE THE 'demos' FOLDER OF THE ID3 LIBRARY. FAILURE TO DO SO
-     OPENS UP A MASSIVE SECURITY HOLE AND MAKES YOUR SITE EXTREMELY VULNERABLE
-     TO ATTACKS!
+1. Install and enable the required modules: getID3(), Token and Views.
 
+2. Extract the "audio" module directory, including all its subdirectories, into
+   your sites/all/modules directory.
+ 
 3. Enable the audio, audio_getid3 and audio_image modules on the
-   admin >> build >> modules page. The database tables will be created
-   automagically for you at this point.
+   admin >> build >> modules page. Also enable any other parts of the Audio module you wish.
+   The database tables will be created for you automatically.
 
-4. Go to admin >> settings >> audio and check that the path to the getID3
-   package is configured correctly. If you follow the above directory
-   structure, the path should be "sites/all/modules/audio/getid3/getid3/".
