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

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 30 19:49:07 PDT 2010


Revision: 3990
          http://trac.macosforge.org/projects/ruby/changeset/3990
Author:   lsansonetti at apple.com
Date:     2010-04-30 19:49:06 -0700 (Fri, 30 Apr 2010)
Log Message:
-----------
finally, let's display hotcocoa again on the frontpage

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/blog/2010/04/30/macruby06.txt
    MacRubyWebsite/trunk/content/hotcocoa.txt
    MacRubyWebsite/trunk/content/index.txt

Modified: MacRubyWebsite/trunk/content/blog/2010/04/30/macruby06.txt
===================================================================
--- MacRubyWebsite/trunk/content/blog/2010/04/30/macruby06.txt	2010-05-01 02:41:16 UTC (rev 3989)
+++ MacRubyWebsite/trunk/content/blog/2010/04/30/macruby06.txt	2010-05-01 02:49:06 UTC (rev 3990)
@@ -118,7 +118,7 @@
 
 The String class has also been changed. It is now a fresh new implementation that can handle both character and byte strings. It also uses the "ICU framework":http://site.icu-project.org/ to perform encoding conversions on the fly. This new class inherits from NSMutableString. Symbol was also rewritten in order to handle multibyte (Unicode) characters.
 
-Finally, the Regexp class has also been totally rewritten in this release. It is now using the ICU framework instead of Oniguruma for regular expressions compilation and pattern matching. Since ICU is thread-safe, MacRuby 0.6 allows the use regular expressions from multiple threads in a very efficient way, which was not possible previously.
+Finally, the Regexp class has also been totally rewritten in this release. It is now using the ICU framework instead of Oniguruma for regular expressions compilation and pattern matching. Since ICU is thread-safe, MacRuby 0.6 allows multiple threads to utilize regular expressions in a very efficient way, which was not possible previously.
 
 All these changes were designed and implemented to honor compatibility with previous releases of MacRuby. They should not be directly visible.
 

Modified: MacRubyWebsite/trunk/content/hotcocoa.txt
===================================================================
--- MacRubyWebsite/trunk/content/hotcocoa.txt	2010-05-01 02:41:16 UTC (rev 3989)
+++ MacRubyWebsite/trunk/content/hotcocoa.txt	2010-05-01 02:49:06 UTC (rev 3990)
@@ -47,4 +47,6 @@
 
 h3. Want to learn more about HotCocoa?
 
-Now that you understand the basics of what HotCocoa is and why we are building it, please look at the "HotCocoa Tutorial":# (coming soon) for examples of how to build OS X applications with it. For a more detailed understanding of how to read, create, edit or contribute mapping files, see "HotCocoa Mappings Tutorial":/hotcocoa/mappings.html. For the current status of the project, see "HotCocoa Mapping Status":/hotcocoa/status.html.
+Now that you understand the basics of what HotCocoa is and why we are building it, please look at the "tutorials":/documentation.html for examples of how to build OS X applications with it. 
+
+HotCocoa is a project developed on "GitHub":http://github.com/richkilmer/hotcocoa. Make sure to connect there to get the latest bits.

Modified: MacRubyWebsite/trunk/content/index.txt
===================================================================
--- MacRubyWebsite/trunk/content/index.txt	2010-05-01 02:41:16 UTC (rev 3989)
+++ MacRubyWebsite/trunk/content/index.txt	2010-05-01 02:49:06 UTC (rev 3990)
@@ -14,7 +14,7 @@
   <%
     articles = @pages.find(:all, :in_directory => File.join(@page.dir, 'blog'), :recursive => true,
         :sort_by => "created_at", :reverse => true, :blog_post => true)
-    articles[0,1].each do |page|
+    articles[0,3].each do |page|
   -%>
   <h4><%= page.title %></h4>
   <%= blog_excerpt(page) %>
@@ -25,7 +25,6 @@
   
 </div><!-- //end newsbox -->
 
-<!--
 <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 -%>
@@ -40,7 +39,6 @@
 end
 <% end -%>
 <hr size="0" noshade class="doublerule" />
--->
 
 <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 the original implementation of Ruby. 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"><br><i>Read more...</i></a></p>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100430/028757aa/attachment.html>


More information about the macruby-changes mailing list