5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-11-09 10:20:25 +00:00
envayasms/index.html
2013-03-02 00:20:39 -08:00

145 lines
4.8 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="cache-control" content="no-cache, must-revalidate" >
<title>EnvayaSMS</title>
<link rel='stylesheet' type='text/css' href='/styles/site.css' />
</head>
<body>
<a href="http://github.com/youngj/EnvayaSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container">
<a style='float:left' href="/"><img src='/media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
<h1 style='padding-top:13px'><a href="/">EnvayaSMS</a>
<span class="small">
SMS gateway for Android
</span>
</h1>
<div class='menu' style='clear:both;padding-top:5px'>
<a class='active' href='/'>Home</a>
&middot;
<a href='/install/'>Install</a>
&middot;
<a href='/test/'>Test</a>
&middot;
<a href='/how/'>How it Works</a>
&middot;
<a href='/serverapi/'>API Reference</a>
&middot;
<a href='/faq/'>FAQ</a>
&middot;
<a href='/history/'>History</a>
&middot;
<a href='/community/'>Community</a>
</div>
<h2></h2>
<p>
<div style='float:right;padding-left:10px;padding-bottom:10px'>
<img src='/media/screenshot-main.png?v2' width='210' height='350' style='border:1px solid black' />
<br />
<img src='/media/screenshot-settings.png?v2' width='210' height='350' style='border:1px solid black' />
<br />
<img src='/media/screenshot-pending.png' width='212' height='350' />
</div>
<div style='color:white;background-color:#666;padding:10px;margin:15px 0px;width:400px'>
<em>Note: EnvayaSMS is currently not actively developed.</em>
<p>
Its successor is <a style='color:white;font-weight:bold;' href='http://telerivet.com'>Telerivet</a>,
a service that makes it easy for anyone to deploy their own SMS service anywhere in the world using an Android phone.
</p>
<p>
Whereas EnvayaSMS requires significant technical expertise to integrate with an existing software system, Telerivet is a complete product
that is easy for software developers as well as end-users.
</p>
<a href='http://telerivet.com' style='color:white;font-weight:bold'>Go to Telerivet.com</a>
</div>
EnvayaSMS is a SMS and MMS gateway running entirely as an Android app.
<p>
It forwards incoming SMS and MMS messages to a web server on the Internet, and sends
outgoing messages from the web server to other phones.
</p>
<p>
People with any type of mobile phone can send SMS and MMS to a phone
running EnvayaSMS, without needing their own Android phone.
</p>
<p>
It works wherever the phone can receive SMS messages and access the Internet
(via Wi-Fi or mobile data connection).
</p>
<h2>Why EnvayaSMS?</h2>
<p>
EnvayaSMS can be used to enable any web service to send and receive SMS and MMS messages
nearly anywhere in the world.
</p>
<p> In particular, it is useful in countries where obtaining a local virtual phone number
or SMS shortcode is difficult, expensive, or impossible. A phone running EnvayaSMS
connects to the phone network in the same way as any other mobile phone,
so it can be set up without needing approval from anyone else.
</p>
<p>
EnvayaSMS is designed to to be maintainable even when deployed in remote locations
that cannot easily be accessed by your organization's technical staff.
With minimal training, non-technical users can do all setup and maintenance of deployed phones.
</p>
<h2>Price</h2>
<p>
EnvayaSMS is free to install on as many phones as you'd like.
</p>
<p>
In order to deploy EnvayaSMS, you will need an Android phone with service on a mobile network.
EnvayaSMS is compatible with many old or inexpensive Android phones.
</p>
<p>
Before deploying EnvayaSMS, you can test EnvayaSMS without an Android phone
by installing EnvayaSMS on an emulated phone on your computer. <a href='/test/'>Learn more...</a>
</p>
<br />
<a href='/install/' class='button' style='margin-left:110px;'>
Install EnvayaSMS Now
</a>
<div class="footer">
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25868450-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>