]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Shorten feature list
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 01:58:23 +0000 (01:58 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 Apr 2015 12:35:01 +0000 (14:35 +0200)
This list was a bit too verbose for a web page. This patch reduces
the level of detain to mention only the most prominent features.

FEATURES

index 395d0f15bbc844cc864295a08b23b076786321e6..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.
 
-       * Runs on Linux, Mac OS, FreeBSD, NetBSD, Solaris and probably other
-         Unixes
+Features
+~~~~~~~~
+       * Runs on Linux, Mac OS, FreeBSD, NetBSD.
        * Mp3, ogg/vorbis, ogg/speex, aac (m4a), wma, flac and ogg/opus support
-       * Native Alsa, OSS, CoreAudio output support
-       * Support for ESD, Pulseaudio, AIX, Solaris, IRIX through libao
-       * Local or remote http, dccp and udp network audio streaming
-       * IPv6 support
-       * Forward error correction allows receivers to recover from packet losses
-       * Volume normalizer
-       * Stream grabbing at any point in the filter chain
-       * Stand-alone command line receiver/decoder/normalizer/player
-       * Stand-alone audio format handler utility
-       * Sophisticated audio file selector
-       * Small memory footprint
-       * Command line interface for easy scripting in high-level languages
-       * Interactive sessions offer command completion and command line history
-       * RSA user authentication
-       * Encrypted communications
-       * GPL licensed
-       * Written in C
-       * Well documented
-       * Complete API-Reference
-       * Easily extendible due to its modular design
+       * http, dccp and udp network streaming
+       * Stand-alone decoder/player
        * Curses-based gui
-       * Volume fader and alarm clock
+       * Integrated volume normalizer, fader, alarm clock
+       * Sophisticated audio file selector
+       * Command line interface with tab-completion
+       * Open source and well documented