website/index.html in clickatell-0.2.0 vs website/index.html in clickatell-0.3.0
- old
+ new
@@ -14,11 +14,11 @@
<div id="wrapper">
<div id="container">
<div id="header">
- <h1>Clickatell Ruby API <span class="version">0.2.0</span>
+ <h1>Clickatell Ruby API <span class="version">0.3.0</span>
<span class="tagline">gem install clickatell</span></h1>
</div>
<div id="content">
@@ -99,17 +99,37 @@
</code></pre>
<p>These values will take presedence over any values in your ~/.clickatell file.</p>
+ <p>You can also specify the name or number that will appear in the “From” label on the recipients phone. You can either add a “from” key to your .clickatell file or manually using the—from option:</p>
+
+
+<pre><code>
+$ sms --from 'Luke Redpath' 447771234567 'Hello from clickatell'
+</code></pre>
+
+ <p>The “from” option can either be a 16 digit number or an 11 character alpha-numeric string.</p>
+
+
<p>You can also use the <ins>sms</ins> utility to check your Clickatell account balance:</p>
<pre><code>
$ sms --show-balance
</code></pre>
+ <p>Whenever you send a message with the <ins>sms</ins> utility, it will return an alpha-numeric message ID. You can use this message ID to retrieve the message’s current status using the—status option:</p>
+
+
+<pre><code>
+$ sms --status 30b7d15bffb38695ba26e77c9c20f4ec
+</code></pre>
+
+ <p>This will return a message status and message status code.</p>
+
+
<p>Run <ins>sms</ins> without any arguments for a full list of options.</p>
<h3>License</h3>
@@ -127,10 +147,10 @@
<div id="footer_wrapper">
<div id="footer">
<p class="copyright">
<a href="http://rubyforge.org/projects/clickatell">Rubyforge Project Page</a> |
- <a href="http://rubyforge.org/frs/?group_id=4295&release_id=13922">Download latest version (0.2.0)</a> |
+ <a href="http://rubyforge.org/frs/?group_id=4295&release_id=13922">Download latest version (0.3.0)</a> |
<a href="rdoc/">RDoc</a>
</p>
</div>
</div>
</div>