[macruby-changes] [3998] MacRubyWebsite/trunk/content/index.txt

source_changes at macosforge.org source_changes at macosforge.org
Sat May 1 22:58:56 PDT 2010


Revision: 3998
          http://trac.macosforge.org/projects/ruby/changeset/3998
Author:   lsansonetti at apple.com
Date:     2010-05-01 22:58:51 -0700 (Sat, 01 May 2010)
Log Message:
-----------
replaced hotcocoa from the front page with a section about the oreilly book

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/index.txt

Modified: MacRubyWebsite/trunk/content/index.txt
===================================================================
--- MacRubyWebsite/trunk/content/index.txt	2010-05-02 00:33:41 UTC (rev 3997)
+++ MacRubyWebsite/trunk/content/index.txt	2010-05-02 05:58:51 UTC (rev 3998)
@@ -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,3].each do |page|
+    articles[0,2].each do |page|
   -%>
   <h4><%= page.title %></h4>
   <%= blog_excerpt(page) %>
@@ -25,6 +25,7 @@
   
 </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. <br/> <a href="/hotcocoa.html">Read more...</a></p>
 <% coderay :lang => 'ruby' do -%>
@@ -38,6 +39,10 @@
   win << b
 end
 <% end -%>
+-->
+<h2>The Definitive Guide</h2>
+<p>Matt Aimonetti is currently working on a MacRuby book for O'Reilly. It is under development and the book is being published as it is being written. The work is released under a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">Creative Commons</a> license, with the idea of getting early feedback from the community. 
+<br/><a href="http://macruby.labs.oreilly.com/">Check it out!</a></p>
 <hr size="0" noshade class="doublerule" />
 
 <h2>Why MacRuby?</h2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100501/e385a0c3/attachment.html>


More information about the macruby-changes mailing list