]> git.tuebingen.mpg.de Git - micoforia.git/blob - index.html.m4
Initial commit.
[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                                         <svg
33                                                 xmlns="http://www.w3.org/2000/svg"
34                                                 xmlns:xlink="http://www.w3.org/1999/xlink"
35                                                 width="100"
36                                                 height="100"
37                                         >
38                                                 <g stroke-width="3" stroke="black" fill="none">
39                                                 <path d="
40                                                         M 5 5
41                                                         l 25 25
42                                                         l 0 30
43                                                         c 10 5 20 5 30 0
44                                                         l 0 -30
45                                                         l 25 -25
46                                                         l -27 20
47                                                         l 0 -10
48                                                         c -8 -13 -16 -13 -24 0
49                                                         l 0 10
50                                                         z
51                                                 "
52                                                 />
53                                                 </g>
54                                                 <ellipse cx="46" cy="22" rx="3" ry="2" fill="none" stroke="black" />
55                                                 <ellipse cx="40" cy="15" rx="2" ry="2" />
56                                                 <ellipse cx="52" cy="15" rx="2" ry="2" />
57                                         </svg>
58                                 </td>
59                         </tr>
60                 </table>
61                 <p> DESCRIPTION1() </p>
62                 <p> DESCRIPTION2() </p>
63                 <p> DESCRIPTION3() </p>
64
65                 <h2> Resources </h2>
66                 <ul>
67                         <li> Clone `URL': CLONE_URL() </li>
68                         <li> <a href="GITWEB_URL()">Gitweb</a> </li>
69                         <li> The author's <a href="HOME_URL()">home page</a> </li>
70                         <li> Send feedback to <a href="mailto:EMAIL()">AUTHOR()</a> </li>
71                 </ul>
72
73                 <h2> License </h2>
74                 Open source, licensed under the <a
75                 href="LICENSE_URL()">LICENSE()</a>
76
77                 <h2> Documentation </h2>
78                 See the manual page for details.
79
80                 <h2> Programming Language </h2>
81                 Plain C.
82
83                 <h2> Dependencies </h2>
84                 A working C compiler and a couple of other dependencies,
85                 most of which are standard (autoconf, make, m4,
86                 libmnl, libcap). The notable exception is the <a
87                 href="http://people.tuebingen.mpg.de/maan/lopsub/">lopsub</a> library.
88         </body>
89 </html>