mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-06-27 19:29:23 +00:00
rename to EnvayaSMS
This commit is contained in:
42
index.html
42
index.html
@ -2,23 +2,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>KalSMS</title>
|
||||
<title>EnvayaSMS</title>
|
||||
<link rel='stylesheet' type='text/css' href='styles/site.css' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="http://github.com/youngj/KalSMS"><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>
|
||||
<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">
|
||||
|
||||
<h1><a href="index.html">KalSMS</a>
|
||||
<a style='float:left' href="index.html"><img src='media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
|
||||
<h1 style='padding-top:13px'><a href="index.html">EnvayaSMS</a>
|
||||
|
||||
<span class="small">
|
||||
SMS/MMS gateway for Android
|
||||
</span>
|
||||
SMS gateway for Android
|
||||
</span>
|
||||
|
||||
</h1>
|
||||
|
||||
<div class='menu'>
|
||||
<div class='menu' style='clear:both;padding-top:5px'>
|
||||
<a href='index.html'>Home</a>
|
||||
·
|
||||
<a href='install.html'>Install</a>
|
||||
@ -35,13 +37,13 @@
|
||||
|
||||
<p>
|
||||
<div style='float:right;padding-left:10px;padding-bottom:10px'>
|
||||
<img src='media/screenshot-main.png' width='211' height='347' />
|
||||
<img src='media/screenshot-main.png' width='212' height='350' />
|
||||
<br />
|
||||
<img src='media/screenshot-settings.png' width='211' height='347' />
|
||||
<img src='media/screenshot-settings.png' width='212' height='350' />
|
||||
|
||||
</div>
|
||||
|
||||
KalSMS is a SMS/MMS gateway running entirely as an Android app.
|
||||
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
|
||||
@ -50,7 +52,7 @@ outgoing messages from the web server to other phones.
|
||||
|
||||
<p>
|
||||
People with any type of mobile phone can send SMS and MMS to a phone
|
||||
running KalSMS, without needing their own Android phone.
|
||||
running EnvayaSMS, without needing their own Android phone.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -58,40 +60,40 @@ It works wherever the phone can receive SMS messages and access the Internet
|
||||
(via Wi-Fi or mobile data connection).
|
||||
</p>
|
||||
|
||||
<h2>Why KalSMS?</h2>
|
||||
<h2>Why EnvayaSMS?</h2>
|
||||
|
||||
<p>
|
||||
KalSMS can be used to enable a web service to send and receive SMS and MMS messages
|
||||
EnvayaSMS can be used to enable a 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 KalSMS
|
||||
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>
|
||||
KalSMS is designed to to be maintainable even when deployed in remote locations
|
||||
that cannot easily be accessed by your organization's technical staff. KalSMS is simple
|
||||
EnvayaSMS is designed to to be maintainable even when deployed in remote locations
|
||||
that cannot easily be accessed by your organization's technical staff. EnvayaSMS is simple
|
||||
enough for non-technical users to do all setup and maintenance of deployed phones.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Price</h2>
|
||||
<p>
|
||||
KalSMS is free to install on as many phones as you'd like.
|
||||
EnvayaSMS is free to install on as many phones as you'd like.
|
||||
</p>
|
||||
<p>
|
||||
In order to deploy KalSMS, you will need a messaging plan for your phone, and the phone itself.
|
||||
KalSMS is compatible with many old or inexpensive Android phones, e.g. the LG GT540, currently $120 on Amazon.com.
|
||||
In order to deploy EnvayaSMS, you will need a messaging plan for your phone, and the phone itself.
|
||||
EnvayaSMS is compatible with many old or inexpensive Android phones, e.g. the LG GT540, currently $120 on Amazon.com.
|
||||
</p>
|
||||
|
||||
<a href='install.html' class='button'>
|
||||
Install KalSMS Now
|
||||
Install EnvayaSMS Now
|
||||
</a>
|
||||
|
||||
<div class="footer">
|
||||
get the source code on GitHub : <a href="http://github.com/youngj/KalSMS">youngj/KalSMS</a>
|
||||
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user