]> git.tuebingen.mpg.de Git - dss.git/blob - index.html.m4
build: Move recipe for index.html to proper place.
[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>
29                                 <img src="dss.svg" alt="dss">
30                         </td>
31                         <td>
32                                 <h1>SLOGAN()</h1>
33                         </td>
34                 </tr>
35         </table>
36
37         <p> DESCRIPTION1() </p>
38         <p> DESCRIPTION2() </p>
39         <p> DESCRIPTION3() </p>
40
41         <h2> <a name="installation">Installation</a> </h2>
42
43         <p> To install the dependencies, run <code>apt-get install gcc rsync
44         liblopsub-dev m4</code>. </p>
45
46         <p> To download the source code, run <code>git clone
47         CLONE_URL()</code>, or grab a current tarball from the <a
48         href="GITWEB_URL()">gitweb page</a> and unpack it. </p>
49
50         <p> To build the PACKAGE() executable and the man page, enter the
51         PACKAGE() source directory and type <code>make</code>. To install
52         both files run <code>sudo make install</code>. </p>
53
54         <p> Try <code>dss -h</code> for an overview of all supported command
55         line options, <code>dss --detailed-help</code> for the long help text,
56         or <code>man dss</code> to see the man page which contains example
57         configurations. </p>
58
59         <h2> <a name="resources">Resources</a> </h2>
60         <ul>
61                 <li> <a href="PACKAGE_HOMEPAGE()">PACKAGE() home page</a> </li>
62                 <li> <code>git clone CLONE_URL()</code> </li>
63                 <li> <a href="GITWEB_URL()">Gitweb</a> </li>
64                 <li> <a href="HOME_URL()">Author home page</a> </li>
65                 <li> <a href="PACKAGE().1.html">manual page</a> </li>
66                 <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
67                 <li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
68         </ul>
69
70 </body> </html>