]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - FEATURES
web: Shorten feature list
[paraslash.git] / FEATURES
index 30e778ba601a6ad885ccc3b126f236e5cfd25f62..a922cf2cd8597c94a2df6c9f098c12b34622fb0f 100644 (file)
--- a/FEATURES
+++ b/FEATURES
@@ -1,30 +1,18 @@
-Features
-========
+About
+=====
 
-------------------------------------------------------------------------------
+-----
+Paraslash is a collection of network audio streaming tools for Unix
+systems. It is written in C and released under the GPLv2.
 
-       * Linux and Mac OS support
-       * mp3, oggvorbis, aac(m4a) support
-       * local or remote http, dccp, and ortp network audio streaming
-       * volume normalizer
-       * stream grabbing at any point in the filter chain
-       * stand-alone command line receiver/decoder/normalizer/player
-       * sophisticated audio file selectors (mysql, random, playlist)
-       * small memory footprint
-       * command line interface for easy scripting in high-level languages
-       * RSA user authentication
-       * encrypted communications
-       * GPL licensed
-       * written in C
-       * well documented
-       * complete API-Reference
-       * easily extendible due to the modular design
-       * various user interfaces and utilities:
-               * para_gui. Curses based interface to easily control server and
-                 client
-               * para_sdl_gui. Shows images on a per song basis and can be used
-                  as a screen saver.
-               * para_krell. A gkrellm2 plugin
-               * para_slider. User-friendly stream creator
-               * para_dbadm. Simple curses interface for changing attributes.
-               * para_fade. volume fader and alarm clock.
+Features
+~~~~~~~~
+       * Runs on Linux, Mac OS, FreeBSD, NetBSD.
+       * Mp3, ogg/vorbis, ogg/speex, aac (m4a), wma, flac and ogg/opus support
+       * http, dccp and udp network streaming
+       * Stand-alone decoder/player
+       * Curses-based gui
+       * Integrated volume normalizer, fader, alarm clock
+       * Sophisticated audio file selector
+       * Command line interface with tab-completion
+       * Open source and well documented