summaryrefslogtreecommitdiff
path: root/doc/community/index.html
Commit message (Collapse)AuthorAgeFilesLines
* website: move website to joyent/node-websiteTimothy J Fontaine2014-02-131-263/+0
| | | | | The website will no longer be living in the source repository instead it can be found at http://github.com/joyent/node-website
* doc: add nodejs.vn to community pageBen Noordhuis2013-11-151-0/+1
| | | | Node.js. It's not just for SF hipsters anymore.
* doc: sort community page links alphabeticallyBen Noordhuis2013-11-151-27/+16
| | | | This commit introduces some long lines but it's HTML so it's okay.
* doc: Correct and add several itemsisaacs2013-10-311-27/+50
| | | | | Several names/urls were out of date, and some really awesome stuff was missing.
* doc: add nodejs.rs to the community pageZarko Stankovic2013-10-241-0/+2
|
* doc: add nodejs.geek.nz to the community pageAndrew Chilton2013-07-271-1/+3
|
* doc: add nodejs.org.au to community listingRod Vagg2013-07-271-1/+3
|
* doc: Remove unnecessary sh script tagsisaacs2013-06-141-2/+0
|
* doc: add link to Brazilian Node communityRafael Henrique Moreira2013-05-251-2/+4
| | | | Add a link to the Brazilian community portal.
* doc: remove broken links on community pageRafael Henrique Moreira2013-05-251-8/+0
| | | | | Links to Node Manual and Node Bits both are broken, so this commit removes them from the community page.
* doc: s/search.npmjs.org/npmjs.org/isaacs2013-05-091-3/+3
|
* doc: link joyent logo in website footerisaacs2013-05-021-0/+1
|
* doc: add Google+ French communityNicolas Chambrier2012-12-171-0/+2
|
* doc: Add nodejstr to community pageisaacs2012-12-101-1/+3
|
* doc: Add Node Dublin to community pageisaacs2012-09-111-0/+10
|
* doc: tidy the community page html fileBert Belder2012-08-231-158/+200
|
* doc: remove Felix's IRC logs from the community pageBert Belder2012-08-231-3/+1
| | | | It's been down for months.
* doc: move ul styling to pipe.cssBert Belder2012-08-231-6/+0
|
* doc: remove nodejs-dev from the community pageStéphan Kochen2012-08-231-7/+4
|
* website: download pageGolo Roden2012-08-151-2/+2
| | | | | | | - Improved styling of download links. - index.html#download now redirects to /download/ - Added missing hyphens, and added the missing "and 64-bit" for the Mac Installer.
* Merge branch 'v0.6' into v0.8Bert Belder2012-07-121-0/+2
|\
| * website: Add nodejs.es to localized sitesisaacs2012-06-011-0/+2
| |
* | docs: Switch to the asynchronous Google Analytics snippetMathias Bynens2012-06-231-15/+13
| | | | | | | | | | | | The old snippet needlessly uses `document.write`. Let’s use the optimized version of the most recent, asynchronous GA snippet: http://mathiasbynens.be/notes/async-analytics-snippet
* | doc: add Cloud9 links to docsGaren Torikian2012-05-011-0/+2
|/
* 2012.04.09 Version 0.6.15 (stable)v0.6.15isaacs2012-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Update npm to 1.1.16 * Show licenses in binary installers. * unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64 (Ben Noordhuis) * add 64bit offset fs functions (Igor Zinkovsky) * windows: don't report ENOTSOCK when attempting to bind an udp handle twice (Bert Belder) * windows: backport pipe-connect-to-file fixes from master (Bert Belder) * windows: never call fs event callbacks after closing the watcher (Bert Belder) * fs.readFile: don't make the callback before the fd is closed (Bert Belder) * windows: use 64bit offsets for uv_fs apis (Igor Zinkovsky) * Fix #2061: segmentation fault on OS X due to stat size mismatch (Ben Noordhuis)
* website: Add October Sky JS and Node.js Hispanoisaacs2012-04-071-2/+8
|
* doc: Remove extraneous index.html's from hyperlinksisaacs2012-03-221-2/+2
|
* Remove hard-coded version number from docsisaacs2012-03-221-1/+1
|
* 2012.03.15 Version 0.6.13 (stable)v0.6.13isaacs2012-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Windows: Many libuv test fixes (Bert Belder) * Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder) * Map EBUSY and ENOTEMPTY errors (Bert Belder) * Windows: include syscall in fs errors (Bert Belder) * Fix fs.watch ENOSYS on Linux kernel version mismatch (Ben Noordhuis) * Update npm to 1.1.9 - upgrade node-gyp to 0.3.5 (Nathan Rajlich) - Fix isaacs/npm#2249 Add cache-max and cache-min configs - Properly redirect across https/http registry requests - log config usage if undefined key in set function (Kris Windham) - Add support for os/cpu fields in package.json (Adam Blackburn) - Automatically node-gyp packages containing a binding.gyp - Fix failures unpacking in UNC shares - Never create un-listable directories - Handle cases where an optionalDependency fails to build
* Use shorter url for /docs/latest/apiisaacs2012-03-031-3/+3
|
* 2012.03.02 Version 0.6.12 (stable)v0.6.12isaacs2012-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade V8 to 3.6.6.24 * dtrace ustack helper improvements (Dave Pacheco) * API Documentation refactor (isaacs) * #2827 net: fix race write() before and after connect() (koichik) * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal) * punycode: Update to v1.0.0 (Mathias Bynens) * Make a fat binary for the OS X pkg (isaacs) * Fix hang on accessing process.stdin (isaacs) * repl: make tab completion work on non-objects (Nathan Rajlich) * Fix fs.watch on OS X (Ben Noordhuis) * Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis) * windows: fix time conversion in stat (Igor Zinkovsky) * windows: fs: handle EOF in read (Brandon Philips) * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky) * Upgrade npm to 1.1.4 (isaacs) - windows fixes - Bundle nested bundleDependencies properly - install: support --save with url install targets - shrinkwrap: behave properly with url-installed modules - support installing uncompressed tars or single file modules from urls etc. - don't run make clean on rebuild - support HTTPS-over-HTTP proxy tunneling
* docs: Move images out of the dist tarballisaacs2012-02-291-2/+2
| | | | | | | | | | | | This puts all images in doc/images/ and references them via http://nodejs.org/images/. Any complaints about copyright usage etc. can thus be node/joyent's problem, rather than the problem of a downstream distribution channel. Conflicts: Makefile
* Merge branch 'v0.6.11-release' into v0.6isaacs2012-02-171-1/+1
|\
| * 2012.02.17 Version 0.6.11 (stable)v0.6.11isaacs2012-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik) * http: allow multiple WWW-Authenticate headers (Ben Noordhuis) * windows: support unicode argv and environment variables (Bert Belder) * tls: mitigate session renegotiation attacks (Ben Noordhuis) * tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis) * tls: Allow establishing secure connection on the existing socket (koichik) * dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons) * windows: Support half-duplex pipes (Igor Zinkovsky) * build: disable omit-frame-pointer on solaris systems (Dave Pacheco) * debugger: fix --debug-brk (Ben Noordhuis) * net: fix large file downloads failing (koichik) * fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey) * net: destroy socket on DNS error (Stefan Rusu) * dtrace: add missing translator (Dave Pacheco) * unix: don't flush tty on switch to raw mode (Ben Noordhuis) * windows: reset brightness when reverting to default text color (Bert Belder) * npm: update to 1.1.1 - Update which, fstream, mkdirp, request, and rimraf - Fix #2123 Set path properly for lifecycle scripts on windows - Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)
* | docs: add lang="en" and remove redundant typesShannen Saez2012-02-171-3/+3
|/
* 2012.02.02, Version 0.6.10 (stable)v0.6.10isaacs2012-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Update V8 to 3.6.6.20 * Add npm msysgit bash shim to msi installer (isaacs) * buffers: fix intermittent out of bounds error (Ben Noordhuis) * buffers: honor length argument in base64 decoder (Ben Noordhuis) * windows: Fix path.exists regression (Bert Belder) * Make QueryString.parse run faster (Philip Tellis) * http: avoid freeing http-parser objects too early (koichik) * timers: add v0.4 compatibility hack (Ben Noordhuis) * Proper EPERM error code support (Igor Zinkovsky, Brandon Philips) * dgram: Implement udp multicast methods on windows (Bert Belder)
* 2012.01.27, Version 0.6.9 (stable)v0.6.9isaacs2012-01-271-1/+1
| | | | | | | | | | | | | | | | | * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis) - Note: Windows UDP support not yet complete. * http: Fix parser memory leak (koichik) * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse) * module: fix --debug-brk on symlinked scripts (Fedor Indutny) * Documentation Restyling (Matthew Fitzsimmons) * Update npm to 1.1.0-3 (isaacs) * Windows: fix regression in stat() calls to C:\ (Bert Belder)
* doc: trademark link must be absoluteisaacs2012-01-231-1/+1
|
* doc: Pixel-nudgingisaacs2012-01-231-3/+3
|
* Nodejs.org design refresh.Matthew Fitzsimmons2012-01-231-115/+147
|
* Link to Marak's module rap in community pageRyan Dahl2012-01-171-1/+5
|
* docs: fix typo on community pageBen Noordhuis2012-01-011-2/+2
|
* docs: use "Level 1" HTML5 featuresShannen2011-12-221-9/+8
| | | | | | | Since we're using an HTML doctype we might as well use "Level 1" HTML5 features. See more: http://mathiasbynens.be/notes/html5-levels#level-1 Fixes #2386.
* docs: Make logo a link back to homepageAdam Malcontenti-Wilson2011-12-171-1/+3
| | | | Fixes #2332.
* Add docs.nodejitsu.com to community pageRyan Dahl2011-12-141-5/+14
|
* Website js/css tweaksisaacs2011-12-121-20/+19
| | | | | | | Remove jquery Use HTML5 doctype Simpler clearfix implementation Close download dialog with <Esc> key
* website fixesRyan Dahl2011-12-121-4/+4
|
* new websiteRyan Dahl2011-12-121-0/+153