|
| 1 | +<div id="sidebar-wrapper"> |
| 2 | + <div id="sidebar"> |
| 3 | + <div class="navigation"><a href="/en/downloads/"><img src="/images/download.gif" alt="Download Ruby" title="" /></a></div> |
| 4 | + |
| 5 | + <div class="navigation"> |
| 6 | + <h3><strong>Get Started,</strong> it’s easy!</h3> |
| 7 | + |
| 8 | + <ul class="menu"> |
| 9 | + <li><a href="http://TryRuby.org">Try Ruby! (in your browser)</a></li> |
| 10 | + |
| 11 | + <li><a href="/en/documentation/quickstart/">Ruby in Twenty Minutes</a></li> |
| 12 | + <li><a href="/en/documentation/ruby-from-other-languages/">Ruby from Other Languages</a></li> |
| 13 | + </ul> |
| 14 | + </div> |
| 15 | + |
| 16 | + <div class="navigation"> |
| 17 | + <h3><strong>Explore</strong> a new world…</h3> |
| 18 | + <ul class="menu"> |
| 19 | + <li><a href="/en/documentation/">Documentation</a></li> |
| 20 | + <li><a href="http://www.amazon.com/s/ref=sr_nr_n_5?ie=UTF8&rs=1000&keywords=Ruby&rh=i%3Aaps%2Ck%3ARuby%2Ci%3Astripbooks%2Cn%3A1000%2Cn%3A5">Books</a></li> |
| 21 | + <li><a href="/en/libraries/">Libraries</a></li> |
| 22 | + <li><a href="/en/documentation/success-stories/">Success Stories</a></li> |
| 23 | + |
| 24 | + </ul> |
| 25 | + </div> |
| 26 | + |
| 27 | + <div class="navigation"> |
| 28 | + <h3><strong>Participate</strong> in a friendly and growing community.</h3> |
| 29 | + <ul> |
| 30 | + <li><a href="/en/community/mailing-lists/">Mailing Lists</a>: Talk about Ruby with programmers from all around the world.</li> |
| 31 | + <li><a href="/en/community/user-groups/">User Groups</a>: Get in contact with Rubyists in your area.</li> |
| 32 | + |
| 33 | + <li><a href="/en/community/weblogs/">Weblogs</a>: Read about what’s happening right now in the Ruby community.</li> |
| 34 | + <li><a href="/en/community/ruby-core/">Ruby Core</a>: Help polish the rough edges of the latest Ruby.</li> |
| 35 | + <li><a href="http://redmine.ruby-lang.org/">Issue Tracking</a>: Report or help solve issues in Ruby.</li> |
| 36 | + </ul> |
| 37 | + </div> |
| 38 | + |
| 39 | + <h3>Some Top Ruby Projects</h3> |
| 40 | + |
| 41 | + <ul> |
| 42 | + <li><a href="http://rubyforge.org/projects/flvtool2/" title="FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). |
| 43 | + It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.">FLVTool2</a></li> |
| 44 | + |
| 45 | + <li><a href="http://rubyforge.org/projects/emm-ruby/" title="Ruby Enterprise Edition is a branch of Ruby, which includes an enhanced garbage collector and developer tools. This allows one to reduce memory usage of Ruby on Rails applications by 33% on average.">Ruby Enterprise Edition</a></li> |
| 46 | + |
| 47 | + <li><a href="http://rubyforge.org/projects/sqlite-ruby/" title="A Ruby interface for the SQLite database engine.">SQLite-Ruby</a></li> |
| 48 | + |
| 49 | + <li><a href="http://rubyforge.org/projects/ruby-dbi/" title="Ruby/DBI develops a database independent interface for accessing databases - similar to Perl's DBI.">Ruby/DBI</a></li> |
| 50 | + |
| 51 | + <li><a href="http://rubyforge.org/projects/wtr/" title="Watir is a testing tool for automating browser-based tests of web applications. It is a Ruby library that works with Internet Explorer and Firefox.">Watir</a></li> |
| 52 | + |
| 53 | + </ul> |
| 54 | + <p class="more"><a href="/en/libraries/top-projects/">More…</a></p> |
| 55 | + |
| 56 | + |
| 57 | + <h3>Syndicate</h3> |
| 58 | + <p><a href="/en/feeds/news.rss">Recent News (RSS)</a></p> |
| 59 | + </div> |
| 60 | +</div> |
0 commit comments