Start » History » Revision 28
Revision 27 (stbuehler, 2010-10-03 21:10) → Revision 28/42 (stbuehler, 2010-10-05 23:30)
*Lighttpd 2.0 is work in progress - it is not finished and should not be used in a production environment*
*Each commit still might break something important, so be careful after updates*
*We prefer giving support in IRC for now; if you ask questions in the lighttpd forum make sure you mention the version.*
*We think the docs are already pretty good, so please RTFM before asking questions :)*
h1. Documentation
{{>toc}}
* Deployment
## [[Installation]] (our git repository git://git.lighttpd.net/lighttpd/lighttpd2 can be viewed "here":http://cgit.lighttpd.net/lighttpd/lighttpd2/)
## [[Configuration]]
* [[Tips]] - Best practices, useful tips for young and old
* [[Config]] - The config syntax and structure in detail
* [[Modules]] - Available modules
* [[Angel]] - Recommended supervisor for lighttpd
** [[AngelConfig]] - The angel config syntax
* [[Howtos]] - Collection of different howtos
* Lua topics
** [[LuaConfig]] - Write your config as lua script (basic concepts)
** [[LuaAPI]] - Lua api reference
** [[LuaExamples]] - Some examples what you can do with lua
* [[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]]
* [[TestSuite]]
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/)