aboutsummaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-02-06 19:43:57 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-02-06 19:43:57 +0300
commit83cd2267b309fa7411acaed356f88101196bb2ad (patch)
tree8ab5f2ebdfbbc5020f13329858d6364d82beabd9 /readme
parent37cd01d27efc7988548dbfde307e41be7d4f41a9 (diff)
downloadmagi-83cd2267b309fa7411acaed356f88101196bb2ad.tar
magi-83cd2267b309fa7411acaed356f88101196bb2ad.tar.xz
magi-83cd2267b309fa7411acaed356f88101196bb2ad.zip
[magi] Broken to become better.
Diffstat (limited to 'readme')
-rw-r--r--readme7
1 files changed, 4 insertions, 3 deletions
diff --git a/readme b/readme
index 59dfc25..fb36636 100644
--- a/readme
+++ b/readme
@@ -5,9 +5,10 @@ Magi Library (libmagi) implements Gateway Interfaces, namely CGI and FastCGI.
Magi are free and open-source software: legal info is in the 'license' file.
They are written in ANSI C, without any dependecies, except for C standard
library. All source and header files are located in the 'src' directory.
-Files with 'inner' part in their names are not intended for external use.
-Since filenames in the project are short and simple consider placing
-header files in subdirectory 'magi' of your include.
+The 'include' directory is intended to be used in your include environment.
+Headers themselves are in 'magi' subdirectory of include, due to their short
+and simple names. If you are not about choosing which header to include and
+just want everything to be included you can use 'magi.h'.
Compiling
Compilation and its options are described in the 'Makefile'.