- 27 Apr, 2010 1 commit
-
-
Russ Cox authored
R=adg, gri CC=golang-dev, r https://golang.org/cl/1008042
-
- 31 Mar, 2010 1 commit
-
-
Robert Griesemer authored
and use it to show version (date) of go spec Fixes #68. R=rsc CC=golang-dev, r https://golang.org/cl/848042
-
- 20 Mar, 2010 1 commit
-
-
Andrew Gerrand authored
add Blog and Wiki links to sideba R=r, rsc, gri CC=golang-dev https://golang.org/cl/611042
-
- 16 Mar, 2010 1 commit
-
-
Robert Griesemer authored
for identifiers in Go source code - at the moment just show identifier kind (var, func, etc.) and name (eventually should show declaration, type, etc.) - JavaScript parts by adg R=rsc CC=adg, golang-dev https://golang.org/cl/578042
-
- 19 Feb, 2010 1 commit
-
-
Robert Griesemer authored
R=rsc CC=adg, golang-dev https://golang.org/cl/215050
-
- 01 Dec, 2009 1 commit
-
-
Robert Griesemer authored
- simplified dealing with parse errors: no need to intersperse them in the source - improve visibility of highlighted identifiers by showing them in bold R=rsc https://golang.org/cl/163051
-
- 10 Nov, 2009 1 commit
-
-
Robert Griesemer authored
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
-
- 09 Nov, 2009 4 commits
-
-
Russ Cox authored
(fits better in the color scheme). eliminate background color on line numbers at bottom of search results, now that they are grouped. live at http://r45:3456/search?q=Reader R=r, gri http://go/go-review/1024030
-
Russ Cox authored
tighter nav list. R=r http://go/go-review/1024029
-
Robert Griesemer authored
- introduced a new run per file containing all spots belonging to the same kind (e.g. var decl, const decl, etc.) - more comments, better index.go file organization R=rsc http://go/go-review/1026028
-
Robert Griesemer authored
(this was surprisingly hard to get right in HTML) - show modification times in source directory listings - various tweaks R=rsc http://go/go-review/1024024
-
- 08 Nov, 2009 2 commits
-
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1025022
-
Russ Cox authored
an order we want people to read the docs. R=r CC=go-dev http://go/go-review/1025017
-
- 07 Nov, 2009 1 commit
-
-
- 05 Nov, 2009 1 commit
-
-
Adam Langley authored
R=r, rsc CC=go-dev http://go/go-review/1017051
-
- 04 Nov, 2009 1 commit
-
-
Adam Langley authored
(root.html is just temporary. It'll need some better content.) R=r CC=go-dev http://go/go-review/1017019
-
- 03 Nov, 2009 1 commit
-
-
Robert Griesemer authored
- removed some underbars in section headings for better looks - various minor tweaks R=rsc http://go/go-review/1018026
-
- 27 Oct, 2009 2 commits
-
-
Robert Griesemer authored
- sort by package name (instead of package path) for results with snippets - sort line numbers in results without snippets - properly characterize package clauses - experiment with a leaner look: no underlines for top-level godoc links in the left side bar Still using colors to distinguish results. Next step. R=rsc http://go/go-review/1015016
-
Robert Griesemer authored
- added goroutine to automatically index in the background - added handler for search requests - added search box to top-level godoc template - added search.html template for the display of search results - changes to spec.go because of name conflicts - added extra styles to style.css (for shorter .html files) R=rsc http://go/go-review/1014011
-
- 22 Oct, 2009 1 commit
-
-
Robert Griesemer authored
- handle HTML tagging via (client-installable) Stylers go/doc: - basic styler support - some factoring - ready to contain the search code (but for now excluded) doc/style.css: - updated doc/go_spec.css: - cleanup: replace deprecated uses of <font> tag with <span> tag R=rsc DELTA=302 (160 added, 62 deleted, 80 changed) OCL=35973 CL=35996
-
- 05 Oct, 2009 1 commit
-
-
Rob Pike authored
verified as acceptable on my calibrated home monitor. R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35340 CL=35342
-
- 24 Sep, 2009 1 commit
-
-
Russ Cox authored
let the browser use the font the user has set up as the default fixed-width font, instead of forcing Courier. also set the size to 100%, which means 100% of the font size in the surrounding text. this looks a little better in the main body but much better when the code is in a heading (like Package unsafe). R=r DELTA=4 (1 added, 0 deleted, 3 changed) OCL=34947 CL=34947
-
- 17 Sep, 2009 1 commit
-
-
Larry Hosken authored
+ style sheet: like code.google.com but less feature-ful + JS with table-of-contents generation + tweaked go_spec.html and go_mem.html to use new style+JS + static-HTML-ified a few other Go docs: + static HTML versions of some wiki pages (which I'll turn into links to these pages). A notable thing that is _not_ in this changelist: any change to the godoc tool or whatever thing generates http://go/godoc R=r APPROVED=r DELTA=2472 (2307 added, 113 deleted, 52 changed) OCL=34644 CL=34728
-