https://github.com/schacon/gitbook
They write the doc in the markdown format (easy with GitHub):
http://github.github.com/github-flavored-markdown/
We can then produce HTML and PDF pretty easily using tools such as Pandoc or similar tools:
http://johnmacfarlane.net/pandoc/
That could be much more convenient to write, maintain and receive contributions thanks to GitHub.
https://github.com/schacon/gitbook
They write the doc in the markdown format (easy with GitHub):
http://github.github.com/github-flavored-markdown/
We can then produce HTML and PDF pretty easily using tools such as Pandoc or similar tools:
http://johnmacfarlane.net/pandoc/
That could be much more convenient to write, maintain and receive contributions thanks to GitHub.