spade 0.0.8.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -1
- data/.gitmodules +4 -4
- data/README.md +4 -0
- data/bin/spade +1 -1
- data/lib/spade.rb +0 -51
- data/lib/spade/cli.rb +10 -4
- data/lib/spade/version.rb +1 -1
- data/spade.gemspec +4 -21
- metadata +13 -482
- data/Gemfile +0 -3
- data/Gemfile.lock +0 -40
- data/lib/index.js +0 -14
- data/lib/node/loader.js +0 -146
- data/lib/node/sandbox.js +0 -44
- data/lib/spade.js +0 -1130
- data/lib/spade/bundle.rb +0 -171
- data/lib/spade/cli/base.rb +0 -354
- data/lib/spade/cli/owner.rb +0 -45
- data/lib/spade/cli/project_generator.rb +0 -58
- data/lib/spade/compiler.rb +0 -34
- data/lib/spade/console.rb +0 -39
- data/lib/spade/context.rb +0 -116
- data/lib/spade/credentials.rb +0 -36
- data/lib/spade/dependency_installer.rb +0 -103
- data/lib/spade/environment.rb +0 -35
- data/lib/spade/exports.rb +0 -71
- data/lib/spade/installer.rb +0 -40
- data/lib/spade/loader.rb +0 -238
- data/lib/spade/local.rb +0 -46
- data/lib/spade/package.rb +0 -157
- data/lib/spade/reactor.rb +0 -159
- data/lib/spade/remote.rb +0 -99
- data/lib/spade/repository.rb +0 -18
- data/lib/spade/server.rb +0 -66
- data/lib/spade/shell.rb +0 -36
- data/lib/spade/templates/project/LICENSE +0 -19
- data/lib/spade/templates/project/README.md +0 -21
- data/lib/spade/templates/project/lib/main.js +0 -9
- data/lib/spade/templates/project/project.json +0 -31
- data/lib/spade/templates/project/tests/main-test.js +0 -8
- data/package.json +0 -27
- data/packages/coffee-script/.gitignore +0 -8
- data/packages/coffee-script/.npmignore +0 -11
- data/packages/coffee-script/Cakefile +0 -229
- data/packages/coffee-script/LICENSE +0 -22
- data/packages/coffee-script/README +0 -47
- data/packages/coffee-script/Rakefile +0 -78
- data/packages/coffee-script/bin/cake +0 -7
- data/packages/coffee-script/bin/coffee +0 -7
- data/packages/coffee-script/documentation/coffee/aliases.coffee +0 -11
- data/packages/coffee-script/documentation/coffee/array_comprehensions.coffee +0 -2
- data/packages/coffee-script/documentation/coffee/block_comment.coffee +0 -6
- data/packages/coffee-script/documentation/coffee/cake_tasks.coffee +0 -9
- data/packages/coffee-script/documentation/coffee/classes.coffee +0 -25
- data/packages/coffee-script/documentation/coffee/comparisons.coffee +0 -5
- data/packages/coffee-script/documentation/coffee/conditionals.coffee +0 -13
- data/packages/coffee-script/documentation/coffee/default_args.coffee +0 -8
- data/packages/coffee-script/documentation/coffee/do.coffee +0 -4
- data/packages/coffee-script/documentation/coffee/embedded.coffee +0 -5
- data/packages/coffee-script/documentation/coffee/existence.coffee +0 -10
- data/packages/coffee-script/documentation/coffee/expressions.coffee +0 -9
- data/packages/coffee-script/documentation/coffee/expressions_assignment.coffee +0 -3
- data/packages/coffee-script/documentation/coffee/expressions_comprehension.coffee +0 -3
- data/packages/coffee-script/documentation/coffee/expressions_try.coffee +0 -7
- data/packages/coffee-script/documentation/coffee/fat_arrow.coffee +0 -6
- data/packages/coffee-script/documentation/coffee/functions.coffee +0 -2
- data/packages/coffee-script/documentation/coffee/heredocs.coffee +0 -7
- data/packages/coffee-script/documentation/coffee/heregexes.coffee +0 -11
- data/packages/coffee-script/documentation/coffee/interpolation.coffee +0 -6
- data/packages/coffee-script/documentation/coffee/multiple_return_values.coffee +0 -7
- data/packages/coffee-script/documentation/coffee/object_comprehensions.coffee +0 -4
- data/packages/coffee-script/documentation/coffee/object_extraction.coffee +0 -13
- data/packages/coffee-script/documentation/coffee/objects_and_arrays.coffee +0 -19
- data/packages/coffee-script/documentation/coffee/objects_reserved.coffee +0 -5
- data/packages/coffee-script/documentation/coffee/overview.coffee +0 -28
- data/packages/coffee-script/documentation/coffee/parallel_assignment.coffee +0 -6
- data/packages/coffee-script/documentation/coffee/patterns_and_splats.coffee +0 -7
- data/packages/coffee-script/documentation/coffee/prototypes.coffee +0 -3
- data/packages/coffee-script/documentation/coffee/range_comprehensions.coffee +0 -2
- data/packages/coffee-script/documentation/coffee/scope.coffee +0 -5
- data/packages/coffee-script/documentation/coffee/slices.coffee +0 -7
- data/packages/coffee-script/documentation/coffee/soaks.coffee +0 -1
- data/packages/coffee-script/documentation/coffee/splats.coffee +0 -27
- data/packages/coffee-script/documentation/coffee/splices.coffee +0 -5
- data/packages/coffee-script/documentation/coffee/strings.coffee +0 -8
- data/packages/coffee-script/documentation/coffee/switch.coffee +0 -10
- data/packages/coffee-script/documentation/coffee/try.coffee +0 -8
- data/packages/coffee-script/documentation/coffee/while.coffee +0 -10
- data/packages/coffee-script/documentation/css/docs.css +0 -374
- data/packages/coffee-script/documentation/css/idle.css +0 -64
- data/packages/coffee-script/documentation/docs/browser.html +0 -25
- data/packages/coffee-script/documentation/docs/cake.html +0 -43
- data/packages/coffee-script/documentation/docs/coffee-script.html +0 -51
- data/packages/coffee-script/documentation/docs/command.html +0 -161
- data/packages/coffee-script/documentation/docs/docco.css +0 -186
- data/packages/coffee-script/documentation/docs/grammar.html +0 -399
- data/packages/coffee-script/documentation/docs/helpers.html +0 -31
- data/packages/coffee-script/documentation/docs/index.html +0 -3
- data/packages/coffee-script/documentation/docs/lexer.html +0 -490
- data/packages/coffee-script/documentation/docs/nodes.html +0 -1338
- data/packages/coffee-script/documentation/docs/optparse.html +0 -78
- data/packages/coffee-script/documentation/docs/repl.html +0 -24
- data/packages/coffee-script/documentation/docs/rewriter.html +0 -251
- data/packages/coffee-script/documentation/docs/scope.html +0 -54
- data/packages/coffee-script/documentation/docs/underscore.html +0 -295
- data/packages/coffee-script/documentation/images/background.png +0 -0
- data/packages/coffee-script/documentation/images/banding.png +0 -0
- data/packages/coffee-script/documentation/images/button_bg.png +0 -0
- data/packages/coffee-script/documentation/images/button_bg_dark.gif +0 -0
- data/packages/coffee-script/documentation/images/button_bg_green.gif +0 -0
- data/packages/coffee-script/documentation/images/favicon.ico +0 -0
- data/packages/coffee-script/documentation/images/logo.png +0 -0
- data/packages/coffee-script/documentation/images/screenshadow.png +0 -0
- data/packages/coffee-script/documentation/index.html.erb +0 -1607
- data/packages/coffee-script/documentation/js/aliases.js +0 -17
- data/packages/coffee-script/documentation/js/array_comprehensions.js +0 -6
- data/packages/coffee-script/documentation/js/block_comment.js +0 -4
- data/packages/coffee-script/documentation/js/cake_tasks.js +0 -10
- data/packages/coffee-script/documentation/js/classes.js +0 -44
- data/packages/coffee-script/documentation/js/comparisons.js +0 -3
- data/packages/coffee-script/documentation/js/conditionals.js +0 -12
- data/packages/coffee-script/documentation/js/default_args.js +0 -7
- data/packages/coffee-script/documentation/js/do.js +0 -10
- data/packages/coffee-script/documentation/js/embedded.js +0 -4
- data/packages/coffee-script/documentation/js/existence.js +0 -6
- data/packages/coffee-script/documentation/js/expressions.js +0 -15
- data/packages/coffee-script/documentation/js/expressions_assignment.js +0 -2
- data/packages/coffee-script/documentation/js/expressions_comprehension.js +0 -9
- data/packages/coffee-script/documentation/js/expressions_try.js +0 -7
- data/packages/coffee-script/documentation/js/fat_arrow.js +0 -9
- data/packages/coffee-script/documentation/js/functions.js +0 -7
- data/packages/coffee-script/documentation/js/heredocs.js +0 -2
- data/packages/coffee-script/documentation/js/heregexes.js +0 -2
- data/packages/coffee-script/documentation/js/interpolation.js +0 -4
- data/packages/coffee-script/documentation/js/multiple_return_values.js +0 -5
- data/packages/coffee-script/documentation/js/object_comprehensions.js +0 -15
- data/packages/coffee-script/documentation/js/object_extraction.js +0 -10
- data/packages/coffee-script/documentation/js/objects_and_arrays.js +0 -17
- data/packages/coffee-script/documentation/js/objects_reserved.js +0 -4
- data/packages/coffee-script/documentation/js/overview.js +0 -35
- data/packages/coffee-script/documentation/js/parallel_assignment.js +0 -4
- data/packages/coffee-script/documentation/js/patterns_and_splats.js +0 -4
- data/packages/coffee-script/documentation/js/prototypes.js +0 -3
- data/packages/coffee-script/documentation/js/range_comprehensions.js +0 -9
- data/packages/coffee-script/documentation/js/scope.js +0 -8
- data/packages/coffee-script/documentation/js/slices.js +0 -4
- data/packages/coffee-script/documentation/js/soaks.js +0 -2
- data/packages/coffee-script/documentation/js/splats.js +0 -15
- data/packages/coffee-script/documentation/js/splices.js +0 -3
- data/packages/coffee-script/documentation/js/strings.js +0 -2
- data/packages/coffee-script/documentation/js/switch.js +0 -23
- data/packages/coffee-script/documentation/js/try.js +0 -8
- data/packages/coffee-script/documentation/js/while.js +0 -18
- data/packages/coffee-script/documentation/vendor/jquery-1.4.2.js +0 -6240
- data/packages/coffee-script/examples/beautiful_code/binary_search.coffee +0 -16
- data/packages/coffee-script/examples/beautiful_code/quicksort_runtime.coffee +0 -13
- data/packages/coffee-script/examples/beautiful_code/regular_expression_matcher.coffee +0 -34
- data/packages/coffee-script/examples/blocks.coffee +0 -54
- data/packages/coffee-script/examples/code.coffee +0 -167
- data/packages/coffee-script/examples/computer_science/README +0 -4
- data/packages/coffee-script/examples/computer_science/binary_search.coffee +0 -25
- data/packages/coffee-script/examples/computer_science/bubble_sort.coffee +0 -11
- data/packages/coffee-script/examples/computer_science/linked_list.coffee +0 -108
- data/packages/coffee-script/examples/computer_science/luhn_algorithm.coffee +0 -36
- data/packages/coffee-script/examples/computer_science/merge_sort.coffee +0 -19
- data/packages/coffee-script/examples/computer_science/selection_sort.coffee +0 -23
- data/packages/coffee-script/examples/poignant.coffee +0 -181
- data/packages/coffee-script/examples/potion.coffee +0 -206
- data/packages/coffee-script/examples/underscore.coffee +0 -682
- data/packages/coffee-script/examples/web_server.coffee +0 -12
- data/packages/coffee-script/extras/EXTRAS +0 -7
- data/packages/coffee-script/extras/coffee-script.js +0 -8
- data/packages/coffee-script/extras/jsl.conf +0 -44
- data/packages/coffee-script/index.html +0 -2515
- data/packages/coffee-script/lib/browser.js +0 -52
- data/packages/coffee-script/lib/cake.js +0 -76
- data/packages/coffee-script/lib/coffee-script.js +0 -82
- data/packages/coffee-script/lib/command.js +0 -263
- data/packages/coffee-script/lib/grammar.js +0 -581
- data/packages/coffee-script/lib/helpers.js +0 -66
- data/packages/coffee-script/lib/index.js +0 -8
- data/packages/coffee-script/lib/lexer.js +0 -633
- data/packages/coffee-script/lib/nodes.js +0 -2165
- data/packages/coffee-script/lib/optparse.js +0 -111
- data/packages/coffee-script/lib/parser.js +0 -649
- data/packages/coffee-script/lib/repl.js +0 -42
- data/packages/coffee-script/lib/rewriter.js +0 -353
- data/packages/coffee-script/lib/scope.js +0 -120
- data/packages/coffee-script/lib/spade-format.js +0 -45
- data/packages/coffee-script/package.json +0 -26
- data/packages/coffee-script/src/browser.coffee +0 -43
- data/packages/coffee-script/src/cake.coffee +0 -69
- data/packages/coffee-script/src/coffee-script.coffee +0 -92
- data/packages/coffee-script/src/command.coffee +0 -214
- data/packages/coffee-script/src/grammar.coffee +0 -590
- data/packages/coffee-script/src/helpers.coffee +0 -56
- data/packages/coffee-script/src/index.coffee +0 -2
- data/packages/coffee-script/src/lexer.coffee +0 -653
- data/packages/coffee-script/src/nodes.coffee +0 -1754
- data/packages/coffee-script/src/optparse.coffee +0 -99
- data/packages/coffee-script/src/repl.coffee +0 -42
- data/packages/coffee-script/src/rewriter.coffee +0 -326
- data/packages/coffee-script/src/scope.coffee +0 -94
- data/packages/coffee-script/test/arguments.coffee +0 -127
- data/packages/coffee-script/test/assignment.coffee +0 -98
- data/packages/coffee-script/test/break.coffee +0 -18
- data/packages/coffee-script/test/comments.coffee +0 -201
- data/packages/coffee-script/test/conditionals.coffee +0 -181
- data/packages/coffee-script/test/exception_handling.coffee +0 -90
- data/packages/coffee-script/test/helpers.coffee +0 -96
- data/packages/coffee-script/test/importing.coffee +0 -18
- data/packages/coffee-script/test/operators.coffee +0 -225
- data/packages/coffee-script/test/ranges_slices_and_splices.coffee +0 -186
- data/packages/coffee-script/test/regular_expressions.coffee +0 -56
- data/packages/coffee-script/test/test.html +0 -123
- data/packages/coffee-script/test/test_chaining.coffee +0 -77
- data/packages/coffee-script/test/test_classes.coffee +0 -372
- data/packages/coffee-script/test/test_compilation.coffee +0 -26
- data/packages/coffee-script/test/test_comprehensions.coffee +0 -318
- data/packages/coffee-script/test/test_existence.coffee +0 -165
- data/packages/coffee-script/test/test_functions.coffee +0 -379
- data/packages/coffee-script/test/test_heredocs.coffee +0 -111
- data/packages/coffee-script/test/test_literals.coffee +0 -270
- data/packages/coffee-script/test/test_option_parser.coffee +0 -27
- data/packages/coffee-script/test/test_pattern_matching.coffee +0 -162
- data/packages/coffee-script/test/test_returns.coffee +0 -63
- data/packages/coffee-script/test/test_splats.coffee +0 -102
- data/packages/coffee-script/test/test_strings.coffee +0 -118
- data/packages/coffee-script/test/test_switch.coffee +0 -103
- data/packages/coffee-script/test/test_while.coffee +0 -71
- data/packages/ivory/LICENSE.txt +0 -1
- data/packages/ivory/README.md +0 -19
- data/packages/ivory/lib/buffer.js +0 -111
- data/packages/ivory/lib/events.js +0 -137
- data/packages/ivory/lib/fs.js +0 -266
- data/packages/ivory/lib/main.js +0 -13
- data/packages/ivory/lib/path.js +0 -158
- data/packages/ivory/lib/ruby/buffer.rb +0 -145
- data/packages/ivory/lib/ruby/constants.rb +0 -585
- data/packages/ivory/lib/ruby/events.rb +0 -32
- data/packages/ivory/lib/ruby/fs.rb +0 -245
- data/packages/ivory/lib/ruby/process.rb +0 -28
- data/packages/ivory/lib/stream.js +0 -115
- data/packages/ivory/lib/util.js +0 -414
- data/packages/ivory/package.json +0 -11
- data/packages/jquery/main.js +0 -7179
- data/packages/jquery/package.json +0 -10
- data/packages/json/lib/main.js +0 -14
- data/packages/json/package.json +0 -8
- data/packages/lproj/README.md +0 -77
- data/packages/lproj/examples/demo-app/en.lproj/localized.strings +0 -2
- data/packages/lproj/examples/demo-app/fr.lproj/localized.strings +0 -3
- data/packages/lproj/examples/demo-app/index.html +0 -8
- data/packages/lproj/examples/demo-app/lib/main.js +0 -7
- data/packages/lproj/examples/demo-app/package.json +0 -9
- data/packages/lproj/lib/main.js +0 -78
- data/packages/lproj/lib/strings-format.js +0 -6
- data/packages/lproj/package.json +0 -9
- data/packages/optparse/README.md +0 -161
- data/packages/optparse/TODO +0 -1
- data/packages/optparse/examples/browser-test.html +0 -75
- data/packages/optparse/examples/nodejs-test.js +0 -90
- data/packages/optparse/lib/optparse.js +0 -309
- data/packages/optparse/package.json +0 -13
- data/packages/optparse/seed.yml +0 -5
- data/packages/text/lib/main.js +0 -8
- data/packages/text/package.json +0 -9
- data/packages/web-file/README.md +0 -7
- data/packages/web-file/lib/errors.js +0 -32
- data/packages/web-file/lib/file-reader.js +0 -10
- data/packages/web-file/lib/file-system.js +0 -234
- data/packages/web-file/lib/file-writer.js +0 -10
- data/packages/web-file/lib/file.js +0 -9
- data/packages/web-file/lib/main.js +0 -34
- data/packages/web-file/lib/platform.js +0 -25
- data/packages/web-file/lib/ruby/file.rb +0 -252
- data/packages/web-file/lib/ruby/file_reader.rb +0 -69
- data/packages/web-file/lib/ruby/file_system.rb +0 -134
- data/packages/web-file/lib/ruby/file_writer.rb +0 -78
- data/packages/web-file/package.json +0 -12
- data/packages/web-typed-array/README.md +0 -7
- data/packages/web-typed-array/lib/array-buffer-view.js +0 -9
- data/packages/web-typed-array/lib/array-buffer.js +0 -7
- data/packages/web-typed-array/lib/main.js +0 -33
- data/packages/web-typed-array/lib/platform.js +0 -20
- data/packages/web-typed-array/lib/ruby/array_buffer.rb +0 -31
- data/packages/web-typed-array/lib/ruby/array_buffer_view.rb +0 -130
- data/packages/web-typed-array/lib/ruby/typed_array.rb +0 -133
- data/packages/web-typed-array/lib/typed-array.js +0 -26
- data/packages/web-typed-array/package.json +0 -9
- data/spec/cli/build_spec.rb +0 -59
- data/spec/cli/install_spec.rb +0 -120
- data/spec/cli/installed_spec.rb +0 -55
- data/spec/cli/list_spec.rb +0 -75
- data/spec/cli/login_spec.rb +0 -76
- data/spec/cli/new_spec.rb +0 -5
- data/spec/cli/owner_spec.rb +0 -115
- data/spec/cli/push_spec.rb +0 -74
- data/spec/cli/uninstall_spec.rb +0 -58
- data/spec/cli/unpack_spec.rb +0 -73
- data/spec/cli/unyank_spec.rb +0 -74
- data/spec/cli/update_spec.rb +0 -8
- data/spec/cli/yank_spec.rb +0 -74
- data/spec/credentials_spec.rb +0 -24
- data/spec/fixtures/coffee-1.0.1.pre.spd +0 -0
- data/spec/fixtures/core-test-0.4.3.spd +0 -0
- data/spec/fixtures/core-test/bin/cot +0 -3
- data/spec/fixtures/core-test/lib/main.js +0 -1
- data/spec/fixtures/core-test/resources/runner.css +0 -0
- data/spec/fixtures/core-test/tests/test.js +0 -1
- data/spec/fixtures/ivory-0.0.1.spd +0 -0
- data/spec/fixtures/jquery-1.4.3.spd +0 -0
- data/spec/fixtures/optparse-1.0.1.spd +0 -0
- data/spec/fixtures/package.json +0 -30
- data/spec/gauntlet_spec.rb +0 -27
- data/spec/javascript/async-test.js +0 -123
- data/spec/javascript/compiler/javascript.js +0 -13
- data/spec/javascript/compiler/ruby.js +0 -14
- data/spec/javascript/loader-test.js +0 -64
- data/spec/javascript/normalize-test.js +0 -73
- data/spec/javascript/packages-test.js +0 -44
- data/spec/javascript/relative-require-test.js +0 -72
- data/spec/javascript/require-test.js +0 -117
- data/spec/javascript/sandbox/compile.js +0 -37
- data/spec/javascript/sandbox/creation.js +0 -44
- data/spec/javascript/sandbox/format.js +0 -79
- data/spec/javascript/sandbox/misc.js +0 -57
- data/spec/javascript/sandbox/preprocessor.js +0 -81
- data/spec/javascript/sandbox/require.js +0 -48
- data/spec/javascript/sandbox/run-command.js +0 -21
- data/spec/javascript/spade/externs.js +0 -14
- data/spec/javascript/spade/load-factory.js +0 -15
- data/spec/javascript/spade/misc.js +0 -23
- data/spec/javascript/spade/ready.js +0 -12
- data/spec/javascript/spade/register.js +0 -13
- data/spec/javascript_spec.rb +0 -7
- data/spec/package_spec.rb +0 -267
- data/spec/spec_helper.rb +0 -30
- data/spec/support/cli.rb +0 -94
- data/spec/support/core_test.rb +0 -59
- data/spec/support/fake.rb +0 -44
- data/spec/support/fake_gem_server.rb +0 -66
- data/spec/support/fake_gemcutter.rb +0 -49
- data/spec/support/matchers.rb +0 -31
- data/spec/support/path.rb +0 -54
- data/test-spade.html +0 -8
@@ -1,10 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "jquery",
|
3
|
-
"version": "1.4.3",
|
4
|
-
"summary": "write less, do more",
|
5
|
-
"author": "The jQuery Team",
|
6
|
-
"homepage": "http://jquery.com",
|
7
|
-
"description": "jQuery library for easy DOM manipulation",
|
8
|
-
"platform": ["browser"],
|
9
|
-
"directories": { "lib": "." }
|
10
|
-
}
|
data/packages/json/lib/main.js
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
|
2
|
-
exports.compileFormat = function(json) {
|
3
|
-
return 'return '+json+';';
|
4
|
-
};
|
5
|
-
|
6
|
-
// TODO: make these work on browsers w/o JSON.
|
7
|
-
|
8
|
-
exports.parse = function(str) {
|
9
|
-
return JSON.parse(str);
|
10
|
-
};
|
11
|
-
|
12
|
-
exports.stringify = function(obj) {
|
13
|
-
return JSON.stringify(obj);
|
14
|
-
};
|
data/packages/json/package.json
DELETED
data/packages/lproj/README.md
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
This package provides infrastructure you need to localize your application.
|
2
|
-
You can use this package to automatically load the correct resources for your
|
3
|
-
application as well as to handle localizing strings.
|
4
|
-
|
5
|
-
# Activating Localization
|
6
|
-
|
7
|
-
To add localized resources to your application, just create folders in your
|
8
|
-
package named {LANG}.lproj where {LANG} is the two-letter language and region
|
9
|
-
code for your language, such as "en-US" or US english or just "en" for generic
|
10
|
-
english. Place all of your localized resources for the selected language inside of this directory.
|
11
|
-
|
12
|
-
To load resources in your application, first you must load lproj and have it
|
13
|
-
modify the require() function in your module to make it localization aware.
|
14
|
-
You must put this line into any file that requires use of localization:
|
15
|
-
|
16
|
-
require('lproj');
|
17
|
-
var loc = lproj(require); // makes require localization aware
|
18
|
-
|
19
|
-
**IMPORTANT** You must assign the lproj require to the 'loc' property on
|
20
|
-
require. Otherwise calling loc will not locate your resource properly.
|
21
|
-
|
22
|
-
|
23
|
-
# Adding Localized Resources
|
24
|
-
|
25
|
-
Then, whenever you want to require a resource from your current language, just
|
26
|
-
use the require.loc() function:
|
27
|
-
|
28
|
-
require.loc('my-app/~lproj/hello');
|
29
|
-
|
30
|
-
The require.loc() function replaces the '~lproj' in your module path with a
|
31
|
-
reference to the proper localized resource. It will lookup the resource path
|
32
|
-
using the following algorithm:
|
33
|
-
|
34
|
-
* First it will look for the most specific current language (fr-FR.lproj)
|
35
|
-
* Then it will look for the generic language (fr.lproj)
|
36
|
-
* Then it will look in the default language (en.lproj)
|
37
|
-
* Finally it will look in the 'resources' directory (i.e. non-localized)
|
38
|
-
|
39
|
-
Note that in addition, require.async() and require.exists() are automatically
|
40
|
-
modified to support localization as well.
|
41
|
-
|
42
|
-
# Localizing Strings
|
43
|
-
|
44
|
-
In addition to localizing resources, lproj makes it easy to localize strings
|
45
|
-
as well. To localize a string, you just need to wrap it in a call to loc:
|
46
|
-
|
47
|
-
loc('Localize Me'); // returns a localized version
|
48
|
-
|
49
|
-
This will lookup the string in a strings file defined in the current package.
|
50
|
-
A strings file is a special file that appears in the .lproj directory of a
|
51
|
-
package mapping unlocalized strings to localized strings. The strings file
|
52
|
-
should appear in your lproj, named 'localized.strings' with each line having
|
53
|
-
the following format:
|
54
|
-
|
55
|
-
"Localize Me": "I am localized"
|
56
|
-
|
57
|
-
This will map the unlocalized string "Localize Me" to the localized string "I
|
58
|
-
am localized".
|
59
|
-
|
60
|
-
Note that the loc() method only works because it is uniquely generated for
|
61
|
-
EACH module that you load. This is important because it allows lproj to
|
62
|
-
lookup the proper resources for your package.
|
63
|
-
|
64
|
-
If you want to get the localized string relative to another module, you can
|
65
|
-
do so as well with the require.string() method (added when you run lproj()):
|
66
|
-
|
67
|
-
require.string("another-package", "Localize Me");
|
68
|
-
// returns the localized value of 'Localize Me' from another-package
|
69
|
-
|
70
|
-
You can also choose to localize a string using an alternate language by
|
71
|
-
passing the language as a second parameter:
|
72
|
-
|
73
|
-
loc('Localize Me', 'fr'); // localize into french from my package
|
74
|
-
require.string('another-package', 'Localize Me', 'fr');
|
75
|
-
|
76
|
-
|
77
|
-
|
data/packages/lproj/lib/main.js
DELETED
@@ -1,78 +0,0 @@
|
|
1
|
-
/*globals lproj ENV */
|
2
|
-
|
3
|
-
// NOTE: expects to be called with 'this' equal to require
|
4
|
-
function lookupString(moduleId, string, lang) {
|
5
|
-
|
6
|
-
// get the strings...
|
7
|
-
moduleId = moduleId ? this.normalize(moduleId) : this.id;
|
8
|
-
var packageId = moduleId.slice(0, moduleId.indexOf('/'));
|
9
|
-
var strings = this.loc(packageId+'/~lproj/localized', lang);
|
10
|
-
|
11
|
-
return strings && strings[string] ? strings[string] : string;
|
12
|
-
}
|
13
|
-
|
14
|
-
/**
|
15
|
-
Modifies the passed require function to support localization. Also
|
16
|
-
generates a 'loc' function, which can be used to localize strings.
|
17
|
-
*/
|
18
|
-
lproj = function(req) {
|
19
|
-
|
20
|
-
if (req._lproj) return req._lproj; // make indempotent
|
21
|
-
|
22
|
-
var _exists = req.exists,
|
23
|
-
_async = req.async,
|
24
|
-
_normalize = req.normalize;
|
25
|
-
|
26
|
-
req.language = ENV.LANG || 'en-US';
|
27
|
-
req.defaultLanguage = 'en-US';
|
28
|
-
|
29
|
-
function locit(req, id, lang) {
|
30
|
-
var working, langs, ret, idx, len;
|
31
|
-
|
32
|
-
id = _normalize.call(req, id);
|
33
|
-
if (!id.match(/^[^\/]+\/~lproj\//)) return id; // nothing to do
|
34
|
-
|
35
|
-
if (!lang) lang = req.language ;
|
36
|
-
langs = [lang];
|
37
|
-
if (lang.indexOf('-')>=0) langs.push(lang.slice(0, lang.indexOf('-')));
|
38
|
-
if (req.defaultLanguage !== lang) {
|
39
|
-
lang = req.defaultLanguage;
|
40
|
-
langs.push(lang);
|
41
|
-
if (lang.indexOf('-')>=0) langs.push(lang.slice(0, lang.indexOf('-')));
|
42
|
-
}
|
43
|
-
|
44
|
-
len = langs.length;
|
45
|
-
for(idx=0;idx<len; idx++) {
|
46
|
-
working = id.replace('/~lproj', '/~'+langs[idx]+'.lproj');
|
47
|
-
if (_exists.call(req, working)) return working;
|
48
|
-
}
|
49
|
-
|
50
|
-
return id;
|
51
|
-
}
|
52
|
-
|
53
|
-
// upgrade require
|
54
|
-
req.loc = function(id,lang) { return this(locit(this, id, lang)); };
|
55
|
-
|
56
|
-
req.exists = function(id, lang) {
|
57
|
-
return _exists.call(this, locit(this, id, lang));
|
58
|
-
};
|
59
|
-
|
60
|
-
req.async = function(id, lang, callback) {
|
61
|
-
if (!callback && ('function' === typeof callback)) {
|
62
|
-
callback = lang;
|
63
|
-
lang = null;
|
64
|
-
}
|
65
|
-
return _async.call(this, locit(this, id, lang), callback);
|
66
|
-
};
|
67
|
-
|
68
|
-
req.normalize = function(id, lang) {
|
69
|
-
return locit(this, id, lang);
|
70
|
-
};
|
71
|
-
|
72
|
-
// add string support
|
73
|
-
req.string = lookupString;
|
74
|
-
req._lproj = function(str, lang) { return req.string(null, str, lang); };
|
75
|
-
return req._lproj;
|
76
|
-
};
|
77
|
-
|
78
|
-
return lproj;
|
data/packages/lproj/package.json
DELETED
data/packages/optparse/README.md
DELETED
@@ -1,161 +0,0 @@
|
|
1
|
-
optparse-js
|
2
|
-
===========
|
3
|
-
|
4
|
-
Optparse-js is a command line option parser for Javascript. It's slightly based on Ruby's implementation optparse but with some differences (different languages has different needs) such as custom parsers.
|
5
|
-
|
6
|
-
All examples in this readme is using [Node.js](http://nodejs.org/). How ever, the library works with all kinds of Javascript implementations.
|
7
|
-
|
8
|
-
|
9
|
-
QUICK START
|
10
|
-
-----------
|
11
|
-
|
12
|
-
The library defines one class, the OptionParser class. The class constructor takes one single argument, a list with a set of rules. Here is a quick example:
|
13
|
-
|
14
|
-
// Import the sys library
|
15
|
-
var sys = require('sys');
|
16
|
-
|
17
|
-
// Import the optparse library.
|
18
|
-
var optparse = require('optparse');
|
19
|
-
|
20
|
-
// Define an option called ´´help´´. We give it a quick alias named ´´-h´´
|
21
|
-
// and a quick help text.
|
22
|
-
var switches = [
|
23
|
-
['-h', '--help', 'Shows help sections']
|
24
|
-
];
|
25
|
-
|
26
|
-
// Create a new OptionParser.
|
27
|
-
var parser = new optparse.OptionParser(switches);
|
28
|
-
|
29
|
-
// Hook the help option. The callback will be executed when the OptionParser
|
30
|
-
// hits the switch ´´-h´´ or ´´--help´´. Each representatio
|
31
|
-
parser.on('help', function() {
|
32
|
-
sys.puts('Help');
|
33
|
-
});
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
DEFINING RULES
|
38
|
-
--------------
|
39
|
-
The OptionParser constructor takes an Array with rules. Each rule is represented by an array (tuple) of two or three values. A typical rule definition may look like this:
|
40
|
-
|
41
|
-
['-h', '--help', 'Print this help']
|
42
|
-
|
43
|
-
|
44
|
-
The first value is optional, and represents an alias for the long-named switch (the second value, in this case ´´--help´´).
|
45
|
-
|
46
|
-
The second argument is the actual rule. The rule must start with a double dash followed by a switch name (in this case ´help´). The OptionParser also supports special option arguments. Define an option argument in the rule by adding a named argument after the leading double dash and switch name (E.G '--port-number PORT_NUMBER'). The argument is then parsed to the option handler. To define an optional option argument, just add a braces around argument in the rule (E.G '--port-number [PORT_NUMBER]). The OptionParser also supports filter. More on that in in the section called ´Option Filters´.
|
47
|
-
|
48
|
-
The third argument is an optional rule description.
|
49
|
-
|
50
|
-
|
51
|
-
OPTION FILTERS
|
52
|
-
--------------
|
53
|
-
Filters is a neat feature that let you filter option arguments. The OptionParser itself as already a set of built-in common filter's. These are:
|
54
|
-
|
55
|
-
- NUMBER, supports both decimal and hexadecimal numbers.
|
56
|
-
- DATE, filters arguments that matches YYYY-MM-DD.
|
57
|
-
- EMAIL, filters arguments that matches my@email.com.
|
58
|
-
|
59
|
-
It's simple to use any of the filter above in your rule-set. Here is a quick example how to filter number:
|
60
|
-
|
61
|
-
var rules = [
|
62
|
-
['--first-option NUMBER', 'Takes a number as argument'],
|
63
|
-
['--second-option [NUMBER]', 'Takes an optional number as argument']
|
64
|
-
]
|
65
|
-
|
66
|
-
You can add your own set of filter by calling the *parser_instance.filter* method:
|
67
|
-
|
68
|
-
parser.filter('single_char', function(value) {
|
69
|
-
if(value.length != 1) throw "Filter mismatch.";
|
70
|
-
return value;
|
71
|
-
});
|
72
|
-
|
73
|
-
|
74
|
-
OPTION PARSER
|
75
|
-
-------------
|
76
|
-
The OptionParser class has the following properties and methods:
|
77
|
-
|
78
|
-
### string banner
|
79
|
-
An optional usage banner. This text is included when calling ´´toString´´. Default value is: "Usage: [Options]".
|
80
|
-
|
81
|
-
|
82
|
-
### string options_title
|
83
|
-
An optional title for the options list. This text is included when calling ´´toString´´. Default value is: "Available options:".
|
84
|
-
|
85
|
-
|
86
|
-
### function on(switch_or_arg_index, callback)
|
87
|
-
Add's a callback for a switch or an argument (defined by index). Switch hooks MUST be typed witout the leading ´´--´´. This example show how to hook a switch:
|
88
|
-
|
89
|
-
parser.on('help', function(optional_argument) {
|
90
|
-
// Show help section
|
91
|
-
});
|
92
|
-
|
93
|
-
And this example show how to hook an argument (an option without the leading - or --):
|
94
|
-
|
95
|
-
parser.on(0, function(opt) {
|
96
|
-
puts('The first non-switch option is:' + opt);
|
97
|
-
});
|
98
|
-
|
99
|
-
It's also possible to define a default handler. The default handler is called when no rule's are meet. Here is an example how to add a ´default handler´:
|
100
|
-
|
101
|
-
parser.on(function(opt) {
|
102
|
-
puts('No handler was defined for option:' + opt);
|
103
|
-
});
|
104
|
-
|
105
|
-
Use the wildcard handler to build a custom ´´on´´ handler.
|
106
|
-
|
107
|
-
parser.on('*', function(opt, value) {
|
108
|
-
puts('option=' + opt + ', value=' + value);
|
109
|
-
});
|
110
|
-
|
111
|
-
### function filter(name, callback)
|
112
|
-
Adds a new filter extension to the OptionParser instance. The first argument is the name of the filter (trigger). The second argument is the actual filter See the ´OPTION FILTERS´ section for more info.
|
113
|
-
|
114
|
-
It's possible to override the default filters by passing the value "_DEFAULT" to the ´´name´´ argument. The name of the filter is automatically transformed into
|
115
|
-
upper case.
|
116
|
-
|
117
|
-
|
118
|
-
### function halt([callback])
|
119
|
-
Interrupt's further parsing. This function should be called from an ´on´ -callbacks, to cancel the parsing. This can be useful when the program should ignore all other arguments (when displaying help or version information).
|
120
|
-
|
121
|
-
The function also takes an optional callback argument. If the callback argument is specified, a ´halt´ callback will be added (instead of executing the ´halt´ command).
|
122
|
-
|
123
|
-
Here is an example how to add an ´on_halt´ callback:
|
124
|
-
|
125
|
-
parser.halt(function() {
|
126
|
-
puts('An option callback interupted the parser');
|
127
|
-
});
|
128
|
-
|
129
|
-
|
130
|
-
### function parse(arguments)
|
131
|
-
Start's parsing of arguments. This should be the last thing you do.
|
132
|
-
|
133
|
-
|
134
|
-
### function options()
|
135
|
-
Returns an Array with all defined option rules
|
136
|
-
|
137
|
-
|
138
|
-
### function toString()
|
139
|
-
Returns a string representation of this OptionParser instance (a formatted help section).
|
140
|
-
|
141
|
-
|
142
|
-
MORE EXAMPLES
|
143
|
-
-------------
|
144
|
-
See examples/nodejs-test.js and examples/browser-test-html for more info how to
|
145
|
-
use the script.
|
146
|
-
|
147
|
-
|
148
|
-
SUGGESTIONS
|
149
|
-
-----------
|
150
|
-
All comments in how to improve this library is very welcome. Feel free post suggestions to the [Issue tracker](http://github.com/jfd/optparse-js/issues), or even better, fork the repository to implement your own features.
|
151
|
-
|
152
|
-
|
153
|
-
LICENSE
|
154
|
-
-------
|
155
|
-
Released under a MIT-style license.
|
156
|
-
|
157
|
-
|
158
|
-
COPYRIGHT
|
159
|
-
---------
|
160
|
-
Copyright (c) 2009 Johan Dahlberg
|
161
|
-
|
data/packages/optparse/TODO
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
- Support for Argument lists (for switches)
|
@@ -1,75 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
2
|
-
"http://www.w3.org/TR/html4/strict.dtd">
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
6
|
-
<title>optparse.js example</title>
|
7
|
-
<script type="text/javascript" charset="utf-8" src="../src/optparse.js"></script>
|
8
|
-
<script>
|
9
|
-
// Arguments to be passed to the parser
|
10
|
-
var ARGS = ['-p', 'This is a message', '-i', 'test.html', '--debug'];
|
11
|
-
|
12
|
-
// Define some options
|
13
|
-
var SWITCHES = [
|
14
|
-
['-i', '--include-file FILE', "Includes a file"],
|
15
|
-
['-p', '--print [MESSAGE]', "Prints a message on screen"],
|
16
|
-
['-d', '--debug', "Enables debug mode"],
|
17
|
-
];
|
18
|
-
|
19
|
-
function puts(msg) {
|
20
|
-
var body = document.getElementById('body');
|
21
|
-
var pre = document.createElement('pre');
|
22
|
-
pre.innerHTML = msg;
|
23
|
-
body.appendChild(pre);
|
24
|
-
}
|
25
|
-
|
26
|
-
function onLoad() {
|
27
|
-
puts("optparse.js");
|
28
|
-
|
29
|
-
// Create a new OptionParser with defined switches
|
30
|
-
var parser = new optparse.OptionParser(SWITCHES);
|
31
|
-
|
32
|
-
// Internal variable to store options.
|
33
|
-
var options = {
|
34
|
-
debug: false,
|
35
|
-
files: []
|
36
|
-
};
|
37
|
-
|
38
|
-
// Handle the first argument (switches excluded)
|
39
|
-
parser.on(0, function(value) {
|
40
|
-
puts("First non-switch argument is: " + value);
|
41
|
-
});
|
42
|
-
|
43
|
-
// Handle the --include-file switch
|
44
|
-
parser.on('include-file', function(value) {
|
45
|
-
options.files.push(value);
|
46
|
-
});
|
47
|
-
|
48
|
-
// Handle the --print switch
|
49
|
-
parser.on('print', function(value) {
|
50
|
-
puts('PRINT: ' + value);
|
51
|
-
});
|
52
|
-
|
53
|
-
// Handle the --debug switch
|
54
|
-
parser.on('debug', function() {
|
55
|
-
options.debug = true;
|
56
|
-
});
|
57
|
-
|
58
|
-
// Parse command line arguments
|
59
|
-
parser.parse(ARGS);
|
60
|
-
|
61
|
-
// Output all files that was included.
|
62
|
-
puts("No of files to include: " + options.files.length);
|
63
|
-
for(var i = 0; i < options.files.length; i++) {
|
64
|
-
puts("File [" + (i + 1) + "]:" + options.files[i]);
|
65
|
-
}
|
66
|
-
|
67
|
-
// Is debug-mode enabled?
|
68
|
-
puts("Debug mode is set to: " + options.debug);
|
69
|
-
}
|
70
|
-
</script>
|
71
|
-
</head>
|
72
|
-
<body id="body" onload="onLoad()">
|
73
|
-
|
74
|
-
</body>
|
75
|
-
</html>
|