]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
More dbtool -> selector updates
authorAndre <maan@p133.(none)>
Fri, 10 Mar 2006 20:57:25 +0000 (21:57 +0100)
committerAndre <maan@p133.(none)>
Fri, 10 Mar 2006 20:57:25 +0000 (21:57 +0100)
FEATURES
README

index bad8110d8dc4d631039252665af177d8192b137f..3551ee74dfd3e4cb08f8d470716969b787aeb7a5 100644 (file)
--- a/FEATURES
+++ b/FEATURES
@@ -45,9 +45,9 @@ configurable audio file selectors:
 small memory footprint:
 ~~~~~~~~~~~~~~~~~~~~~~~
        paraslash is lightweight. The stripped binary of para_server
-       with all its features compiled in (mysql/random dbtool,
-       mp3/ogg support, http/ortp support) is about 110K on i386
-       under Linux. para_audiod is even smaller.
+       with all its features compiled in (mysql/random/playlist
+       selector, mp3/ogg support, http/ortp support) is about 110K
+       on i386 under Linux. para_audiod is even smaller.
 
 command line interface, including shell:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/README b/README
index 374fcf6e821c37b91adc4c78b507e76edf56cb2e..70c91445fe5254f98d647051194996106a011e66 100644 (file)
--- a/README
+++ b/README
@@ -93,7 +93,7 @@ It contains the following programs:
         prompt to enter arbitrary commands. However, it can also be used
         non-interactively (e.g. as a screen saver) via the -i switch.
 
-- para_krell (optional, only useful in conjunction with the mysql dbtool):
+- para_krell (optional, only useful in conjunction with the mysql selector):
 
        A plugin for gkrellm which shows small pictures of the
        current song. It allows you to launch 27 different commands
@@ -104,13 +104,13 @@ It contains the following programs:
 
        A (Linux-only) alarm clock and volume-fader.
 
-- para_dbadm (optional, only useful in conjunction with the mysql dbtool):
+- para_dbadm (optional, only useful in conjunction with the mysql selector):
 
        Very simple curses-based frontend which uses libmenu. Useful
        for quickly changing the attributes of the current song
        (e.g. from para_gui as an external command).
 
-- para_slider (optional, only useful in conjunction with the mysql dbtool):
+- para_slider (optional, only useful in conjunction with the mysql selector):
 
        A small X application which shows a scrollbar for each
        attribute defined in the mysql database. It creates a stream
@@ -141,7 +141,7 @@ In any case you need
 
        - software mixing, e.g. ALSA and the direct mixing plugin (dmix)
 
-If you want to use the mysql-based dbtool (recommended), you also need
+If you want to use the mysql-based audio file selector, you also need
 
        - mysql-server
        - mysql-client