]> git.tuebingen.mpg.de Git - dss.git/blob - index.html.m4
Centralize meta information about dss.
[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
24         <hr>
25
26         [<a href="#news">NEWS</a>]
27         [<a href="#install">INSTALL</a>]
28         [<a href="#license">License</a>]
29         [<a href="#resources">Resources</a>]
30         [<a href="#manpage">Man page</a>]
31
32         <hr>
33
34         <center>
35                 <h2>
36                         <a name="readme">README</a>
37                 </h2>
38         </center>
39
40         @README@
41
42         <hr>
43
44         <center>
45                 <h2>
46                         <a name="news">NEWS</a>
47                 </h2>
48         </center>
49
50         @NEWS@
51
52         <hr>
53
54         <center>
55                 <h2>
56                         <a name="install">INSTALL</a>
57                 </h2>
58         </center>
59
60         <p> To download the source code, run <tt> git clone CLONE_URL() </tt>,
61         or grab a current tarball from the <a href="GITWEB_URL()">gitweb
62         page</a> and unpack it. </p>
63
64         @INSTALL@
65
66         <hr>
67
68         <center>
69                 <h2>
70                         <a name="license">License</a>
71                 </h2>
72         </center>
73
74         <p> dss is open source software, licensed under the <a
75         href="LICENSE_URL()">LICENSE()</a>. </p>
76
77         <hr>
78
79         <center> <h2> <a name="resources">Resources</a> </h2> </center>
80         <ul>
81                 <li> <a href="PACKAGE_HOMEPAGE()">PACKAGE() home page</a> </li>
82                 <li> <code>git clone CLONE_URL()</code> </li>
83                 <li> <a href="GITWEB_URL()">Gitweb</a> </li>
84                 <li> <a href="HOME_URL()">Author home page</a> </li>
85                 <li> Contact: <a href="mailto:EMAIL()">AUTHOR() &lt;EMAIL()&gt;</a> </li>
86         </ul>
87
88         <hr>
89
90         <center>
91                 <h2>
92                         <a name="manpage">Man page</a>
93                 </h2>
94         </center>
95
96         @MAN_PAGE@
97
98 </body> </html>
99