blob: f7376d90bb3f9e282766ae66e0cdb7d895c423d4 (
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
72
73
|
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'
'https://www.w3.org/TR/html4/loose.dtd'>
<!-- SPDX-License-Identifier: GPL-3.0-only */ -->
<html>
<head>
<meta
http-equiv='Content-Type';
content='text/html';
charset=utf-8;
>
<title>Tfortune</title>
<style type='text/css'>
a {
color: #003355;
}
p {
font-size: 120%;
}
</style>
</head>
<body>
<table width="100%">
<tr>
<td>
<h1 align="left">
tfortune - Fortune Cookies with Tags
</h1>
</td>
<td align="right">
<img
src="logo.svg"
alt="tfortune logo"
title="The text on the paper strip says:
"You will soon use a different fortune program""
>
</td>
</tr>
</table>
<p> DESCRIPTION1() </p>
<p> DESCRIPTION2() </p>
<p> DESCRIPTION3() </p>
<h2> Resources </h2>
<ul>
<li> git clone URL: CLONE_URL() </li>
<li>
gitweb: <a href="GITWEB_URL()">GITWEB_URL()</a>
</li>
<li> The author's <a href="HOME_URL()">home page</a> </li>
<li> Send feedback to <a href="mailto:EMAIL()">AUTHOR()</a> </li>
</ul>
<h2> License </h2>
Open source, licensed under the <a
href="LICENSE_URL()">LICENSE()</a>
(GNU General Public License, Version 3)
<h2> Documentation </h2>
All parts of tfortune are well documented and illustrated with
examples. See the manual page for details.
<h2> Programming Language </h2>
Plain C.
<h2> Dependencies </h2>
A working C compiler and a couple of other dependencies, most of which
are standard (autoconf, make, m4, flex, bison). The notable exception
is the <a href="http://people.tuebingen.mpg.de/maan/lopsub/">lopsub</a>
library.
</body>
</html>
|