diff man/d2o.1.md @ 6:54ab94198677

abstract mixins + building sctipt + documentation
author Atarwn Gard <a@qwa.su>
date Tue, 10 Mar 2026 10:22:02 +0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/man/d2o.1.md	Tue Mar 10 10:22:02 2026 +0500
@@ -0,0 +1,24 @@
+% d2o(1)
+% 2026-03-10
+
+# NAME
+d2o (heavy h2o) - an experimental web server inspired by h2o project
+
+# SYNOPSIS
+**d2o** \[*config*\]
+
+# DESCRIPTION
+d2o is a webserver, **the main feature** of which is its **unique ICF configuration format**, which uses inheritance and string substitution as the primary means of managing websites.
+
+Instead of spawning endless blocks and drowning in `location/`, It just uses pipelines. The entire server, with all subdomains, TLS, and proxying, fits into 12 lines that read from top to bottom. If a folder exists in $WWW, it automatically becomes a site through named wildcards. It’s not magic, it’s just the absence of unnecessary noise in a system that doesn’t try to appear more complex than it is.
+
+# OPTIONS
+*config*
+: The path to the configuration file in ICF format. If not specified, `/etc/d2obase' is used.
+
+# FILES
+*/etc/d2obase*
+: The default configuration file.
+
+# SEE ALSO
+d2obase(5)
\ No newline at end of file