Homepage and readme updates
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
### TextBelt
 | 
					### TextBelt
 | 
				
			||||||
TextBelt (http://textbelt.com) is a texting API that uses carrier-specific gateways to deliver your text messages for free.  This is nice for a low-cost texting app or testing without running down your Twilio balance.  Over 100k texts have been sent via Textbelt.
 | 
					TextBelt (http://textbelt.com) is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads.  The service is fairly reliable and has sent over 100,000 texts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Send a text with a simple POST request:
 | 
					Send a text with a simple POST request:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -9,6 +9,8 @@ $ curl http://textbelt.com/text \
 | 
				
			|||||||
   -d "message=I sent this message for free with textbelt.com"
 | 
					   -d "message=I sent this message for free with textbelt.com"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`number` and `message` parameters are required.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Success and Failure
 | 
					### Success and Failure
 | 
				
			||||||
Sample success:
 | 
					Sample success:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,40 +1,27 @@
 | 
				
			|||||||
<!doctype html>
 | 
					<!DOCTYPE HTML>
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <meta charset="utf-8">
 | 
					<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 | 
				
			||||||
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
 | 
					 <meta name="description" content="Ian Webster's personal site.">
 | 
				
			||||||
<title>TextBelt - Free Texting API - No Ads</title>
 | 
					<title>TextBelt - Free Texting API - No Ads</title>
 | 
				
			||||||
    <link rel="stylesheet" href="http://typpo.github.com/textbelt/stylesheets/styles.css">
 | 
					<link href="http://ianww.com/bootstrap.min.css" rel="stylesheet" />
 | 
				
			||||||
    <link rel="stylesheet" href="http://typpo.github.com/textbelt/stylesheets/pygment_trac.css">
 | 
					<link href="http://ianww.com/main.css" rel="stylesheet" />
 | 
				
			||||||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
 | 
					 | 
				
			||||||
    <script src="http://typpo.github.com/textbelt/javascripts/respond.js"></script>
 | 
					 | 
				
			||||||
    <!--[if lt IE 9]>
 | 
					 | 
				
			||||||
      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
 | 
					 | 
				
			||||||
    <![endif]-->
 | 
					 | 
				
			||||||
    <!--[if lt IE 8]>
 | 
					 | 
				
			||||||
    <link rel="stylesheet" href="stylesheets/ie.css">
 | 
					 | 
				
			||||||
    <![endif]-->
 | 
					 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
 | 
					 | 
				
			||||||
<style>
 | 
					<style>
 | 
				
			||||||
.mute {
 | 
					.mute {
 | 
				
			||||||
      color: #aaa;
 | 
					  color: #909090;
 | 
				
			||||||
  font-size: 10px;
 | 
					  font-size: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
 | 
					<div>
 | 
				
			||||||
    <div class="wrapper">
 | 
					<div class="content drop-shadow lifted">
 | 
				
			||||||
 | 
					<div class="name_container">
 | 
				
			||||||
      <section>
 | 
					 | 
				
			||||||
        <div id="title">
 | 
					 | 
				
			||||||
<h1>TextBelt</h1>
 | 
					<h1>TextBelt</h1>
 | 
				
			||||||
          <p>Free API for outgoing texts.
 | 
					<p style="margin-left:2px">A free, open source API for outgoing texts.</p>
 | 
				
			||||||
 | 
					<p style="color:#909090">Maintained by <a href="#">Ian Webster</a>.  Open source on <a href="#">github</a>.</p>
 | 
				
			||||||
          </p>
 | 
					<div class="wrapper" style="float:right; margin-top:-33px">
 | 
				
			||||||
          <hr>
 | 
					    <div id="title">
 | 
				
			||||||
          <span class="credits left">Project maintained by <a href="http://www.ianww.com/">Ian Webster</a>. Source on <a href="http://github.com/typpo/textbelt">github</a>.</span>
 | 
					 | 
				
			||||||
          <span class="credits right" style="margin-top:-20px">
 | 
					 | 
				
			||||||
      <p>
 | 
					      <p>
 | 
				
			||||||
      <span class='st_facebook'></span>
 | 
					      <span class='st_facebook'></span>
 | 
				
			||||||
      <span class='st_twitter'></span>
 | 
					      <span class='st_twitter'></span>
 | 
				
			||||||
@@ -42,8 +29,10 @@
 | 
				
			|||||||
      </p>
 | 
					      </p>
 | 
				
			||||||
      </span>
 | 
					      </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads.  Textbelt is fairly reliable and has sent over 100,000 texts.</p>
 | 
					<p>TextBelt is an outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads.  The service is fairly reliable and has sent over 100,000 texts.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>Send a text with a simple POST request:</p>
 | 
					<p>Send a text with a simple POST request:</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -52,7 +41,7 @@
 | 
				
			|||||||
   -d "message=I sent this message for free with textbelt.com"
 | 
					   -d "message=I sent this message for free with textbelt.com"
 | 
				
			||||||
</code></pre>
 | 
					</code></pre>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p> <i>number</i> and <i>message</i> parameters are required.</p>
 | 
					<p> <code>number</code> and <code>message</code> parameters are required.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h3>Success and Failure</h3>
 | 
					<h3>Success and Failure</h3>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -97,7 +86,7 @@ Canadian and international support may not be complete.  Please refer to the lis
 | 
				
			|||||||
<h3>About</h3>
 | 
					<h3>About</h3>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
This project is maintained by <a href="http://www.ianww.com/">Ian Webster</a>.
 | 
					This project is maintained by <a href="http://www.ianww.com/">Ian Webster</a> and available on <a href="http://github.com/typpo/textbelt">Github</a>.
 | 
				
			||||||
<div>
 | 
					<div>
 | 
				
			||||||
<a href="https://mixpanel.com/f/partner"><img src="https://mixpanel.com/site_media/images/partner/badge_blue.png" alt="Mobile and Web Analytics" /></a>
 | 
					<a href="https://mixpanel.com/f/partner"><img src="https://mixpanel.com/site_media/images/partner/badge_blue.png" alt="Mobile and Web Analytics" /></a>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
@@ -105,6 +94,8 @@ This project is maintained by <a href="http://www.ianww.com/">Ian Webster</a>.
 | 
				
			|||||||
      </section>
 | 
					      </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</div></div>
 | 
				
			||||||
    <!-- start Mixpanel --><script type="text/javascript">(function(d,c){var a,b,g,e;a=d.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===d.location.protocol?"https:":"http:")+'//api.mixpanel.com/site_media/js/api/mixpanel.2.js';b=d.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);c._i=[];c.init=function(a,d,f){var b=c;"undefined"!==typeof f?b=c[f]=[]:f="mixpanel";g="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config".split(" ");
 | 
					    <!-- start Mixpanel --><script type="text/javascript">(function(d,c){var a,b,g,e;a=d.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===d.location.protocol?"https:":"http:")+'//api.mixpanel.com/site_media/js/api/mixpanel.2.js';b=d.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);c._i=[];c.init=function(a,d,f){var b=c;"undefined"!==typeof f?b=c[f]=[]:f="mixpanel";g="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config".split(" ");
 | 
				
			||||||
      for(e=0;e<g.length;e++)(function(a){b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,0)))}})(g[e]);c._i.push([a,d,f])};window.mixpanel=c})(document,[]);
 | 
					      for(e=0;e<g.length;e++)(function(a){b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,0)))}})(g[e]);c._i.push([a,d,f])};window.mixpanel=c})(document,[]);
 | 
				
			||||||
      mixpanel.init("6e6e6b71ed5ada4504c52d915388d73d");</script><!-- end Mixpanel -->
 | 
					      mixpanel.init("6e6e6b71ed5ada4504c52d915388d73d");</script><!-- end Mixpanel -->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user