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

source_changes at macosforge.org source_changes at macosforge.org
Fri May 29 18:13:05 PDT 2009


Revision: 1642
          http://trac.macosforge.org/projects/ruby/changeset/1642
Author:   mattaimonetti at gmail.com
Date:     2009-05-29 18:13:05 -0700 (Fri, 29 May 2009)
Log Message:
-----------
added new hotcocoa status page (d2j)

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

Modified: MacRubyWebsite/trunk/content/css/master.css
===================================================================
--- MacRubyWebsite/trunk/content/css/master.css	2009-05-30 01:06:35 UTC (rev 1641)
+++ MacRubyWebsite/trunk/content/css/master.css	2009-05-30 01:13:05 UTC (rev 1642)
@@ -330,4 +330,9 @@
 
 ul.screencast_list li span.name {
   padding-right: 15px;
-}
\ No newline at end of file
+}
+
+.hc_status_unknown { color: red; }
+.hc_status_partial { color: blue; }
+.hc_status_complete { color: green; }
+.hc_status_skip { color: black; }

Modified: MacRubyWebsite/trunk/content/hotcocoa/status.txt
===================================================================
--- MacRubyWebsite/trunk/content/hotcocoa/status.txt	2009-05-30 01:06:35 UTC (rev 1641)
+++ MacRubyWebsite/trunk/content/hotcocoa/status.txt	2009-05-30 01:13:05 UTC (rev 1642)
@@ -7,4 +7,29 @@
 ---
 h1(title). <%= h(@page.title) %>
 
-Coming soon...
\ No newline at end of file
+<div id="status">
+The goal of this page is to keep a permanent status of frameworks and classes that need to be mapped in HotCocoa.
+
+Possible statuses:
+* <span class="hc_status_unknown">unknown</span> - the mapping state of this class is unknown
+* <span class="hc_status_partial">partial</span> - this class is partially mapped
+* <span class="hc_status_complete">complete</span> - this class is completely mapped
+* <span class="hc_status_skip">skip</span> - this class will not be mapped
+
+
+h2. Foundation
+
+<table>
+  <% hotcocoa_foundation_status.sort { |m1, m2| m1.name <=> m2.name }.each do |hc_class| -%>
+    <%= render_hotcocoa_status(hc_class) %>
+  <% end -%>
+</table>
+
+h2. AppKit
+
+<table>
+  <% hotcocoa_appkit_status.sort { |m1, m2| m1.name <=> m2.name }.each do |hc_class| -%>
+     <%= render_hotcocoa_status(hc_class) %>
+  <% end -%>
+</table>
+</div>
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090529/d29f751a/attachment.html>


More information about the macruby-changes mailing list