From: Andre Noll Date: Sat, 3 Jan 2015 02:23:18 +0000 (+0000) Subject: web: Make FEATURES the new homepage, rename it to "about". X-Git-Tag: v0.5.5~34^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=175a7e89de67deab584b86154f46dfcd41213af0 web: Make FEATURES the new homepage, rename it to "about". This commit moves the FEATURES file to web/about.html.in, switching the syntax from grutatxt to plain html. The new file is translated into index.html while the old main page is now available as the "News" page. --- diff --git a/FEATURES b/FEATURES deleted file mode 100644 index a922cf2c..00000000 --- a/FEATURES +++ /dev/null @@ -1,18 +0,0 @@ -About -===== - ------ -Paraslash is a collection of network audio streaming tools for Unix -systems. It is written in C and released under the GPLv2. - -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 diff --git a/web/about.in.html b/web/about.in.html new file mode 100644 index 00000000..a1a26eba --- /dev/null +++ b/web/about.in.html @@ -0,0 +1,17 @@ +

About

+
+ +Paraslash is a collection of network audio streaming tools for Unix +systems. It is written in C and released under the GPLv2. + + diff --git a/web/header.html b/web/header.html index 1960dc05..2fdbdcdc 100644 --- a/web/header.html +++ b/web/header.html @@ -22,8 +22,8 @@
- Home
- Features
+ About
+ News
Screenshots
Download
Documentation
diff --git a/web/header2.html b/web/header2.html index 956ca7aa..bfa5576f 100644 --- a/web/header2.html +++ b/web/header2.html @@ -22,8 +22,8 @@
- Home
- Features
+ About
+ News
Screenshots
Download
Documentation