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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 11 12:53:01 PDT 2009


Revision: 1563
          http://trac.macosforge.org/projects/ruby/changeset/1563
Author:   mattaimonetti at gmail.com
Date:     2009-05-11 12:53:01 -0700 (Mon, 11 May 2009)
Log Message:
-----------
added a list of screencasts in the documentation page

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/css/master.css
    MacRubyWebsite/trunk/content/documentation.txt

Modified: MacRubyWebsite/trunk/content/css/master.css
===================================================================
--- MacRubyWebsite/trunk/content/css/master.css	2009-05-11 09:37:37 UTC (rev 1562)
+++ MacRubyWebsite/trunk/content/css/master.css	2009-05-11 19:53:01 UTC (rev 1563)
@@ -318,3 +318,16 @@
 ul.recipe_list li span.name {
   padding-right: 15px;
 }
+
+ul.screencast_list li {
+  margin-bottom: 10px;
+}
+
+ul.screencast_list li span.date {
+  padding-right: 15px;
+  color: #999;
+}
+
+ul.screencast_list li span.name {
+  padding-right: 15px;
+}
\ No newline at end of file

Modified: MacRubyWebsite/trunk/content/documentation.txt
===================================================================
--- MacRubyWebsite/trunk/content/documentation.txt	2009-05-11 09:37:37 UTC (rev 1562)
+++ MacRubyWebsite/trunk/content/documentation.txt	2009-05-11 19:53:01 UTC (rev 1563)
@@ -14,7 +14,16 @@
 
 Below are a list of tutorials and recipes for MacRuby.  Tutorials are the longest content and delve deep on a particular area.  Recipes are short and specific examples of how to accomplish something with MacRuby.
 
+h2. Screencasts
 
+<ul class="screencast_list">
+  <li>
+    <span class="date">2009-05-05</span>
+    <span class="name"><a href="http://pragmaticstudio.com/screencasts/6-macruby">Free MacRuby Bonus Track</a></span>
+    <span class="author">Mike Clark (The Pragmatic Studio)</span>
+  </li>
+</ul>
+
 h2. Tutorials
 
 <ul class="tutorial_list">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090511/35240efa/attachment.html>


More information about the macruby-changes mailing list