[macruby-changes] [1579] MacRubyWebsite/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed May 20 00:23:01 PDT 2009


Revision: 1579
          http://trac.macosforge.org/projects/ruby/changeset/1579
Author:   mattaimonetti at gmail.com
Date:     2009-05-20 00:23:01 -0700 (Wed, 20 May 2009)
Log Message:
-----------
updated events and talks/screencasts, some refactoring would be nice :)

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/documentation.txt
    MacRubyWebsite/trunk/lib/events.rb

Modified: MacRubyWebsite/trunk/content/documentation.txt
===================================================================
--- MacRubyWebsite/trunk/content/documentation.txt	2009-05-20 05:53:09 UTC (rev 1578)
+++ MacRubyWebsite/trunk/content/documentation.txt	2009-05-20 07:23:01 UTC (rev 1579)
@@ -18,6 +18,16 @@
 
 <ul class="screencast_list">
   <li>
+    <span class="date">2009-05-19</span>
+    <span class="name"><a href="http://peepcode.com/products/meet-macruby">Meet MacRuby</a></span>
+    <span class="author">Geoffrey Grosenbach (Peepcode)</span>
+  </li>
+  <li>
+    <span class="date">2009-05-16</span>
+    <span class="name"><a href="http://nubyonrails.com/articles/macruby-presentation-from-rubyfest">MacRuby Presentation (Free)</a></span>
+    <span class="author">Geoffrey Grosenbach (Peepcode)</span>
+  </li>
+  <li>
     <span class="date">2009-05-05</span>
     <span class="name"><a href="http://pragmaticstudio.com/screencasts/6-macruby">MacRuby - Bonus Track (Free)</a></span>
     <span class="author">Mike Clark (The Pragmatic Studio)</span>
@@ -42,6 +52,33 @@
 <% end -%>
 </ul>
 
+h2. Talks
+
+<ul class="screencast_list">
+  <li>
+    <span class="date">2009-04-22 (GoGaRuCo)</span>
+    <span class="name"><a href="http://www.slideshare.net/mattetti/macruby-hotcocoa-presentation-by-rich-kilmer">MacRuby and HotCocoa (slides only)</a></span>
+    <span class="author">Rich Kilmer</span>
+  </li>
+  <li>
+    <span class="date">2009-01-13 (SDRuby)</span>
+    <span class="name"><a href="http://sdruby.com/podcast/58">MacRuby: What's the big deal?</a> <a href="http://www.slideshare.net/mattetti/macruby-when-objectivec-and-ruby-meet">(slides)</a></span>
+    <span class="author">Matt Aimonetti</span>
+  </li>
+  <li>
+    <span class="date">2008-11-07 (RubyConf)</span>
+    <span class="name"><a href="http://rubyconf2008.confreaks.com/os-x-application-development-with-hotcocoa.html">OS X Application Development with HotCocoa</a></span>
+    <span class="author">Rich Kilmer</span>
+  </li>
+  <li>
+    <span class="date">2008-11-06 (RubyConf)</span>
+    <span class="name"><a href="http://rubyconf2008.confreaks.com/macruby-ruby-for-your-mac.html">MacRuby: Ruby for your Mac  </a></span>
+    <span class="author">Laurent Sansonetti</span>
+  </li>
+  
+</ul>
+
+
 h2. Recipes
 
 <ul class="recipe_list">

Modified: MacRubyWebsite/trunk/lib/events.rb
===================================================================
--- MacRubyWebsite/trunk/lib/events.rb	2009-05-20 05:53:09 UTC (rev 1578)
+++ MacRubyWebsite/trunk/lib/events.rb	2009-05-20 07:23:01 UTC (rev 1579)
@@ -4,8 +4,6 @@
   
   def macruby_events
     [
-      Event.new("17-18 Apr 2009", "Golden Gate Ruby Conference", "http://gogaruco.com/schedule/index.html#kilmer", "San Francisco, CA, USA", "Rich Presents MacRuby & HotCocoa"),
-      Event.new("15-16 May 2009", "Ruby on OS X", "http://www.rubyonosx.com/", "Amsterdam, Holland, The Netherlands", "Laurent &amp; Rich Presenting MacRuby and Hotcocoa"),
       Event.new("27-29 Aug 2009", "Lone Star Ruby Conference", "", "Austin, Texas, USA", "Rich Gives a MacRuby & HotCocoa Tutorial")
     ]
   end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090520/eb299ade/attachment.html>


More information about the macruby-changes mailing list