Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
e4afcf6c
Commit
e4afcf6c
authored
Apr 20, 2012
by
Nicholas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made text edits to README.md to improve clarity.
parent
36be1d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
README.md
README.md
+10
-10
No files found.
README.md
View file @
e4afcf6c
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
mruby is the lightweight implementation of the Ruby language complying to
mruby is the lightweight implementation of the Ruby language complying to
the
[
ISO standard
](
http://www.ipa.go.jp/about/press/20120402_2.html
)
.
the
[
ISO standard
](
http://www.ipa.go.jp/about/press/20120402_2.html
)
.
mruby can run Ruby code in 'interpreter mode' or 'compile and execute it on a virtual machine' depending on
how
the developer's preference.
mruby can run Ruby code in 'interpreter mode' or 'compile and execute it on a virtual machine' depending on the developer's preference.
This achievement was sponsored by the Regional Innovation Creation R&D Programs of
This achievement was sponsored by the Regional Innovation Creation R&D Programs of
the Ministry of Economy, Trade and Industry of Japan.
the Ministry of Economy, Trade and Industry of Japan.
...
@@ -44,7 +44,7 @@ following command:
...
@@ -44,7 +44,7 @@ following command:
$ git clone https://github.com/mruby/mruby.git
$ git clone https://github.com/mruby/mruby.git
There are some other branches under development.
Try the following
There are some other branches under development. Try the following
command and see the list of branches:
command and see the list of branches:
$ git ....
$ git ....
...
@@ -61,7 +61,7 @@ The URL of the mruby home-page will be:
...
@@ -61,7 +61,7 @@ The URL of the mruby home-page will be:
## Mailing list
## Mailing list
To subscribe the mruby mailing list....[T.B.D.]
To subscribe t
o t
he mruby mailing list....[T.B.D.]
## How to compile and install
## How to compile and install
...
@@ -78,19 +78,19 @@ See the COPYING file.
...
@@ -78,19 +78,19 @@ See the COPYING file.
Thank you for considering contributing to mruby.
Thank you for considering contributing to mruby.
mruby has chosen a MIT License due to its permissive license allowing
mruby has chosen a MIT License due to its permissive license allowing
developer to target various environments such as embedded systems.
developer
s
to target various environments such as embedded systems.
However, the license requires t
o display
the copyright notice and license
However, the license requires t
he display of
the copyright notice and license
information in manuals for instance. Doing so for big projects can be
information in manuals for instance. Doing so for big projects can be
complicated or troublesome.
complicated or troublesome.
This is why
, mruby has decided to display "mruby developers" as
copyright name
This is why
mruby has decided to display "mruby developers" as the
copyright name
to make it simple conventionally.
to make it simple conventionally.
In the future, mruby might ask you to distribute your new code
s
In the future, mruby might ask you to distribute your new code
(that you will commit,) under MIT License as a member of
(that you will commit,) under
the
MIT License as a member of
"mruby developers" but contributors will keep their copyright.
"mruby developers" but contributors will keep their copyright.
(We did not intend for contributors to transfer or waive their copyrights,
(We did not intend for contributors to transfer or waive their copyrights,
Actual copyright holder name (contributors) will be listed in the AUTHORS file.)
Actual copyright holder name (contributors) will be listed in the AUTHORS file.)
Please ask us if you want to distribute your code under other license
Please ask us if you want to distribute your code under
an
other license
or if your code is derived from GPL code.
or if your code is derived from GPL code.
...
@@ -99,7 +99,7 @@ or if your code is derived from GPL code.
...
@@ -99,7 +99,7 @@ or if your code is derived from GPL code.
See the file AUTHORS.
See the file AUTHORS.
Feel free to send comments and bug reports to the author.
Here is the
Feel free to send comments and bug reports to the author. Here is the
author's latest mail address:
author's latest mail address:
devel@mruby.org
devel@mruby.org
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment