From 301552e69c9750e49fe045c5b3246f0072028b4a Mon Sep 17 00:00:00 2001 From: Linus Miller Date: Mon, 21 Mar 2016 10:10:21 +0100 Subject: [PATCH] Attempting to get Gitbook summary working. --- SUMMARY.md | 43 ++++++++++++++++++++++++++++ command-line/README.md | 0 command-line/dump.md | 11 ++++++++ css-sass/README.md | 0 deploying/README.md | 0 front-end/README.md | 0 html/README.md | 0 javascript/README.md | 0 mongodb/README.md | 0 node.js/README.md | 0 npm-debug.log | 64 ++++++++++++++++++++++++++++++++++++++++++ projects/README.md | 0 svg/README.md | 0 13 files changed, 118 insertions(+) create mode 100644 SUMMARY.md create mode 100644 command-line/README.md create mode 100644 command-line/dump.md create mode 100644 css-sass/README.md create mode 100644 deploying/README.md create mode 100644 front-end/README.md create mode 100644 html/README.md create mode 100644 javascript/README.md create mode 100644 mongodb/README.md create mode 100644 node.js/README.md create mode 100644 npm-debug.log create mode 100644 projects/README.md create mode 100644 svg/README.md diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..93f3a07 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,43 @@ +# Summary + +* [Purpose of this Guide](purpose_of_this_guide.md) +* [The Code Bureau](tcb/README.md) + * [Overview](tcb/overview.md) + * [Why](tcb/why.md) + * [Philosophy](tcb/philosophy.md) +* [HTML](html/README.md) + * [Introduction](html/introduction.md) + * [Structured Data](html/structured_data.md) +* [JavaScript](javascript/README.md) + * [Introduction](javascript/introduction.md) + * [Prototype](javascript/prototype.md) + * [Functional Programming](javascript/functional-programming.md) + * [Lodash](javascript/lodash.md) +* [Node.js](node.js/README.md) + * [Introduction](node.js/introduction.md) + * [Modules](node.js/modules.md) + * [NPM](node.js/npm.md) + * [HTTP](node.js/http.md) + * [Express](node.js/express.md) + * [Templating](node.js/templating.md) + * [Gulp](node.js/gulp.md) + * [Epiphany](node.js/epiphany.md) +* [MongoDB](mongodb/README.md) + * [Introduction](mongodb/introduction.md) +* [Front End JavaScript](javascript/README.md) + * [Introduction](front-end/introduction.md) + * [Browserify](front-end/browserify.md) + * [jQuery](front-end/jquery.md) + * [Backbone](front-end/backbone.md) + * [Ridge](front-end/ridge.md) + * [Spytext](front-end/spytext.md) +* [Testing](testing/README.md) + * [Introduction](testing/introduction.md) +* [CSS & SASS](css-sass/README.md) + * [Introduction](css-sass/introduction.md) + * [Spysass](css-sass/spysass.md) +* [SVG](svg/README.md) +* [Deploying](deploying/README.md) +* [Command Line](command-line/README.md) +* [Projects](projects/README.md) + * [Rating](projects/rating.md) diff --git a/command-line/README.md b/command-line/README.md new file mode 100644 index 0000000..e69de29 diff --git a/command-line/dump.md b/command-line/dump.md new file mode 100644 index 0000000..3ac7fe5 --- /dev/null +++ b/command-line/dump.md @@ -0,0 +1,11 @@ +# Command Line + +## .netrc + +Example: + +``` +machine git.gitbook.com + login USERNAME-or-EMAIL + password API-TOKEN-or-PASSWORD +``` diff --git a/css-sass/README.md b/css-sass/README.md new file mode 100644 index 0000000..e69de29 diff --git a/deploying/README.md b/deploying/README.md new file mode 100644 index 0000000..e69de29 diff --git a/front-end/README.md b/front-end/README.md new file mode 100644 index 0000000..e69de29 diff --git a/html/README.md b/html/README.md new file mode 100644 index 0000000..e69de29 diff --git a/javascript/README.md b/javascript/README.md new file mode 100644 index 0000000..e69de29 diff --git a/mongodb/README.md b/mongodb/README.md new file mode 100644 index 0000000..e69de29 diff --git a/node.js/README.md b/node.js/README.md new file mode 100644 index 0000000..e69de29 diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 0000000..105b361 --- /dev/null +++ b/npm-debug.log @@ -0,0 +1,64 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'info', 'descendants' ] +2 info using npm@3.7.5 +3 info using node@v5.7.0 +4 silly mapToRegistry name descendants +5 silly mapToRegistry using default registry +6 silly mapToRegistry registry https://registry.npmjs.org/ +7 silly mapToRegistry uri https://registry.npmjs.org/descendants +8 verbose request uri https://registry.npmjs.org/descendants +9 verbose request no auth needed +10 info attempt registry request try #1 at 5:48:07 PM +11 verbose request using bearer token for auth +12 verbose request id 5ced8ecacd218de3 +13 http request GET https://registry.npmjs.org/descendants +14 http 404 https://registry.npmjs.org/descendants +15 verbose headers { 'content-type': 'application/json', +15 verbose headers 'cache-control': 'max-age=0', +15 verbose headers 'content-length': '2', +15 verbose headers 'accept-ranges': 'bytes', +15 verbose headers date: 'Sun, 20 Mar 2016 16:48:07 GMT', +15 verbose headers via: '1.1 varnish', +15 verbose headers connection: 'keep-alive', +15 verbose headers 'x-served-by': 'cache-ams4147-AMS', +15 verbose headers 'x-cache': 'MISS', +15 verbose headers 'x-cache-hits': '0', +15 verbose headers 'x-timer': 'S1458492487.630578,VS0,VE104' } +16 silly get cb [ 404, +16 silly get { 'content-type': 'application/json', +16 silly get 'cache-control': 'max-age=0', +16 silly get 'content-length': '2', +16 silly get 'accept-ranges': 'bytes', +16 silly get date: 'Sun, 20 Mar 2016 16:48:07 GMT', +16 silly get via: '1.1 varnish', +16 silly get connection: 'keep-alive', +16 silly get 'x-served-by': 'cache-ams4147-AMS', +16 silly get 'x-cache': 'MISS', +16 silly get 'x-cache-hits': '0', +16 silly get 'x-timer': 'S1458492487.630578,VS0,VE104' } ] +17 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/descendants +17 verbose stack at makeError (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12) +17 verbose stack at CachingRegistryClient. (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14) +17 verbose stack at Request._callback (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14) +17 verbose stack at Request.self.callback (/usr/lib/node_modules/npm/node_modules/request/request.js:199:22) +17 verbose stack at emitTwo (events.js:100:13) +17 verbose stack at Request.emit (events.js:185:7) +17 verbose stack at Request. (/usr/lib/node_modules/npm/node_modules/request/request.js:1036:10) +17 verbose stack at emitOne (events.js:95:20) +17 verbose stack at Request.emit (events.js:182:7) +17 verbose stack at IncomingMessage. (/usr/lib/node_modules/npm/node_modules/request/request.js:963:12) +18 verbose statusCode 404 +19 verbose pkgid descendants +20 verbose cwd /home/sup3rman/dev/guide +21 error Linux 4.4.1-2-ARCH +22 error argv "/usr/bin/node" "/usr/bin/npm" "info" "descendants" +23 error node v5.7.0 +24 error npm v3.7.5 +25 error code E404 +26 error 404 Registry returned 404 for GET on https://registry.npmjs.org/descendants +27 error 404 +28 error 404 'descendants' is not in the npm registry. +29 error 404 You should bug the author to publish it (or use the name yourself!) +30 error 404 Note that you can also install from a +31 error 404 tarball, folder, http url, or git url. +32 verbose exit [ 1, true ] diff --git a/projects/README.md b/projects/README.md new file mode 100644 index 0000000..e69de29 diff --git a/svg/README.md b/svg/README.md new file mode 100644 index 0000000..e69de29