osx_write: kill superfluous semaphore code
[paraslash.git] / FEATURES
index b4d3ae327e1a7d1b8118bf6f5b1dfb4cb2ce91b4..df342c5b6a383f010d09839c27136603084ae3e9 100644 (file)
--- a/FEATURES
+++ b/FEATURES
@@ -1,6 +1,7 @@
 Features
 ========
 
+--------------------------------------
 configurable audio streaming software:
 --------------------------------------
 
@@ -19,6 +20,7 @@ in the filter chain.
 The receiving/filtering/playing software is also available as
 standalone command line tool: para_recv, para_filter, and para_write.
 
+----------------------------------
 configurable audio file selectors:
 ----------------------------------
 
@@ -37,6 +39,7 @@ README.mysql.
 
 It is possible to switch between all supported selectors at any time.
 
+-----------------------
 small memory footprint:
 -----------------------
 
@@ -45,6 +48,7 @@ all its features compiled in (mysql/random/playlist selector,
 mp3/ogg/aac support, http/dccp/ortp support) is about 120K on i386
 under Linux. para_audiod is even smaller.
 
+-----------------------
 command line interface:
 -----------------------
 
@@ -52,6 +56,7 @@ paraslash commands are sent to para_server and the response is
 dumped to stdout. This can be used by any scripting language
 to produce user interfaces with little programming effort.
 
+--------------------------------------
 authentication/encryption via openssl:
 --------------------------------------
 
@@ -60,23 +65,19 @@ default.  For each user of paraslash you must create a public/secret
 key pair for authentication. The (authenticated) connection is crypted
 with a symmetric rc4 session key.
 
+--------------------------------------
 various user interfaces and utilities:
 --------------------------------------
 
-* para_gui. Curses based interface, displays information in a
-curses window and can be used to easily control para_server
-and para_audiod.
-
-* para_sdl_gui. Shows pictures (on a per song basis) and
-other information about the current audio file. Can be used
-as a screen saver.
-
-* para_krell. A gkrellm2 plugin that shows small pics and is
-able to launch 27 different commands by clicking on the image.
-
-* para_slider. User-friendly stream creator for people who
-don't like their keyboard.
-
-* para_dbadm. Simple curses interface for changing attributes.
-
-* para_fade. Simple volume fader and alarm clock.
+       * para_gui. Curses based interface, displays information in a
+         curses window and can be used to easily control para_server
+         and para_audiod.
+       * para_sdl_gui. Shows pictures (on a per song basis) and
+         other information about the current audio file. Can be used
+         as a screen saver.
+       * para_krell. A gkrellm2 plugin that shows small pics and is
+         able to launch 27 different commands by clicking on the image.
+       * para_slider. User-friendly stream creator for people who
+         don't like their keyboard.
+       * para_dbadm. Simple curses interface for changing attributes.
+       * para_fade. Simple volume fader and alarm clock.