website/index.html in clickatell-0.4.1 vs website/index.html in clickatell-0.5.0
- old
+ new
@@ -14,11 +14,11 @@
<div id="wrapper">
<div id="container">
<div id="header">
- <h1>Clickatell Ruby API <span class="version">0.4.1</span>
+ <h1>Clickatell Ruby API <span class="version">0.5.0</span>
<span class="tagline">gem install clickatell</span></h1>
</div>
<div id="content">
@@ -35,13 +35,21 @@
<p>Download the <a href="http://rubyforge.org/projects/clickatell">latest version of gem</a> or install using RubyGems.</p>
<pre><code>$ sudo gem install clickatell</code></pre>
- <p>Getting the latest version from Subversion:</p>
+ <h4>Clickatell on GitHub</h4>
+ <p>The source repository for clickatell has been <a href="http://github.com/lukeredpath/clickatell/">moved to GitHub</a>.</p>
+
+
+<pre><code>git clone git://github.com/lukeredpath/clickatell.git</code></pre>
+
+ <p>You can still access the old subversion repository although this is unlikely to be updated:</p>
+
+
<pre><code>$ svn co svn://lukeredpath.co.uk/var/svn/opensource/clickatell/trunk clickatell-trunk</code></pre>
<p>You can view the <a href="/rdoc">RDoc documentation</a> and the <a href="/specs.html">code specs</a>.</p>
@@ -111,20 +119,26 @@
</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>
+ <p>You can also specify a custom Sender ID – 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><strong>Important note about custom sender IDs:</strong> Since November 2007, Clickatell have implemented a policy whereby all Sender IDs must be registered in your account centre before they can be used (the mobile number that you signed up with will have automatically been registered). If you try to specify a custom sender ID that has not been registered, the <span class="caps">SMS</span> will not be delivered.</p>
+
+
+ <p>In addition, if you do not specify a sender ID, a default Clickatell number will be used instead. If you are using the sms utility to send messages from your own number, make sure you have added the ‘from’ field to your .clickatell file otherwise you will need to specify it every time you send a message.</p>
+
+
<p>You can also use the <ins>sms</ins> utility to check your Clickatell account balance:</p>
<pre><code>
$ sms --show-balance
@@ -159,10 +173,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.4.1)</a> |
+ <a href="http://rubyforge.org/frs/?group_id=4295&release_id=13922">Download latest version (0.5.0)</a> |
<a href="rdoc/">RDoc</a>
</p>
</div>
</div>
</div>