blob: a2c8b192be922d9d29a830cef9967c7994153c2e [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
Willy Tarreauba4ad172019-06-15 21:53:40 +02007 - BRANCHES to understand the project's life cycle and what version to use
Willy Tarreau7f332732018-12-16 22:27:15 +01008 - LICENSE for the project's license
9 - CONTRIBUTING for the process to follow to submit contributions
Willy Tarreaub1a34b62010-05-09 22:37:12 +020010
Willy Tarreau7f332732018-12-16 22:27:15 +010011The more detailed documentation is located into the doc/ directory :
Willy Tarreaub1a34b62010-05-09 22:37:12 +020012
Willy Tarreau7f332732018-12-16 22:27:15 +010013 - doc/intro.txt for a quick introduction on HAProxy
14 - doc/configuration.txt for the configuration's reference manual
15 - doc/lua.txt for the Lua's reference manual
16 - doc/SPOE.txt for how to use the SPOE engine
17 - doc/network-namespaces.txt for how to use network namespaces under Linux
18 - doc/management.txt for the management guide
19 - doc/regression-testing.txt for how to use the regression testing suite
20 - doc/peers.txt for the peers protocol reference
21 - doc/coding-style.txt for how to adopt HAProxy's coding style
22 - doc/internals for developer-specific documentation (not all up to date)