Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Issue 89433002: Create a first-cut for a README for http package (Closed)

Created:
7 years ago by sethladd
Modified:
7 years ago
Reviewers:
Bob Nystrom, nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Create a first-cut for a README for http package BUG= R=nweiz@google.com, rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=30838

Patch Set 1 #

Patch Set 2 : turn on docs for http package #

Total comments: 13

Patch Set 3 : tweaks from review #

Patch Set 4 : get close to 79/80 #

Total comments: 12

Patch Set 5 : changes #

Patch Set 6 : remove all mentions of installing or pub #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
A pkg/http/README.md View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
M pkg/http/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M utils/apidoc/apidoc.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
sethladd
Please take a look. Without hosted API docs, it was hard to link to API ...
7 years ago (2013-11-26 22:29:11 UTC) #1
Bob Nystrom
+nweiz. I'll let him decide how G it L. https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md File pkg/http/README.md (right): https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md#newcode1 pkg/http/README.md:1: ...
7 years ago (2013-11-26 23:06:38 UTC) #2
sethladd
https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md File pkg/http/README.md (right): https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md#newcode1 pkg/http/README.md:1: # An easy-to-use HTTP client. Done. https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md#newcode4 pkg/http/README.md:4: make ...
7 years ago (2013-11-26 23:11:00 UTC) #3
Bob Nystrom
https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md File pkg/http/README.md (right): https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md#newcode4 pkg/http/README.md:4: make it easy to consume HTTP resources. On 2013/11/26 ...
7 years ago (2013-11-26 23:18:00 UTC) #4
sethladd
https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md File pkg/http/README.md (right): https://codereview.chromium.org/89433002/diff/10001/pkg/http/README.md#newcode4 pkg/http/README.md:4: make it easy to consume HTTP resources. On 2013/11/26 ...
7 years ago (2013-11-26 23:42:09 UTC) #5
sethladd
Bob, while we wait for Nathan, is the content otherwise LGTM? Do you see any ...
7 years ago (2013-11-26 23:58:32 UTC) #6
Bob Nystrom
Nope, LGTM!
7 years ago (2013-11-27 01:42:30 UTC) #7
nweiz
The organization of the README seems muddled to me. The first couple of examples are ...
7 years ago (2013-11-27 01:51:38 UTC) #8
sethladd
I've deleted all code and examples. I now just link to the docs (which, once ...
7 years ago (2013-12-02 18:44:00 UTC) #9
nweiz
On 2013/12/02 18:44:00, sethladd wrote: > I've deleted all code and examples. I now just ...
7 years ago (2013-12-02 23:43:00 UTC) #10
sethladd
I'd like to start to create a basic structure for package READMEs. I imagine developers ...
7 years ago (2013-12-02 23:56:57 UTC) #11
nweiz
On 2013/12/02 23:56:57, sethladd wrote: > I'd like to start to create a basic structure ...
7 years ago (2013-12-03 00:07:25 UTC) #12
sethladd
I hear you, unfortunately I can't link to the installation tab directly (there's no /http#installing) ...
7 years ago (2013-12-03 00:10:33 UTC) #13
nweiz
On 2013/12/03 00:10:33, sethladd wrote: > I hear you, unfortunately I can't link to the ...
7 years ago (2013-12-03 00:16:57 UTC) #14
sethladd
On 2013/12/03 00:16:57, nweiz wrote: > On 2013/12/03 00:10:33, sethladd wrote: > > I hear ...
7 years ago (2013-12-03 00:24:39 UTC) #15
sethladd
I went to see how other packages do it. npm and express show installation instructions ...
7 years ago (2013-12-03 00:30:09 UTC) #16
nweiz
On 2013/12/03 00:24:39, sethladd wrote: > On 2013/12/03 00:16:57, nweiz wrote: > > On 2013/12/03 ...
7 years ago (2013-12-03 00:31:51 UTC) #17
sethladd
Or, another attempt: "Find info on versions and installation instructions on pub.dartlang.org/packages/http" If we include ...
7 years ago (2013-12-03 00:38:16 UTC) #18
Bob Nystrom
On 2013/12/03 00:38:16, sethladd wrote: > Or, another attempt: > > "Find info on versions ...
7 years ago (2013-12-03 00:40:20 UTC) #19
nweiz
On 2013/12/03 00:40:20, Bob Nystrom wrote: > On 2013/12/03 00:38:16, sethladd wrote: > > Or, ...
7 years ago (2013-12-03 00:45:42 UTC) #20
sethladd
Are we certain that all users who view the README will be looking at it ...
7 years ago (2013-12-03 00:48:54 UTC) #21
sethladd
What if I added a hash link to the installation instructions? /packages/http#installing would what help? ...
7 years ago (2013-12-03 00:49:48 UTC) #22
nweiz
On 2013/12/03 00:49:48, sethladd wrote: > What if I added a hash link to the ...
7 years ago (2013-12-03 01:15:42 UTC) #23
sethladd
ptal I have removed all mentions of pub or installing
7 years ago (2013-12-04 00:27:09 UTC) #24
nweiz
lgtm
7 years ago (2013-12-04 00:35:19 UTC) #25
sethladd
7 years ago (2013-12-04 00:41:18 UTC) #26
Message was sent while issue was closed.
Committed patchset #6 manually as r30838 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698