<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,11 +6,23 @@ h2. Features
 
 Starting out small. The best place to find behaviour is reading the eunit based unit-tests inlined with the code.
 
-h3. Query arg parser (application/x-form-urlencoded)
+h3. Parser for application/x-form-urlencoded
 
-Aka GET query args. Both &amp; and ; as key-value separator.
+GET query args support both &amp; and ; as key-value separator. 
+
+    {&lt;&lt;&quot;/foo&quot;&gt;&gt;, [{&lt;&lt;&quot;x&quot;&gt;&gt;, &lt;&lt;&quot;1&quot;&gt;&gt;}]} = wwwerl:q(&quot;/foo?x=1&quot;).
+
+POST urlencoded data 
+
+    [{&lt;&lt;&quot;x&quot;&gt;&gt;, &lt;&lt;&quot;1&quot;&gt;&gt;}, {&lt;&lt;&quot;y&quot;&gt;&gt;, &lt;&lt;&quot;2&quot;&gt;&gt;}] = wwwerl:p(&quot;x=1&amp;y=2&quot;).
 
 h3. Percent-encoding unescaping
 
 &quot;Percent-encoding&quot;:http://en.wikipedia.org/wiki/Percent-encoding
 
+    &lt;&lt;&quot;Hello world!&quot;&gt;&gt; = wwwerl:unescape(&quot;Hello+world!&quot;),
+    &lt;&lt;&quot;Hello world!&quot;&gt;&gt; = wwwerl:unescape(&quot;Hello%20world!&quot;)
+
+h2. Tests
+
+    make test % runs the unit-tests</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fe226c45c9b62b1f73932373527d70a696d192cb</id>
    </parent>
  </parents>
  <author>
    <name>Christian Sunesson</name>
    <email>chsu79@gmail.com</email>
  </author>
  <url>http://github.com/noss/wwwerl/commit/0271443753afaa1b93b10266486bdac22fc84518</url>
  <id>0271443753afaa1b93b10266486bdac22fc84518</id>
  <committed-date>2009-10-28T15:00:26-07:00</committed-date>
  <authored-date>2009-10-28T15:00:26-07:00</authored-date>
  <message>Documenting the current status.</message>
  <tree>acc4e44211c6c52e54d8eccd254dad2775156fcd</tree>
  <committer>
    <name>Christian Sunesson</name>
    <email>chsu79@gmail.com</email>
  </committer>
</commit>
