Revision: 2938 http://trac.macosforge.org/projects/ruby/changeset/2938 Author: mattaimonetti@gmail.com Date: 2009-11-01 20:44:41 -0800 (Sun, 01 Nov 2009) Log Message: ----------- reorganized the documentation sections Modified Paths: -------------- MacRubyWebsite/trunk/content/documentation.txt Modified: MacRubyWebsite/trunk/content/documentation.txt =================================================================== --- MacRubyWebsite/trunk/content/documentation.txt 2009-11-02 04:06:58 UTC (rev 2937) +++ MacRubyWebsite/trunk/content/documentation.txt 2009-11-02 04:44:41 UTC (rev 2938) @@ -14,6 +14,7 @@ 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"> @@ -39,19 +40,6 @@ <% end -%> </ul> -h2. Talks - -<ul class="screencast_list"> - <% macruby_talks.each do |talk| -%> - <li> - <span class="date"><%= talk.date %></span> - <span class="name"><a href="<%= talk.href %>"><%= talk.name %></a> <%= "<a href='#{talk.slides_href}'>(slides)</a>" if talk.slides_href %></span> - <span class="author"><%= talk.author%> <%= "(#{talk.location})" if talk.location %></span> - </li> - <% end -%> -</ul> - - h2. Recipes <ul class="recipe_list"> @@ -69,3 +57,16 @@ <% end -%> <% end -%> </ul> + +h2. Talks + +<ul class="screencast_list"> + <% macruby_talks.each do |talk| -%> + <li> + <span class="date"><%= talk.date %></span> + <span class="name"><a href="<%= talk.href %>"><%= talk.name %></a> <%= "<a href='#{talk.slides_href}'>(slides)</a>" if talk.slides_href %></span> + <span class="author"><%= talk.author%> <%= "(#{talk.location})" if talk.location %></span> + </li> + <% end -%> +</ul> +