create HTML for http-protocol.txt
commit586aa7863141ad07fd6eb45349a3cb62fdcd28ea
authorThomas Ackermann <th.acker@arcor.de>
Sun, 26 Jan 2014 12:57:19 +0000 (26 13:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 17:02:02 +0000 (27 09:02 -0800)
tree7a1e341c422e66d68963df3e7aab298689fce680
parentb594c975c7e865be23477989d7f36157ad437dc7
create HTML for http-protocol.txt

./Documentation/technical/http-protocol.txt was missing from TECH_DOCS in Makefile.
Add it and also improve HTML formatting while still retaining good readability of the ASCII text:
- Use monospace font instead of italicized or roman font for machine output and source text
- Use roman font for things which should be body text
- Use double quotes consistently for "want" and "have" commands
- Use uppercase "C" / "S" consistently for "client" / "server";
  also use "C:" / "S:" instead of "(C)" / "(S)" for consistency and
  to avoid having formatted "(C)" as copyright symbol in HTML
- Use only spaces and not a combination of tabs and spaces for whitespace

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/technical/http-protocol.txt