]> git.tuebingen.mpg.de Git - dss.git/blob - index.html.m4
42ec52bc30fcb0ba1278686089e9c31f7e7d8f01
[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         <LINK href="dss.css" REL="stylesheet" TYPE="text/css">
9         <link rel="shortcut icon" href="dss.ico">
10 </head>
11
12 <body>
13         <table>
14                 <tr>
15                         <td>
16                                 <img src="dss.svg" alt="dss">
17                         </td>
18                         <td>
19                                 <h1>SLOGAN()</h1>
20                         </td>
21                 </tr>
22         </table>
23         <hr>
24         [<a href="`#'installation">Installation</a>]
25         [<a href="`#'resources">Resources</a>]
26         [<a href="`#'news">News</a>]
27         <hr>
28
29         <p> DESCRIPTION1() </p>
30         <p> DESCRIPTION2() </p>
31         <p> DESCRIPTION3() </p>
32
33         <h2> <a name="installation">Installation</a> </h2>
34
35         <p> To install the dependencies, run <code>apt-get install gcc rsync
36         liblopsub-dev m4</code>. </p>
37
38         <p> To download the source code, run <code>git clone
39         CLONE_URL()</code>, or grab a current tarball from the <a
40         href="GITWEB_URL()">gitweb page</a> and unpack it. </p>
41
42         <p> To build the PACKAGE() executable and the man page, enter the
43         PACKAGE() source directory and type <code>make</code>. To install
44         both files run <code>sudo make install</code>. </p>
45
46         <p> Try <code>dss -h</code> for an overview of all supported command
47         line options, <code>dss --detailed-help</code> for the long help text,
48         or <code>man dss</code> to see the man page which contains example
49         configurations. </p>
50
51         <h2> <a name="resources">Resources</a> </h2>
52         <ul>
53                 <li> <a href="PACKAGE_HOMEPAGE()">PACKAGE() home page</a> </li>
54                 <li> <code>git clone CLONE_URL()</code> </li>
55                 <li> <a href="GITWEB_URL()">Gitweb</a> </li>
56                 <li> <a href="HOME_URL()">Author home page</a> </li>
57                 <li> <a href="PACKAGE().1.html">manual page</a> </li>
58                 <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
59                 <li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
60         </ul>
61         <h2> <a name="news">News</a> </h2>
62         @NEWS@
63 </body> </html>