tools/cmd/present
Russ Cox f19f04f549 cmd/present: adjust article presentation
* Give the article title a larger, heavier font than any heading.
  It was strange that the title was 20px regular while the
  h1 section headings were 24px.

* Move the author attribution to the top of the page.
  Author at the bottom, like a signature, may make sense for blog posts,
  but I think it makes less sense for articles.

* Fix the spacing around author lines. Each author line is a <p>
  and the intent seemed to be to cut the vertical space between them
  but that wasn't working.

* Give the table of contents a title, to make clearer what it is.
  Do not show table of contents in printouts.

Change-Id: Iee940ca7697015281fc057750f5db56f70393836
Reviewed-on: https://go-review.googlesource.com/33578
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2016-11-29 02:21:02 +00:00
..
static cmd/present: adjust article presentation 2016-11-29 02:21:02 +00:00
templates cmd/present: adjust article presentation 2016-11-29 02:21:02 +00:00
appengine.go cmd/present: move critical _ import to another file 2015-09-17 03:09:26 +00:00
dir.go cmd/present: add request address to logged errors 2016-06-22 22:42:38 +00:00
doc.go x/tools/present: add presenter notes documentation 2016-06-01 21:14:44 +00:00
local.go x/tools/present: add command line flag to enable presenter notes 2016-04-07 00:38:29 +00:00
play.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
play_http.go cmd/present: move critical _ import to another file 2015-09-17 03:09:26 +00:00
play_socket.go playground: recognize managed vm's as being "on app engine" 2015-09-17 02:42:04 +00:00