Revision: 4520 http://trac.macosforge.org/projects/ruby/changeset/4520 Author: lsansonetti@apple.com Date: 2010-09-16 14:39:50 -0700 (Thu, 16 Sep 2010) Log Message: ----------- minor changes Modified Paths: -------------- MacRubyWebsite/trunk/content/_footer.txt MacRubyWebsite/trunk/content/blog/index.txt MacRubyWebsite/trunk/layouts/blog_entry.txt Modified: MacRubyWebsite/trunk/content/_footer.txt =================================================================== --- MacRubyWebsite/trunk/content/_footer.txt 2010-09-16 02:46:30 UTC (rev 4519) +++ MacRubyWebsite/trunk/content/_footer.txt 2010-09-16 21:39:50 UTC (rev 4520) @@ -3,7 +3,7 @@ --- <div style="clear:both"></div> <div id="footer"> -<p>MacRuby is a free software project by Apple Inc. Sources are available under the Ruby license.</p> +<p>MacRuby is a free software project under the Ruby license.</p> <p>Hosting provided by <a href="http://macosforge.org">Mac OS Forge</a>. Use of this site is subject to the <a href="http://www.macosforge.org/terms/">Mac OS Forge Terms of Use</a>.</p> <p>Website designed by <a href="http://www.boboroshi.com/">John Athayde</a> and created with <a href="http://webby.rubyforge.org/">Webby</a>.</p> -</div> \ No newline at end of file +</div> Modified: MacRubyWebsite/trunk/content/blog/index.txt =================================================================== --- MacRubyWebsite/trunk/content/blog/index.txt 2010-09-16 02:46:30 UTC (rev 4519) +++ MacRubyWebsite/trunk/content/blog/index.txt 2010-09-16 21:39:50 UTC (rev 4520) @@ -19,9 +19,11 @@ <div class="date"><%= page.created_at.strftime('%Y-%m-%d') %></div> <div class="title"><%= link_to_page(page) %></div> </div> +<!-- <div class="author"> By <%= member_name(page.author) %> </div> +--> <div class="body"> <%= render(page) %> </div> Modified: MacRubyWebsite/trunk/layouts/blog_entry.txt =================================================================== --- MacRubyWebsite/trunk/layouts/blog_entry.txt 2010-09-16 02:46:30 UTC (rev 4519) +++ MacRubyWebsite/trunk/layouts/blog_entry.txt 2010-09-16 21:39:50 UTC (rev 4520) @@ -24,9 +24,11 @@ <div class="date"><%= @page.created_at.strftime('%Y-%m-%d') %></div> <div class="title"><%= link_to_page(@page) %></div> </div> +<!-- <div class="author"> By <%= member_name(@page.author) %> </div> +--> <div class="body"> <%= @content %> </div> @@ -35,4 +37,4 @@ </div><!-- // end nest --> <%= render :partial => "/footer" %> </body> -</html> \ No newline at end of file +</html>