summaryrefslogtreecommitdiff
path: root/index.html.m4
blob: 849e2039a5cd86fc3592ccb64111d23658ae2eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
dnl SPDX-License-Identifier: GPL-2.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
	<title>PACKAGE() - SLOGAN()</title>
	<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> include(«dss.svg») </td>
			<td> <h1>SLOGAN()</h1> </td>
		</tr>
	</table>

	<p> DESCRIPTION1() </p>
	<p> DESCRIPTION2() </p>
	<p> DESCRIPTION3() </p>

	<h2> <a name="installation">Installation</a> </h2>

	<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
	href="GITWEB_URL()">gitweb page</a> and unpack it. </p>

	<p> To build the PACKAGE() executable and the man page, enter the
	PACKAGE() source directory and type <code>make</code>. To install
	both files run <code>sudo make install</code>. </p>

	<p> Try <code>dss -h</code> for an overview of all supported command
	line options, <code>dss --detailed-help</code> for the long help text,
	or <code>man dss</code> to see the man page which contains example
	configurations. </p>

	<h2> <a name="resources">Resources</a> </h2>
	<ul>
		<li> <a href="PACKAGE_HOMEPAGE()">PACKAGE() home page</a> </li>
		<li> <code>git clone CLONE_URL()</code> </li>
		<li> <a href="GITWEB_URL()">Gitweb</a> </li>
		<li> <a href="HOME_URL()">Author home page</a> </li>
		<li> <a href="PACKAGE().1.html">manual page</a> </li>
		<li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
		<li> License: <a href="LICENSE_URL()">LICENSE()</a> </li>
	</ul>

</body> </html>