[macruby-changes] [859] MacRubyWebsite/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 9 06:30:22 PDT 2009


Revision: 859
          http://trac.macosforge.org/projects/ruby/changeset/859
Author:   rich at infoether.com
Date:     2009-03-09 06:30:21 -0700 (Mon, 09 Mar 2009)
Log Message:
-----------
add blog nav element

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

Added Paths:
-----------
    MacRubyWebsite/trunk/content/images/nav_blog.png

Modified: MacRubyWebsite/trunk/content/_navigation.txt
===================================================================
--- MacRubyWebsite/trunk/content/_navigation.txt	2009-03-09 13:14:07 UTC (rev 858)
+++ MacRubyWebsite/trunk/content/_navigation.txt	2009-03-09 13:30:21 UTC (rev 859)
@@ -3,7 +3,7 @@
 ---
 <ul id="nav">
   <li><a href="/" title="Home"><img src="/images/nav_home.png" alt="Home" /></a></li>
-  <li><a href="/downloads.html" title="Downloads"><img src="/images/nav_downloads.png" alt="Downloads" /></a></li>
+  <li><a href="/blog/index.html" title="Blog"><img src="/images/nav_blog.png" alt="Blog" /></a></li>
   <li><a href="/source.html" title="Source"><img src="/images/nav_source.png" alt="Source" /></a></li>
   <li><a href="/documentation.html" title="Documentation"><img src="/images/nav_documentation.png" alt="Home" /></a></li>
   <li><a href="http://www.macruby.org/trac/report/1" title="Tickets"><img src="/images/nav_tickets.png" alt="Tickets" /></a></li>

Added: MacRubyWebsite/trunk/content/images/nav_blog.png
===================================================================
(Binary files differ)


Property changes on: MacRubyWebsite/trunk/content/images/nav_blog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: MacRubyWebsite/trunk/lib/events.rb
===================================================================
--- MacRubyWebsite/trunk/lib/events.rb	2009-03-09 13:14:07 UTC (rev 858)
+++ MacRubyWebsite/trunk/lib/events.rb	2009-03-09 13:30:21 UTC (rev 859)
@@ -4,8 +4,9 @@
   
   def macruby_events
     [
-      Event.new("18 Oct 2009", "RubyConf 2009", "http://www.rubyconf.com", "Orlando, Florida", "Laurent Presents MacRuby 1.0"),
-      Event.new("17-18 Apr 2009", "Golden Gate Ruby Conference", "http://gogaruco.com/schedule/index.html#kilmer", "San Francisco", "Rich Presents MacRuby & HotCocoa")
+      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"),
+      Event.new("27-29 Aug 2009", "Lone Star Ruby Conference", "", "Austin, Texas, USA", "Rich Give MacRuby & HotCocoa Tutorial")
     ]
   end
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090309/dac26099/attachment.html>


More information about the macruby-changes mailing list