website/index.html in patternmatching-0.1.2 vs website/index.html in patternmatching-0.1.3

- old
+ new

@@ -31,11 +31,11 @@ <div id="main"> <h1>PatternMatching module</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/patternmatching"; return false'> Get Version - <a href="http://rubyforge.org/projects/patternmatching" class="numbers">0.1.2</a> + <a href="http://rubyforge.org/projects/patternmatching" class="numbers">0.1.3</a> </div> <h1>&#x2192; &#8216;patternmatching&#8217;</h1> <h2>What</h2> @@ -59,11 +59,11 @@ <p>This module provides methods for tree pattern matching features.</p> <ul> - <li>For detail, see Wikipedia: <a href="http://en.wikipedia.org/wiki/Pattern_matching">Pattern matching</a></li> + <li>For detail, see <a href="http://en.wikipedia.org/wiki/Pattern_matching">Wikipedia: Pattern matching</a></li> <li>Syntax based on meta-programming, like &#8220;rspec&#8221;, and so on.</li> </ul> <p>Note: Default equivalence used in structured pattern matching is @@ -84,10 +84,13 @@ to the following block when the pattern matched.</p> <h3>Pattern matching expression</h3> <pre> +# If installed from gem +# require "rubygems" +# gem "patternmatching" require "patternmatching" # For DSL style code, include PatternMatching include PatternMatching @@ -203,11 +206,11 @@ <h2>How to submit patches</h2> - <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p> + <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the forum above.</p> <p>The trunk repository is <code>svn://rubyforge.org/var/svn/patternmatching/trunk</code> for anonymous access.</p> @@ -227,12 +230,24 @@ <h2>Contact</h2> - <p>Comments are welcome. Send an email to <a href="mailto:bellbind@gmail.com"><span class="caps">ICHIYAMA</span> Ryoichi</a>. <a href="http://d.hatena.ne.jp/bellbind">My blog</a> (written in Japanese) could be help you.</p> + <p>Comments are welcome. Send a message to the forum.</p> + + + <h2>Authors</h2> + + + <ul> + <li><span class="caps">ICHIYAMA</span> Ryoichi: bellbind at gmail dot com</li> + </ul> + + + <p><a href="http://d.hatena.ne.jp/bellbind">My blog</a> (written in Japanese) +could be help you.</p> <p class="coda"> - <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 4th June 2007<br> + <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 5th June 2007<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->