]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Make FEATURES the new homepage, rename it to "about".
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 02:23:18 +0000 (02:23 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 Apr 2015 12:35:01 +0000 (14:35 +0200)
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.

FEATURES [deleted file]
web/about.in.html [new file with mode: 0644]
web/header.html
web/header2.html

diff --git a/FEATURES b/FEATURES
deleted file mode 100644 (file)
index a922cf2..0000000
--- 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 (file)
index 0000000..a1a26eb
--- /dev/null
@@ -0,0 +1,17 @@
+<h1>About</h1>
+<hr>
+
+Paraslash is a collection of network audio streaming tools for Unix
+systems. It is written in C and released under the GPLv2.
+
+<ul>
+       <li> Runs on Linux, Mac OS, FreeBSD, NetBSD </li>
+       <li> Mp3, ogg/vorbis, ogg/speex, aac (m4a), wma, flac and ogg/opus support </li>
+       <li> http, dccp and udp network streaming </li>
+       <li> Stand-alone decoder/player </li>
+       <li> Curses-based gui </li>
+       <li> Integrated volume normalizer, fader, alarm clock </li>
+       <li> Sophisticated audio file selector </li>
+       <li> Command line interface with tab-completion </li>
+       <li> Open source and well documented </li>
+</ul>
index 1960dc054a23aaa173b11042928e7c7de993eaa8..2fdbdcdc87f87ebfb8b469c3ba49efa1cdcc23ac 100644 (file)
@@ -22,8 +22,8 @@
        <tr>
                <td valign="top">
                        <br>
        <tr>
                <td valign="top">
                        <br>
-                       <a href="index.html">Home</a><br>
-                       <a href="FEATURES.html">Features</a><br>
+                       <a href=".">About</a><br>
+                       <a href="news.html">News</a><br>
                        <a href="screenshots.html">Screenshots</a><br>
                        <a href="download.html">Download</a><br>
                        <a href="documentation.html">Documentation</a><br>
                        <a href="screenshots.html">Screenshots</a><br>
                        <a href="download.html">Download</a><br>
                        <a href="documentation.html">Documentation</a><br>
index 956ca7aa7a4f4a2d87eb98c4b92dcf1ca0ba0dc3..bfa5576f4583581b819f2f14f69c6da9e202a358 100644 (file)
@@ -22,8 +22,8 @@
        <tr>
                <td valign="top">
                        <br>
        <tr>
                <td valign="top">
                        <br>
-                       <a href="../../index.html">Home</a><br>
-                       <a href="../../FEATURES.html">Features</a><br>
+                       <a href="../..">About</a><br>
+                       <a href="../../news.html">News</a><br>
                        <a href="../../screenshots.html">Screenshots</a><br>
                        <a href="../../download.html">Download</a><br>
                        <a href="../../documentation.html">Documentation</a><br>
                        <a href="../../screenshots.html">Screenshots</a><br>
                        <a href="../../download.html">Download</a><br>
                        <a href="../../documentation.html">Documentation</a><br>