]> git.tuebingen.mpg.de Git - dss.git/blob - index.html.m4
Merge topic branch t/realpath into pu
[dss.git] / index.html.m4
1 dnl SPDX-License-Identifier: GPL-2.0
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3    "http://www.w3.org/TR/html4/loose.dtd">
4 <html>
5 <head>
6         <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
7         <title>PACKAGE() - SLOGAN()</title>
8         <style type='text/css'>
9                 body {
10                         text-align: justify;
11                         background-color: #ffffff;
12                         color: #333333;
13                         padding: 0px 30px 0px 30px;
14                 }
15                 a {
16                         color: #4444ff;
17                 }
18                 pre,code {
19                         font-size: 110%;
20                 }
21         </style>
22         <link rel="shortcut icon" href="dss.ico">
23 </head>
24
25 <body>
26         <table>
27                 <tr>
28                         <td> include(«dss.svg») </td>
29                         <td> <h1>SLOGAN()</h1> </td>
30                 </tr>
31         </table>
32
33         <p> DESCRIPTION1() </p>
34         <p> DESCRIPTION2() </p>
35         <p> DESCRIPTION3() </p>
36
37         <h2> <a name="installation">Installation</a> </h2>
38
39         <p> The easiest way to install PACKAGE() is to download and run
40         this pre-compiled <a href="PACKAGE()">static binary</a> for x86. It
41         should work fine on all Linux distributions but it won't work on arm
42         systems. </p>
43
44         <p> To install from source, you first need to install the dependencies:
45         <code>apt-get install gcc rsync liblopsub-dev m4</code>. </p>
46
47         <p> To download the source code, run <code>git clone
48         CLONE_URL()</code>, or grab a current tarball from the <a
49         href="GITWEB_URL()">gitweb page</a> and unpack it. </p>
50
51         <p> To build the PACKAGE() executable and the man page, enter the
52         PACKAGE() source directory and type <code>make</code>. To install
53         both files run <code>sudo make install</code>. </p>
54
55         <p> Try <code>dss -h</code> for an overview of all supported command
56         line options, <code>dss --detailed-help</code> for the long help text,
57         or <code>man dss</code> to see the man page which contains example
58         configurations. </p>
59
60         <h2> <a name="resources">Resources</a> </h2>
61         <ul>
62                 <li> <a href="PACKAGE_HOMEPAGE()">PACKAGE() home page</a> </li>
63                 <li> <code>git clone CLONE_URL()</code> </li>
64                 <li> <a href="GITWEB_URL()">Gitweb</a> </li>
65                 <li> <a href="HOME_URL()">Author home page</a> </li>
66                 <li> <a href="PACKAGE().1.html">manual page</a> </li>
67                 <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
68                 <li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
69         </ul>
70
71 </body> </html>