summaryrefslogtreecommitdiffhomepage
path: root/src/man/index.gsp
blob: 8da15dcb97dfb34eb8c57f0807ffe31613a5df0c (plain) (blame)
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
html lang="en" {
	head { m4_include(head.gsp) }
	body {
		header {
			div {
				h1 {-Manual Pages}
				m4_include(nav.gsp)
			}

			figure .quote {
				blockquote .de {
					p {=
						Alles Große und Gescheite existiert in der Minorität.  Es ist nie
						daran zu denken, dass die Vernunft populär werde.  Leidenschaft und
						Gefühle mögen populär werden, aber die Vernunft wird immer nur im
						Besitze einzelner Vorzüglicher sein.
					}
				}
				figcaption {-Johann Wolfgang von Goethe}
			}
		}

		main {
			p {-
				In this section of the website you can find the manual pages for all my
				command-line utilities, C library functions, and more.
			}

			p {-Manuals:}
			ul {
				m4_esyscmd(mkman)
			}
		}

		hr{}

		footer { m4_footer }
	}
}