summaryrefslogtreecommitdiff
path: root/lib/godoc/godoc.html
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-100/+0
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-7/+35
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-53/+56
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+69
2011-09-13Imported Upstream version 60Ondřej Surý1-71/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-2/+2
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-136/+42
2010-05-27golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand1-10/+15
R=r CC=golang-dev http://codereview.appspot.com/1309045
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer1-1/+8
and use it to show version (date) of go spec Fixes issue 68. R=rsc CC=golang-dev, r http://codereview.appspot.com/848042
2010-03-24godoc: show relative file names without leading '/' (per r's request)Robert Griesemer1-3/+3
- change the various url-xxx formatters to return a relative URL path - make the leading '/' for URLs explicit in the template - on the way change some |html formatters to |html-esc (html should only be used for formatting AST nodes) R=rsc, r CC=golang-dev http://codereview.appspot.com/740041
2010-03-20website: add Go Blog widget to frontpage,Andrew Gerrand1-2/+6
add Blog and Wiki links to sideba R=r, rsc, gri CC=golang-dev http://codereview.appspot.com/611042
2010-03-19godoc: show (some) line numbers for remote searchRobert Griesemer1-0/+1
- show build version - use build goroot when possible R=rsc CC=golang-dev http://codereview.appspot.com/656043
2010-03-04First run at a Programming FAQAndrew Gerrand1-0/+1
Moved a couple of FAQs from the main FAQ, and added some others R=r, rsc, iant, gri CC=golang-dev http://codereview.appspot.com/218070
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on ↵Robert Griesemer1-0/+7
pages R=rsc CC=adg, golang-dev http://codereview.appspot.com/215050
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer1-0/+3
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666 will start a local godoc that maps urls starting with /pkg/user1 or /pkg/foo to the respective roots specified in the path. Missing: Handling of overlapping package directories, multiple packages per directory. R=rsc CC=golang-dev http://codereview.appspot.com/206078
2010-01-13create doc/talks/.Russ Cox1-1/+1
move talk-20091030 down. add talk given at Stanford 2010/01/12. add doc/go-logo-white.png. R=r CC=golang-dev http://codereview.appspot.com/186132 Committer: Russ Cox <rsc@golang.org>
2010-01-13Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer1-1/+1
Replacement for CL 184084; originally by Roger Peppe (rogpeppe@gmail.com). R=rsc CC=golang-dev, rog http://codereview.appspot.com/189059
2010-01-07add doc/devel/index.html, linked from nav barRuss Cox1-6/+3
R=r CC=golang-dev http://codereview.appspot.com/181156
2009-12-09doc: split contribute.html into code.html and contribute.htmlRuss Cox1-0/+1
R=r http://codereview.appspot.com/170042
2009-11-10video is readyRuss Cox1-1/+1
R=r http://codereview.prom.corp.google.com/1024050
2009-11-10video is coming soonRuss Cox1-1/+1
R=r http://go/go-review/1024049
2009-11-10update video linksRuss Cox1-1/+1
R=r http://go/go-review/1024048
2009-11-10remove internal references from doc/install.htmlRuss Cox1-1/+2
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
2009-11-09cleanup style:Robert Griesemer1-16/+16
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
2009-11-09make search box ever so slightly widerRobert Griesemer1-1/+1
R=rsc http://go/go-review/1024036
2009-11-09make search box width dynamically sizedRobert Griesemer1-1/+1
R=rsc, agl http://go/go-review/1024032
2009-11-08- properly align package synopsesRobert Griesemer1-2/+2
(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
2009-11-08links to Go Nuts, issue tracker,Russ Cox1-0/+6
source code browser on code.google.com (where LICENSE file is visible) R=r http://go/go-review/1024023
2009-11-07- added link to sourcesRobert Griesemer1-0/+1
- renamed listing.html -> dirList.html (there is a dirs.html already, it should probably have a better name, too) R=rsc http://go/go-review/1025020
2009-11-07fix a few style nits; arrange the doc list inRuss Cox1-6/+6
an order we want people to read the docs. R=r CC=go-dev http://go/go-review/1025017
2009-11-07new style; live at http://r45:3456/Russ Cox1-1/+1
R=r CC=go-dev http://go/go-review/1026015
2009-11-05add a place-holder link for the hour-long videoRob Pike1-0/+1
R=rsc CC=go-dev http://go/go-review/1017054
2009-11-05godoc: style update.Adam Langley1-4/+5
R=r, rsc CC=go-dev http://go/go-review/1017051
2009-11-03Update the styling of the godoc pages.Adam Langley1-12/+61
(root.html is just temporary. It'll need some better content.) R=r CC=go-dev http://go/go-review/1017019
2009-11-03support for command documentation:Robert Griesemer1-0/+1
- made package tree handler generic so it can work on any fs tree - cleanups along the way R=rsc CC=r http://go/go-review/1017020
2009-10-28html-escaping of fields that may be user-generatedRobert Griesemer1-4/+5
R=rsc http://go/go-review/1013019
2009-10-27godoc search bug fixes:Robert Griesemer1-11/+11
- 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
2009-10-27code search for godoc:Robert Griesemer1-7/+13
- 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
2009-10-22main landing pagesRuss Cox1-0/+72
R=r DELTA=55 (7 added, 34 deleted, 14 changed) OCL=35984 CL=35986