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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 12 15:49:01 PDT 2009


Revision: 895
          http://trac.macosforge.org/projects/ruby/changeset/895
Author:   rich at infoether.com
Date:     2009-03-12 15:49:00 -0700 (Thu, 12 Mar 2009)
Log Message:
-----------
roadmap and contact us page

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/contact-us.txt
    MacRubyWebsite/trunk/content/source.txt

Added Paths:
-----------
    MacRubyWebsite/trunk/content/roadmap.txt

Modified: MacRubyWebsite/trunk/content/contact-us.txt
===================================================================
--- MacRubyWebsite/trunk/content/contact-us.txt	2009-03-12 22:34:04 UTC (rev 894)
+++ MacRubyWebsite/trunk/content/contact-us.txt	2009-03-12 22:49:00 UTC (rev 895)
@@ -15,7 +15,7 @@
 
 You can follow us on Twitter by following the "@macruby":http://twitter.com/macruby account.
 
-h2.
+h2. Internet Relay Chat
 
 You can also join the #ruby-osx IRC channel on freenode to discuss with developers.
 

Added: MacRubyWebsite/trunk/content/roadmap.txt
===================================================================
--- MacRubyWebsite/trunk/content/roadmap.txt	                        (rev 0)
+++ MacRubyWebsite/trunk/content/roadmap.txt	2009-03-12 22:49:00 UTC (rev 895)
@@ -0,0 +1,55 @@
+---
+title:      Roadmap
+created_at: 2009-03-12 18:37:31.833759 -04:00
+filter:
+  - erb
+  - textile
+---
+h1(title). <%= h(@page.title) %>
+
+MacRuby Roadmap
+Important: this roadmap represents some general guidelines for upcoming releases and doesn't attempt to make any guarantee.
+
+h2. 0.1 (released 2008-03-13)
+
+* First public release.
+* Object model is based on the Objective-C runtime.
+* Basic Objective-C messaging.
+* Can read BridgeSupport files.
+* Integration with the Objective-C garbage collector.
+ 
+h2. 0.2 (released 2008-06-06 for WWDC)
+
+* Rewrite of the String, Array and Hash builtin classes using CoreFoundation.
+* Re-implementation of the Ruby interface on the CoreFoundation classes.
+* Toll-free bridging between Ruby primitive classes and CoreFoundation.
+* Pseudo-stability. Eliminating all discovered GC crashers and memory leaks.
+
+h2. 0.3 (released 2008-09-08)
+
+* Using the Objective-C method dispatcher for pure Ruby method dispatch.
+* RubyGems should work.
+* IB3 support.
+* HotCocoa layer.
+* Performance work, should be fast.
+
+h2. 0.4 (to be released, soon)
+
+* Threaded GC by default.
+* 64-bit support.
+* DTrace probes.
+* MacRuby Objective-C API, to control the runtime from a pure Objective-C environment.
+* Embeddable MacRuby.framework.
+* Support for passed-by-reference arguments.
+
+h2. 0.5 (to be released, no release date planned yet)
+
+* Better support for bytestrings.
+* Rewrite IO with CoreFoundation.
+* New virtual machine.
+
+h2. 0.6 (to be released, no release date planned yet)
+
+* RubyCocoa compatible layer.
+* OSA (Open Scripting Architecture) conformance.
+* AppleEvent API.
\ No newline at end of file

Modified: MacRubyWebsite/trunk/content/source.txt
===================================================================
--- MacRubyWebsite/trunk/content/source.txt	2009-03-12 22:34:04 UTC (rev 894)
+++ MacRubyWebsite/trunk/content/source.txt	2009-03-12 22:49:00 UTC (rev 895)
@@ -16,13 +16,18 @@
 </pre></code>
 
 
-For building instructions, please refer to
+For building instructions, please refer to README.macruby file, but the basic build instructions are:
 
+<code><pre class="commands">
+$ rake
+$ sudo rake install
+</pre></code>
+
 h2. Git
 
 Git aficionados will be glad to learn that there is a mirror of the SVN trunk repository on GitHub, maintained by Claudio Poli: "MacRuby Git Repository":http://github.com/masterkain/macruby/tree/master
 
 h2. Roadmap
 
-Check out the "MacRubyRoadmap":http://www.macruby.org/trac/wiki/MacRubyRoadmap
+Check out the "MacRubyRoadmap":/roadmap.html
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090312/25fd6346/attachment-0001.html>


More information about the macruby-changes mailing list