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