[macruby-changes] [3384] MacRubyWebsite/trunk/content

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 31 15:28:17 PST 2010


Revision: 3384
          http://trac.macosforge.org/projects/ruby/changeset/3384
Author:   lsansonetti at apple.com
Date:     2010-01-31 15:28:17 -0800 (Sun, 31 Jan 2010)
Log Message:
-----------
prepared website for 0.5 release

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/_header.txt
    MacRubyWebsite/trunk/content/downloads.txt
    MacRubyWebsite/trunk/content/index.txt
    MacRubyWebsite/trunk/content/source.txt

Modified: MacRubyWebsite/trunk/content/_header.txt
===================================================================
--- MacRubyWebsite/trunk/content/_header.txt	2010-01-31 23:24:35 UTC (rev 3383)
+++ MacRubyWebsite/trunk/content/_header.txt	2010-01-31 23:28:17 UTC (rev 3384)
@@ -2,8 +2,8 @@
 filter: erb
 ---
 <div id="current_version">
-  Current Version 0.4
+  Current Version 0.5
 </div>
 <div id="logo">
   <a href="/"><img src="/images/macruby_logo.png" alt="MacRuby" id="logo" /></a>
-</div>
\ No newline at end of file
+</div>

Modified: MacRubyWebsite/trunk/content/downloads.txt
===================================================================
--- MacRubyWebsite/trunk/content/downloads.txt	2010-01-31 23:24:35 UTC (rev 3383)
+++ MacRubyWebsite/trunk/content/downloads.txt	2010-01-31 23:28:17 UTC (rev 3384)
@@ -10,17 +10,10 @@
 h2. Latest Stable Release
 
 <p>
-You can download <a href="http://www.macruby.org/files/MacRuby%200.4.zip">MacRuby 0.4</a> as a standalone binary installer.
-<em>Note: this release will not work on Snow Leopard or higher.</em>
+You can download <a href="http://www.macruby.org/files/MacRuby%200.5.zip">MacRuby 0.5</a> as a standalone binary installer.
+<em>Note: this release will only work on Intel machines running Mac OS v10.6 or higher. Users on Mac OS v10.5 can build the sources.</em>
 </p>
 
-h2. Latest Beta Release
-
-<p>
-You can download <a href="http://www.macruby.org/files/MacRuby%200.5%20beta%201.zip">MacRuby 0.5 beta 1</a> as a standalone binary installer.
-<em>Note: this release is intended for testing purposes and will only work on Intel machines running on Snow Leopard or higher.</em>
-</p>
-
 h2. Nightly builds
 
 <p>

Modified: MacRubyWebsite/trunk/content/index.txt
===================================================================
--- MacRubyWebsite/trunk/content/index.txt	2010-01-31 23:24:35 UTC (rev 3383)
+++ MacRubyWebsite/trunk/content/index.txt	2010-01-31 23:28:17 UTC (rev 3384)
@@ -5,7 +5,7 @@
 filter:
   - erb
 ---
-<p class="callout"><strong>MacRuby</strong> is a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, and the CoreFoundation framework. While still a work in progress, it is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby. <a href="/documentation/overview.html"><i>Read more...</i></a></p>
+<p class="callout"><strong>MacRuby</strong> is a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, the CoreFoundation framework and the LLVM compiler infrastructure. While still a work in progress, it is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby. <a href="/documentation/overview.html"><i>Read more...</i></a></p>
 <hr size="0" noshade class="harvardrule" />
 
 <div id="newsbox">
@@ -28,6 +28,7 @@
 <h2>HotCocoa Is For Me!</h2>
 <p>If you've done any amount of programming on OS X, you know that the API can be quite verbose. HotCocoa simplifies this down to very elegant and simple methods that then return super sexy UI elements. <a href="/hotcocoa.html">Read more...</a></p>
 <% coderay :lang => 'ruby' do -%>
+require 'rubygems'
 require 'hotcocoa'
 include HotCocoa
 application do |app|
@@ -41,4 +42,4 @@
 
 <h2>Why MacRuby?</h2>
 <p>MacRuby began as an attempt to work around many problems inherent in RubyCocoa. In the course of solving these problems, MacRuby has also solved numerous problems in Ruby 1.8. Consequently, there are a number of reasons (e.g. convenience, efficiency, flexibility, performance) why one might wish to use MacRuby for new (and ongoing) Ruby applications... <a href="/documentation/why-macruby.html"><i>Read more...</i></a></p>
-<hr size="0" noshade class="doublerule" />
\ No newline at end of file
+<hr size="0" noshade class="doublerule" />

Modified: MacRubyWebsite/trunk/content/source.txt
===================================================================
--- MacRubyWebsite/trunk/content/source.txt	2010-01-31 23:24:35 UTC (rev 3383)
+++ MacRubyWebsite/trunk/content/source.txt	2010-01-31 23:28:17 UTC (rev 3384)
@@ -15,7 +15,12 @@
 $ svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk MacRuby-trunk
 </pre>
 
+If you want to grab the sources of a specific release, look into the tags directory. For example, to grab the sources of the 0.5 release:
 
+<pre class="commands">
+$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.5 MacRuby-0.5
+</pre>
+
 For building instructions, please refer to README.rdoc file, but the basic build instructions are:
 
 <pre class="commands">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100131/8a0abcb9/attachment-0001.html>


More information about the macruby-changes mailing list