3b77ae729aea01cd3b29638a152eaea8dd8b4b72
[tfortune.git] / index.html.m4
1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'
2 'http://www.w3.org/TR/html4/loose.dtd'>
3
4 <!-- SPDX-License-Identifier: GPL-3.0-only */ -->
5 <html>
6         <head>
7                 <meta
8                         http-equiv='Content-Type';
9                         content='text/html';
10                         charset=utf-8;
11                 >
12                 <title>Tfortune</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                                                  tfortune - Fortune Cookies with Tags
28                                         </h1>
29                                 </td>
30                                 <td align="right">
31                                         <img
32                                                 src="logo.svg"
33                                                 alt="tfortune logo"
34                                                 title="The text on the paper strip says:
35 &quot;You will soon use a different fortune program&quot;"
36
37                                         >
38                                 </td>
39                         </tr>
40                 </table>
41                 <p> DESCRIPTION1() </p>
42                 <p> DESCRIPTION2() </p>
43                 <p> DESCRIPTION3() </p>
44
45                 <h2> Resources </h2>
46                 <ul>
47                         <li> git clone URL: CLONE_URL() </li>
48                         <li>
49                                 gitweb: <a href="GITWEB_URL()">GITWEB_URL()</a>
50                         </li>
51                         <li> The author's <a href="HOME_URL()">home page</a> </li>
52                         <li> Send feedback to <a href="mailto:EMAIL()">AUTHOR()</a> </li>
53                 </ul>
54
55                 <h2> License </h2>
56                 Open source, licensed under the <a
57                 href="LICENSE_URL()">LICENSE()</a>
58                 (GNU General Public License, Version 3)
59
60                 <h2> Documentation </h2>
61                 All parts of tfortune are well documented and illustrated with
62                 examples. See the manual page for details.
63
64                 <h2> Programming Language </h2>
65                 Plain C.
66
67                 <h2> Dependencies </h2>
68                 A working C compiler and a couple of other dependencies, most of which
69                 are standard (autoconf, make, m4, flex, bison). The notable exception
70                 is the <a href="http://people.tuebingen.mpg.de/maan/lopsub/">lopsub</a>
71                 library.
72         </body>
73 </html>