From 5dc07fc0123b22b3c38cefc19f92af0ba0dbd769 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 24 Nov 2010 21:55:40 -0800 Subject: [PATCH] rename node to proj --- node | 1 + proj/batteries/index.html | 7 +++++++ proj/format/index.html | 7 +++++++ proj/gitter/index.html | 7 +++++++ proj/index.html | 0 {node => proj}/repl-edit/index.html | 0 proj/strftime/index.html | 7 +++++++ 7 files changed, 29 insertions(+) create mode 120000 node create mode 100644 proj/batteries/index.html create mode 100644 proj/format/index.html create mode 100644 proj/gitter/index.html create mode 100644 proj/index.html rename {node => proj}/repl-edit/index.html (100%) create mode 100644 proj/strftime/index.html diff --git a/node b/node new file mode 120000 index 0000000..1832a40 --- /dev/null +++ b/node @@ -0,0 +1 @@ +proj \ No newline at end of file diff --git a/proj/batteries/index.html b/proj/batteries/index.html new file mode 100644 index 0000000..5feb2d1 --- /dev/null +++ b/proj/batteries/index.html @@ -0,0 +1,7 @@ + + +batteries for node +

+ A slightly higher-level library for node
+ github project +

diff --git a/proj/format/index.html b/proj/format/index.html new file mode 100644 index 0000000..d49a073 --- /dev/null +++ b/proj/format/index.html @@ -0,0 +1,7 @@ + + +printf for JavaScript +

+ printf for JavaScript
+ github project +

diff --git a/proj/gitter/index.html b/proj/gitter/index.html new file mode 100644 index 0000000..2f5b183 --- /dev/null +++ b/proj/gitter/index.html @@ -0,0 +1,7 @@ + + +gitter for node +

+ GitHub client for Node, v2 API
+ github project +

diff --git a/proj/index.html b/proj/index.html new file mode 100644 index 0000000..e69de29 diff --git a/node/repl-edit/index.html b/proj/repl-edit/index.html similarity index 100% rename from node/repl-edit/index.html rename to proj/repl-edit/index.html diff --git a/proj/strftime/index.html b/proj/strftime/index.html new file mode 100644 index 0000000..0b72f57 --- /dev/null +++ b/proj/strftime/index.html @@ -0,0 +1,7 @@ + + +strftime for JavaScript +

+ strftime for JavaScript
+ github project +