]> git.tuebingen.mpg.de Git - misma.git/blob - index.html.m4
Fix seconds_to_human().
[misma.git] / index.html.m4
1 dnl SPDX-License-Identifier: GPL-2.0+
2 define(`SVG', `dnl
3 <svg xmlns="http://www.w3.org/2000/svg" height="50" width="100">
4         <path stroke-width="3" stroke="black" fill="none"
5                 d="
6                         M 5 23
7                         l 6,0
8                         l 0,-6 l 6,0 l 0,6
9                         l 6,0
10                         l 0,-12 l 6,0 l 0,12
11                         l 6,0
12                         l 0,-6 l 6,0 l 0,6
13                         l 6,0
14                         l 0,-18 l 6,0 l 0,18
15                         l 6,0
16                         l 0,-6 l 6,0 l 0,6
17                         l 6,0
18                         l 0,-12 l 6,0 l 0,12
19                         l 6,0
20                         l 0,-6 l 6,0 l 0,6
21                         l 6,0
22                 "
23         />
24         <path stroke-width="4" stroke="blue" fill="none"
25                 d="
26                         M 10 46
27                         l 0,-15 l 6,0 l 0,10 l 6,0 l 0,-10 l 6,0 l 0,15
28                         m 6,0
29                         l 0,-13 l 0,-4 m 0,15
30                         m 5,0
31                         l 9,0 l 0,-6 l -8,0 l 0,-7 l 9,0 m 0,15
32                         m 5,0
33                         l 0,-15 l 6,0 l 0,10 l 6,0 l 0,-10 l 6,0 l 0,15
34                         m 6,-2
35                         l 0,-13 l 10,0 l 0,13 l -12,0 m 12,0 l 4,0
36                 "
37         />
38 </svg>
39 ')dnl
40 ifelse(MODE(), `svg', `SVG() m4exit')
41
42 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'
43 'http://www.w3.org/TR/html4/loose.dtd'>
44
45 <html>
46         <head>
47                 <meta
48                         http-equiv='Content-Type';
49                         content='text/html';
50                         charset=utf-8;
51                 >
52                 <title>PACKAGE()</title>
53                 <style type='text/css'>
54                         body {
55                                 text-align: justify;
56                                 padding: 0px 30px 0px 30px;
57                                 font-size: 130%;
58                         }
59                         a {
60                                 color: #01c;
61                         }
62                         pre,code {
63                                 font-size: 110%;
64                         }
65                 </style>
66         </head>
67         <body>
68                 <table width="100%">
69                         <tr>
70                                 <td>
71                                         <h2 align="left">
72                                                  PACKAGE() - SLOGAN()
73                                         </h2>
74                                 </td>
75                                 <td align="right"> SVG() </td>
76                         </tr>
77                 </table>
78                 <p> DESCRIPTION1() </p>
79                 <p> DESCRIPTION2() </p>
80                 <p> DESCRIPTION3() </p>
81
82                 <h3> Installation </h3>
83
84                 <p> PACKAGE() is easy to install and easy to configure. To build from
85                 source, a number of dependencies must be installed. The following
86                 should work on Debian/Ubuntu: </p>
87
88                 <pre>
89         sudo apt-get install gcc git autoconf m4 make liblopsub-dev
90         git clone CLONE_URL()
91         cd misma
92         ./configure &amp;&amp; make &amp;&amp; sudo make install
93                 </pre>
94
95                 <p> Alternatively, download this pre-compiled <a
96                 href="PACKAGE()">static binary</a> for x86, which should work fine
97                 on all Linux distributions. </p>
98
99                 Run <code>PACKAGE() help</code> to display the subcommands and
100                 <code>man PACKAGE()</code> for the manual page. The examples included
101                 in the manual illustrate how to create thin logical volumes and how
102                 to snapshot them with PACKAGE().
103
104                 <h3> Resources </h3> <ul>
105                         <li> Clone `URL': <code>CLONE_URL()</code> </li>
106                         <li> <a href="GITWEB_URL()">Gitweb</a> </li>
107                         <li> <a href="PACKAGE().8.html">manual page</a> </li>
108                         <li> The author's <a href="HOME_URL()">home page</a> </li>
109                         <li> Send feedback to <a href="mailto:EMAIL()">AUTHOR()</a> </li>
110                 </ul>
111
112         </body>
113 </html>