4
4
Any suggestion of the modification are welcome,
5
5
but the response might be delayed. Sorry for that in advance.
6
6
7
- * What's mRuby
7
+ * What's mruby
8
8
9
- mRuby is the light-weight implementation of the Ruby language complied to the ISO
9
+ mruby is the light-weight implementation of the Ruby language complied to the ISO
10
10
standard to execute various environments. It can run in 'interpreter form' or
11
11
'compile and execute on vm form' according to its module construction.
12
12
13
13
This achievement is due to the Regional Innovation Creation R&D Programs of
14
14
the Ministry of Economy, Trade and Industry of Japan.
15
15
16
16
17
- * Features of mRuby
17
+ * Features of mruby
18
18
19
19
|FIXME:
20
20
| + Simple Syntax
@@ -30,34 +30,34 @@ the Ministry of Economy, Trade and Industry of Japan.
30
30
| cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms
31
31
32
32
33
- * How to get mRuby
33
+ * How to get mruby
34
34
35
- The mRuby distribution files can be found in the following site:
35
+ The mruby distribution files can be found in the following site:
36
36
37
37
https://github.com/mruby/mruby/zipball/master
38
38
39
- The trunk of the mRuby source tree can be checked out with the
39
+ The trunk of the mruby source tree can be checked out with the
40
40
following command:
41
41
42
- $ git ...
42
+ $ git ....
43
43
44
44
There are some other branches under development. Try the following
45
45
command and see the list of branches:
46
46
47
- $ git ...
47
+ $ git ....
48
48
49
49
50
- * mRuby home-page (sorry, it's not launched yet. we're working on this)
50
+ * mruby home-page (sorry, it's not launched yet. we're working on this)
51
51
52
- The URL of the mRuby home-page is:
52
+ The URL of the mruby home-page is:
53
53
54
54
http://www.mruby.org/
55
55
56
56
57
57
* Mailing list
58
58
59
- There is a mailing list to talk about mRuby .
60
- To subscribe this list....
59
+ There is a mailing list to talk about mruby .
60
+ To subscribe this list....[T.B.D.]
61
61
62
62
* How to compile and install
63
63
@@ -71,15 +71,15 @@ See the file COPYING.
71
71
72
72
* About Contribution
73
73
74
- Thank you for considering of contribution for mRuby .
75
- mRuby has chosen a MIT License as comparatively loose condition,
74
+ Thank you for considering of contribution for mruby .
75
+ mruby has chosen a MIT License as comparatively loose condition,
76
76
to expect to apply into various environment such as embedded system.
77
77
However, the license requires to display copyright notice and license
78
78
sentenses, for example manual or so. Especially for the recent bigger
79
79
system, it is comlecated or very troublesome.
80
- So, mRuby has decided to display "mruby developers" as copyright name
80
+ So, mruby has decided to display "mruby developers" as copyright name
81
81
to make it simple conventionally.
82
- In the future, mRuby might ask you to distribute your new codes
82
+ In the future, mruby might ask you to distribute your new codes
83
83
(that you will commit,) under MIT License as a member of
84
84
"mruby developers" with keeping copyright of you.
85
85
(We did not intend you to transfer or waive your copyright,
0 commit comments