blob: 915e038282f3f4618388ceb87ed7729df6ba9afd [file] [log] [blame]
Willy Tarreau7f332732018-12-16 22:27:15 +01001The HAProxy documentation has been split into a number of different files for
2ease of use.
willy tarreau78345332005-12-18 01:33:16 +01003
Willy Tarreau7f332732018-12-16 22:27:15 +01004Please refer to the following files depending on what you're looking for :
willy tarreau78345332005-12-18 01:33:16 +01005
Willy Tarreau7f332732018-12-16 22:27:15 +01006 - INSTALL for instructions on how to build and install HAProxy
7 - LICENSE for the project's license
8 - CONTRIBUTING for the process to follow to submit contributions
Willy Tarreaub1a34b62010-05-09 22:37:12 +02009
Willy Tarreau7f332732018-12-16 22:27:15 +010010The more detailed documentation is located into the doc/ directory :
Willy Tarreaub1a34b62010-05-09 22:37:12 +020011
Willy Tarreau7f332732018-12-16 22:27:15 +010012 - doc/intro.txt for a quick introduction on HAProxy
13 - doc/configuration.txt for the configuration's reference manual
14 - doc/lua.txt for the Lua's reference manual
15 - doc/SPOE.txt for how to use the SPOE engine
16 - doc/network-namespaces.txt for how to use network namespaces under Linux
17 - doc/management.txt for the management guide
18 - doc/regression-testing.txt for how to use the regression testing suite
19 - doc/peers.txt for the peers protocol reference
20 - doc/coding-style.txt for how to adopt HAProxy's coding style
21 - doc/internals for developer-specific documentation (not all up to date)