comparison 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
comparison
equal deleted inserted replaced
5:07b6f06899e0 6:54ab94198677
1 % d2o(1)
2 % 2026-03-10
3
4 # NAME
5 d2o (heavy h2o) - an experimental web server inspired by h2o project
6
7 # SYNOPSIS
8 **d2o** \[*config*\]
9
10 # DESCRIPTION
11 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.
12
13 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.
14
15 # OPTIONS
16 *config*
17 : The path to the configuration file in ICF format. If not specified, `/etc/d2obase' is used.
18
19 # FILES
20 */etc/d2obase*
21 : The default configuration file.
22
23 # SEE ALSO
24 d2obase(5)