summaryrefslogtreecommitdiffhomepage
path: root/src/man/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/index.gsp')
-rw-r--r--src/man/index.gsp39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/man/index.gsp b/src/man/index.gsp
new file mode 100644
index 0000000..8da15dc
--- /dev/null
+++ b/src/man/index.gsp
@@ -0,0 +1,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 }
+ }
+}