@@ -7,7 +7,7 @@ h2. Table of contents
77Some chapters are previews. It means they have not been fully reviewed,
88some diagrams may be missing and some sentences may be a little
99rough. But it also means they are in open review, so do not hesitate
10- to address issues on the mailing list .
10+ to address issues.
1111
1212* "Preface":preface.html
1313* "Introduction":intro.html
@@ -47,34 +47,31 @@ h3. Part 4: Around the evaluator
4747
4848h1. About this Guide
4949
50- This is a new effort to gather efforts to help translate into English the "Ruby
51- Hacking Guide":http://i.loveruby.net/ja/rhg/book/. The RHG is a book
52- that explains how the ruby interpreter (the official
53- C implementation of the "Ruby language":http://www.ruby-lang.org/) works
54- internally.
50+ This is a new effort to gather efforts to help translate
51+ "Ruby Hacking Guide":http://i.loveruby.net/ja/rhg/book/ into English.
5552
53+ The official support site of the original book is
54+ http://i.loveruby.net/ja/rhg/
5655
57- To fully understand it, you need a good knowledge of C and Ruby.
56+ You can download the version of the source code explained and
57+ the tool used in the book
58+ from the official support site of the original book.
59+ * "ruby (1.7.3 2002-09-12) in tar.gz format":http://i.loveruby.net/ja/rhg/ar/ruby-rhg.tar.gz
60+ * "ruby (1.7.3 2002-09-12) in zip format":http://i.loveruby.net/ja/rhg/ar/ruby-rhg.tar.gz
61+ * "Pragmatic Programmers' nodeDump 0.1.7":http://i.loveruby.net/ja/rhg/ar/nodeDump-0.1.7.tgz
62+ * "RHG-version nodedump":http://i.loveruby.net/ja/rhg/ar/nodedump-rhg.tar.gz
5863
59- Please note that this book was based on the source code of ruby 1.7.3
60- so there are a few small differences to the current version of
61- ruby. However, these differences may make the source code simpler to
62- understand and the Ruby Hacking Guide is a good starting point before
63- looking into the ruby source code. The version of the source code used
64- can be downloaded here: http://i.loveruby.net/ja/rhg/ar/ruby-rhg.tar.gz.
64+ The original translating project is hosted at RubyForge
65+ http://rubyforge.org/projects/rhg
6566
6667Many thanks to "RubyForge":http://rubyforge.org for hosting us and to
6768Minero AOKI for letting us translate his work.
6869
69- h2. Help us!
70+ You can get further information about this project from
71+ "the archives of rhg-discussion mailing list":http://rubyforge.org/pipermail/rhg-discussion/
7072
71- The original is available "here":http://i.loveruby.net/ja/rhg/book/
72- or hosted within this repo "here":http://ruby-hacking-guide.github.com/original_repo/ja_html/
73- (currently with broken formatting)
7473
75- This translation is done during our free time, do not expect too
76- much. The book is quite big (more than 500 pages) so we need help to
77- translate it.
74+ h2. Help us!
7875
7976People who are good at Ruby, C and Japanese or English are
8077needed. Those good at Japanese (native Japanese speakers are of course
@@ -94,7 +91,7 @@ https://github.com/ruby-hacking-guide/ruby-hacking-guide.github.com
9491There is a mostly derelict mailing list at
9592"rhg-discussion mailing list":http://rubyforge.org/mailman/listinfo/rhg-discussion
9693feel free to introduce yourself (who you are, your skills, how much free time you
97- have), but I think the best way to propose or send corrections/improvements
94+ have), but we think the best way to propose or send corrections/improvements
9895is to send a pull request. If you start a feature branch along with a pull
9996request at the start of your work then people can comment as you work.
10097
0 commit comments