]> git.tuebingen.mpg.de Git - dss.git/blobdiff - index.html.m4
Merge topic branch t/realpath into pu
[dss.git] / index.html.m4
index 4b23c81477d71a62a345ad6923bf494166e22dd1..849e2039a5cd86fc3592ccb64111d23658ae2eed 100644 (file)
@@ -5,33 +5,44 @@ dnl SPDX-License-Identifier: GPL-2.0
 <head>
        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
        <title>PACKAGE() - SLOGAN()</title>
-       <LINK href="dss.css" REL="stylesheet" TYPE="text/css">
+       <style type='text/css'>
+               body {
+                       text-align: justify;
+                       background-color: #ffffff;
+                       color: #333333;
+                       padding: 0px 30px 0px 30px;
+               }
+               a {
+                       color: #4444ff;
+               }
+               pre,code {
+                       font-size: 110%;
+               }
+       </style>
        <link rel="shortcut icon" href="dss.ico">
 </head>
 
 <body>
        <table>
                <tr>
-                       <td>
-                               <img src="dss.svg" alt="dss">
-                       </td>
-                       <td>
-                               <h1>SLOGAN()</h1>
-                       </td>
+                       <td> include(«dss.svg») </td>
+                       <td> <h1>SLOGAN()</h1> </td>
                </tr>
        </table>
-       <hr>
-       [<a href="`#'installation">Installation</a>]
-       [<a href="`#'resources">Resources</a>]
-       [<a href="`#'news">News</a>]
-       <hr>
 
-       @README@
+       <p> DESCRIPTION1() </p>
+       <p> DESCRIPTION2() </p>
+       <p> DESCRIPTION3() </p>
 
        <h2> <a name="installation">Installation</a> </h2>
 
-       <p> To install the dependencies, run <code>apt-get install gcc rsync
-       liblopsub-dev m4</code>. </p>
+       <p> The easiest way to install PACKAGE() is to download and run
+       this pre-compiled <a href="PACKAGE()">static binary</a> for x86. It
+       should work fine on all Linux distributions but it won't work on arm
+       systems. </p>
+
+       <p> To install from source, you first need to install the dependencies:
+       <code>apt-get install gcc rsync liblopsub-dev m4</code>. </p>
 
        <p> To download the source code, run <code>git clone
        CLONE_URL()</code>, or grab a current tarball from the <a
@@ -56,6 +67,5 @@ dnl SPDX-License-Identifier: GPL-2.0
                <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
                <li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
        </ul>
-       <h2> <a name="news">News</a> </h2>
-       @NEWS@
+
 </body> </html>