Project

General

Profile

Start » History » Revision 18

Revision 17 (stbuehler, 2009-07-16 22:09) → Revision 18/42 (icy, 2009-08-18 18:49)

*Lighttpd 2.0 is work in progress - it is not finished and should not be used in a production environment* 
 *We do not provide any support for it until it is somewhat complete and ready for testing. Do NOT ask questions in the lighttpd forum.* 
 *Thanks for understanding.* 

 h1. Documentation 

 {{>toc}} 

 * Deployment 
 ## [[Installation]] 
 *** Checkout source: @bzr branch http://bzr.lighttpd.net/lighttpd/sandbox/@ (use @bzr pull@ to update it) 
 *** * Build it 
 **** with cmake: @mkdir cmake or waf (@mkdir cmakebuild && cd cmakebuild && ccmake .. && make@ 
 **** with waf: or @./waf configure --with-all build@) && ./waf@) 
 * Deployment 
 ## [[Configuration]] [[Installing]] 
 ## [[Configuring]] 
 * [[Tips]] - Best practices, useful tips for young and old 
 * [[Config]] - The config syntax and structure in detail 
 * [[Modules]] - Available modules 
 * [[Howtos]] - Collection of different howtos 
 * [[FAQ]] - Frequently Asked Questions 
 * [[Bug Reporting]] - How to report a bug 

 h1. Community and Support 

 Support is given via IRC and the forum. Bugreports are handled via the issue/ticket system. 

 * "Forums":http://redmine.lighttpd.net/projects/lighttpd/boards 
 * IRC: "Freenode":http://www.freenode.net channel "#lighttpd":irc://irc.freenode.net/lighttpd 

 h1. Development 

 * Plugins 
 ** [[Intro]] 
 ** [[API]] 
 ** [[Example plugin]] 
 ** [[FAQ]] 
 * Internals 
 ** [[Statemachine]] 
 ** [[Actions]] 
 ** [[ConfigInternals]] 
 ** [[Network Backends]] 
 ** [[VirtualRequests]] 

 h1. Misc 

 * [[Promotional Artwork]] 
 * [[Sites using Lighttpd]] 
 * [[Benchmarks]] 
 * [[History]] 

 * [[Ideas]] 
 * [[Plans]] 
 * [[Todo]] 
 * [[Valgrind]] 
 * Using [[ClangAnalyzer|Clang Static Analyzer]] with cmake (http://clang-analyzer.llvm.org/)