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

source_changes at macosforge.org source_changes at macosforge.org
Fri May 29 17:40:17 PDT 2009


Revision: 1639
          http://trac.macosforge.org/projects/ruby/changeset/1639
Author:   mattaimonetti at gmail.com
Date:     2009-05-29 17:40:17 -0700 (Fri, 29 May 2009)
Log Message:
-----------
applied d2j patches from #270

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/_standard-head.txt
    MacRubyWebsite/trunk/content/_steps.txt
    MacRubyWebsite/trunk/content/contact-us.txt
    MacRubyWebsite/trunk/content/index.txt
    MacRubyWebsite/trunk/content/roadmap.txt
    MacRubyWebsite/trunk/content/source.txt

Modified: MacRubyWebsite/trunk/content/_standard-head.txt
===================================================================
--- MacRubyWebsite/trunk/content/_standard-head.txt	2009-05-30 00:03:48 UTC (rev 1638)
+++ MacRubyWebsite/trunk/content/_standard-head.txt	2009-05-30 00:40:17 UTC (rev 1639)
@@ -11,5 +11,6 @@
 
   <!-- CodeRay syntax highlighting CSS -->
   <link rel="stylesheet" href="/css/coderay.css" type="text/css" />
-  
+
+  <link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/posts/macruby/index.xml" />
 </head>

Modified: MacRubyWebsite/trunk/content/_steps.txt
===================================================================
--- MacRubyWebsite/trunk/content/_steps.txt	2009-05-30 00:03:48 UTC (rev 1638)
+++ MacRubyWebsite/trunk/content/_steps.txt	2009-05-30 00:40:17 UTC (rev 1639)
@@ -3,13 +3,13 @@
 ---
 <div id="step1">
   <a href="http://www.macruby.org/files/MacRuby%200.4.zip" id="zip"><img src="/images/zip.png" width="100" height="100" /></a>
-  <p>or <a href="/source.html">checkout source from svn...</a>
+  <p>or <a href="/source.html">checkout the source from svn</a>
   
 </div><!-- // end step1 -->
 <div id="step2">
   
 </div><!-- // end step2 -->
 <div id="step3">
-  <p>Check out the <a href="/documentation/tutorial.html">tutorial</a> and other learning resources and examples available for MacRuby.</p>
+  <p>Check out the <a href="/documentation/tutorial.html">tutorial</a>, <a href="/documentation.html">resources</a> and <a href="http://svn.macosforge.org/repository/ruby/MacRuby/trunk/sample-macruby/">examples</a> that are available for MacRuby.</p>
 </div><!-- // end step3 -->
 

Modified: MacRubyWebsite/trunk/content/contact-us.txt
===================================================================
--- MacRubyWebsite/trunk/content/contact-us.txt	2009-05-30 00:03:48 UTC (rev 1638)
+++ MacRubyWebsite/trunk/content/contact-us.txt	2009-05-30 00:40:17 UTC (rev 1639)
@@ -27,7 +27,7 @@
 
 h2. Contributions
 
-Please "file a ticket":https://www.macruby.org/trac/newticket on the MacRuby Trac component, if you want to contribute an enhancement request or a bug report. Patches with test cases are welcome.
+Please "file a ticket":https://www.macruby.org/trac/newticket on the "MacRuby Trac":https://www.macruby.org/trac component, if you want to contribute an enhancement request or a bug report. Patches with test cases are welcome.
 
 You can also send your feedback to the MacRuby-devel mailing-list.
 

Modified: MacRubyWebsite/trunk/content/index.txt
===================================================================
--- MacRubyWebsite/trunk/content/index.txt	2009-05-30 00:03:48 UTC (rev 1638)
+++ MacRubyWebsite/trunk/content/index.txt	2009-05-30 00:40:17 UTC (rev 1639)
@@ -40,5 +40,5 @@
 <hr size="0" noshade class="doublerule" />
 
 <h2>Why MacRuby?</h2>
-<p>MacRuby began as an attempt to work around many problems inherent in RubyCocoa. In the course of solving these problems, MacRuby has also solved numerous problems in Ruby 1.8. Consequently, there are a number of reasons (e.g. conveience, efficiency, flexibility, performance) why one might wish to use MacRuby for new (and ongoing) Ruby applications... <a href="/documentation/why-macruby.html"><i>Read more...</i></a></p>
+<p>MacRuby began as an attempt to work around many problems inherent in RubyCocoa. In the course of solving these problems, MacRuby has also solved numerous problems in Ruby 1.8. Consequently, there are a number of reasons (e.g. convenience, efficiency, flexibility, performance) why one might wish to use MacRuby for new (and ongoing) Ruby applications... <a href="/documentation/why-macruby.html"><i>Read more...</i></a></p>
 <hr size="0" noshade class="doublerule" />
\ No newline at end of file

Modified: MacRubyWebsite/trunk/content/roadmap.txt
===================================================================
--- MacRubyWebsite/trunk/content/roadmap.txt	2009-05-30 00:03:48 UTC (rev 1638)
+++ MacRubyWebsite/trunk/content/roadmap.txt	2009-05-30 00:40:17 UTC (rev 1639)
@@ -8,6 +8,7 @@
 h1(title). <%= h(@page.title) %>
 
 MacRuby Roadmap
+
 Important: this roadmap represents some general guidelines for upcoming releases and doesn't attempt to make any guarantee.
 
 h2. 0.1 (released 2008-03-13)
@@ -17,7 +18,7 @@
 * Basic Objective-C messaging.
 * Can read BridgeSupport files.
 * Integration with the Objective-C garbage collector.
- 
+
 h2. 0.2 (released 2008-06-06)
 
 * Rewrite of the String, Array and Hash builtin classes using CoreFoundation.

Modified: MacRubyWebsite/trunk/content/source.txt
===================================================================
--- MacRubyWebsite/trunk/content/source.txt	2009-05-30 00:03:48 UTC (rev 1638)
+++ MacRubyWebsite/trunk/content/source.txt	2009-05-30 00:40:17 UTC (rev 1639)
@@ -23,11 +23,13 @@
 $ sudo rake install
 </pre>
 
+You can also "browse the repository":http://svn.macosforge.org/repository/ruby/MacRuby/trunk online.
+
 h2. Git
 
 Git aficionados will be glad to learn that there is a mirror of the SVN trunk repository on GitHub, maintained by Claudio Poli: "MacRuby Git Repository":http://github.com/masterkain/macruby/tree/master
 
 h2. Roadmap
 
-Check out the "MacRubyRoadmap":/roadmap.html
+Check out the "MacRuby Roadmap":/roadmap.html
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090529/124d3886/attachment.html>


More information about the macruby-changes mailing list