website/index.txt in patternmatching-0.1.2 vs website/index.txt in patternmatching-0.1.3
- old
+ new
@@ -15,11 +15,11 @@
h2. The basics
This module provides methods for tree pattern matching features.
-* For detail, see Wikipedia: "Pattern matching":http://en.wikipedia.org/wiki/Pattern_matching
+* For detail, see "Wikipedia: Pattern matching":http://en.wikipedia.org/wiki/Pattern_matching
* Syntax based on meta-programming, like "rspec", and so on.
Note: Default equivalence used in structured pattern matching is
based on "<code>pattern === data</code>",
so "<code>foo(Numeric)</code>" matches "<code>foo(100)</code>".
@@ -34,10 +34,13 @@
in patterns is passed as variable
to the following block when the pattern matched.
<h3>Pattern matching expression</h3>
<pre>
+# If installed from gem
+# require "rubygems"
+# gem "patternmatching"
require "patternmatching"
# For DSL style code, include PatternMatching
include PatternMatching
@@ -150,11 +153,11 @@
Visit RubyForge project forum.
h2. How to submit patches
-Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
+Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the forum above.
The trunk repository is <code>svn://rubyforge.org/var/svn/patternmatching/trunk</code> for anonymous access.
h2. License
@@ -165,7 +168,13 @@
* "Web Site":http://patternmatching.rubyforge.org/
* "Project Page":http://rubyforge.org/projects/patternmatching/
h2. Contact
-Comments are welcome. Send an email to "ICHIYAMA Ryoichi":mailto:bellbind@gmail.com. "My blog":http://d.hatena.ne.jp/bellbind (written in Japanese) could be help you.
+Comments are welcome. Send a message to the forum.
+h2. Authors
+
+* ICHIYAMA Ryoichi: bellbind at gmail dot com
+
+"My blog":http://d.hatena.ne.jp/bellbind (written in Japanese)
+could be help you.