Revision
3385
Author
lsansonetti@apple.com
Date
2010-01-31 15:46:27 -0800 (Sun, 31 Jan 2010)

Log Message

we cannot promess that

Modified Paths

Diff

Modified: MacRubyWebsite/trunk/content/hotcocoa.txt (3384 => 3385)


--- MacRubyWebsite/trunk/content/hotcocoa.txt	2010-01-31 23:28:17 UTC (rev 3384)
+++ MacRubyWebsite/trunk/content/hotcocoa.txt	2010-01-31 23:46:27 UTC (rev 3385)
@@ -7,7 +7,7 @@
 ---
 h1(title). <%= h(@page.title) %>
 
-HotCocoa is a thin, idiomatic Ruby layer that sits above Cocoa and other frameworks. HotCocoa will be included with MacRuby when it ships in future versions of OS X and is currently included in the MacRuby distributions. 
+HotCocoa is a thin, idiomatic Ruby layer that sits above Cocoa and other frameworks. HotCocoa is currently included in the MacRuby distributions. 
 
 Cocoa classes have extremely large method and constant names. A substantial amount of code is written to just instantiate and configure instances of these classes. Interface Builder is used by most developers because it hides the complexity of manually configuring controls, but at the expense have having to use a GUI builder and the obscuring those configuration options inside the IB user interface. One of HotCocoa's chief goals is to allow Interface Builder simplicity, but in Ruby code. 
 
@@ -47,4 +47,4 @@
 
 h3. Want to learn more about HotCocoa?
 
-Now that you understand the basics of what HotCocoa is and why we are building it, please look at the "HotCocoa Tutorial":# (coming soon) for examples of how to build OS X applications with it. For a more detailed understanding of how to read, create, edit or contribute mapping files, see "HotCocoa Mappings Tutorial":/hotcocoa/mappings.html. For the current status of the project, see "HotCocoa Mapping Status":/hotcocoa/status.html.
\ No newline at end of file
+Now that you understand the basics of what HotCocoa is and why we are building it, please look at the "HotCocoa Tutorial":# (coming soon) for examples of how to build OS X applications with it. For a more detailed understanding of how to read, create, edit or contribute mapping files, see "HotCocoa Mappings Tutorial":/hotcocoa/mappings.html. For the current status of the project, see "HotCocoa Mapping Status":/hotcocoa/status.html.