aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-07-18 08:29:10 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-07-18 08:29:10 +0300
commit43968691c2a7f1f95cf7476fc8ab3c0bba8bab54 (patch)
treeddd2d851508a2b93ce95d3d65b272620bc5322f6 /man
parent36dda991898ce621a0b0f7103f763690e73fa0ff (diff)
downloadmagi-43968691c2a7f1f95cf7476fc8ab3c0bba8bab54.tar
magi-43968691c2a7f1f95cf7476fc8ab3c0bba8bab54.tar.xz
magi-43968691c2a7f1f95cf7476fc8ab3c0bba8bab54.zip
Removed unnecessary field meta from request.
Diffstat (limited to 'man')
-rw-r--r--man/magi.313
1 files changed, 10 insertions, 3 deletions
diff --git a/man/magi.3 b/man/magi.3
index 1188dca..32b0c92 100644
--- a/man/magi.3
+++ b/man/magi.3
@@ -158,11 +158,18 @@ field of
.B magi_request
structure. For other modules error codes seem to be overkill.
.SH COMPATIBILTY
+Sine
+.B magi
+only uses C standard library and the C language itself it should be able
+to run on every environment with them, i.e. Linux, OpenBSD, FreeBSD, macOS,
+Windows, etc.
+.P
The
.B magi
-library runs on any UNIX environment,
-i.e. Linux, OpenBSD, FreeBSD, macOS, etc.
-Windows is currently not supported.
+library should work well with any server supporting CGI, since it is
+compatible with
+.IR "RFC 3875" ,
+i.e. Apache, nginx, Caddy, etc.
.P
The library is compatible with C++, since it avoid using typedefs for structs.
However it doesn't have 'extern "C"' in the headers, so you need to wrap your