]> git.tuebingen.mpg.de Git - micoforia.git/blob - index.html.m4
attach_to_bridge(): Improve error message.
[micoforia.git] / index.html.m4
1 dnl SPDX-License-Identifier: GPL-2.0-only
2 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'
3 'http://www.w3.org/TR/html4/loose.dtd'>
4
5 <html>
6         <head>
7                 <meta
8                         http-equiv='Content-Type';
9                         content='text/html';
10                         charset=utf-8;
11                 >
12                 <title>PACKAGE()</title>
13                 <style type='text/css'>
14                         a {
15                                 color: #003355;
16                         }
17                         p {
18                                 font-size: 120%;
19                         }
20                 </style>
21         </head>
22         <body>
23                 <table width="100%">
24                         <tr>
25                                 <td>
26                                         <h1 align="left">
27                                                  PACKAGE() - SLOGAN()
28                                         </h1>
29                                 </td>
30                                 <td align="right" title="The micoforic dude">
31
32                                         <img src="micoforia.svg">
33                                 </td>
34                         </tr>
35                 </table>
36                 <p> DESCRIPTION1() </p>
37                 <p> DESCRIPTION2() </p>
38                 <p> DESCRIPTION3() </p>
39
40                 <h2> Resources </h2>
41                 <ul>
42                         <li> Clone `URL': CLONE_URL() </li>
43                         <li> <a href="GITWEB_URL()">Gitweb</a> </li>
44                         <li> The author's <a href="HOME_URL()">home page</a> </li>
45                         <li> Send feedback to <a href="mailto:EMAIL()">AUTHOR()</a> </li>
46                 </ul>
47
48                 <h2> License </h2>
49                 Open source, licensed under the <a
50                 href="LICENSE_URL()">LICENSE()</a>
51
52                 <h2> Documentation </h2>
53                 See the manual page for details.
54
55                 <h2> Programming Language </h2>
56                 Plain C.
57
58                 <h2> Dependencies </h2>
59                 A working C compiler and a couple of other dependencies,
60                 most of which are standard (autoconf, make, m4,
61                 libmnl, libcap). The notable exception is the <a
62                 href="http://people.tuebingen.mpg.de/maan/lopsub/">lopsub</a> library.
63         </body>
64 </html>