5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-11-09 10:20:25 +00:00

misc editing

This commit is contained in:
Jesse Young 2011-10-01 19:00:24 -07:00
parent b30d45ab9a
commit 41b391de4f
10 changed files with 32 additions and 38 deletions

View File

@ -60,7 +60,7 @@ via the cell phone with number <code>+255987654321</code>.
<li><code>example.com</code> wants to send an SMS message to <code>+255555551234</code></li>
<li><code>example.com</code> identifies that the recipient number has a <code>255</code>
prefix, and chooses sender phone number <code>+255987654321</code></li>
<li>The next time EnvayaSMS polls <code>example.com</code> for queued outgoing messages
<li>The next time EnvayaSMS polls <code>example.com</code> for outgoing messages
for its phone number <code>+255987654321</code>, the server responds with
the message to send
</li>

View File

@ -41,8 +41,8 @@ It works wherever the phone can receive SMS messages and access the Internet
<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. EnvayaSMS is simple
enough for non-technical users to do all setup and maintenance of deployed phones.
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>
@ -51,14 +51,14 @@ It works wherever the phone can receive SMS messages and access the Internet
EnvayaSMS is free to install on as many phones as you'd like.
</p>
<p>
In order to deploy EnvayaSMS, you will need a messaging plan for your phone, and the phone itself.
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, e.g. the LG GT540, currently $120 on Amazon.com.
</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>

View File

@ -4,18 +4,16 @@ title: Installing EnvayaSMS
In order to install and deploy EnvayaSMS, you will need the following prerequisites:
<ul>
<li>One or more Android phones (1.6 or higher),
registered on a mobile network
<li>An Android phone (1.6 or higher), registered on a mobile network
</li>
<li>A way for the phones to connect to the internet, either via Wi-Fi
or the mobile data service<br />
(Even if using Wi-Fi, mobile data
service is necessary to receive MMS messages.) </li>
<li>A way for the phone to connect to the internet, either via Wi-Fi
or mobile data service<br />
(Even with Wi-Fi, mobile data service is necessary to receive MMS messages.)</li>
<li>A web server accessible from the public internet</li>
</ul>
<p>
Note: If you don't have these prerequisites yet, you can <a href='/test/'>test EnvayaSMS on your computer</a>.
Note: If you don't have an Android phone yet, you can <a href='/test/'>test EnvayaSMS on your computer</a>.
</p>
To install EnvayaSMS on an Android phone, open EnvayaSMS on Android Market by clicking the link below from your phone's browser, or scanning the barcode with a QR code app.<br />
@ -104,8 +102,8 @@ EnvayaSMS app is open. If you want to use SMS normally again, return to EnvayaSM
and uncheck "Enable EnvayaSMS".</p>
<p>If you're testing EnvayaSMS with an Android phone that you're also using for normal communication,
you can enable "Test mode" on the settings screen so that EnvayaSMS only handles SMS messages
from particular phone numbers.</p>
you can enable "Test mode" on the settings screen. When Test mode is enabled, EnvayaSMS will only handle SMS messages
from the phone numbers you specify.</p>
<h3 id='expansion'>Installing Expansion Packs</h3>
@ -115,16 +113,15 @@ from particular phone numbers.</p>
</p>
<p>
Each Expansion Pack allows EnvayaSMS to increase its sending limit by an additional 100 outgoing SMS messages
per hour. For example, if you install 14 expansion packs, EnvayaSMS will be able to send up to 1500 outgoing SMS messages
per hour. For example, if you install 8 expansion packs, EnvayaSMS will be able to send up to 900 outgoing SMS messages
per hour.
</p>
<p>
<a href="https://market.android.com/details?id=org.envaya.sms.pack01">Install EnvayaSMS Expansion Pack 01</a>
</p>
<p>
With Expansion Packs, EnvayaSMS is limited only by how fast your phone can send and receive SMS,
With Expansion Packs, EnvayaSMS is limited only by how fast your phone can send and receive SMS (likely about 1000 messages/hour),
and by your mobile provider's usage limits and terms of service.
</p>
<p>
</p>

View File

@ -15,7 +15,7 @@ without needing to get an actual phone or subscribe to mobile service.
The following steps explain how to set up EnvayaSMS on an Android Virtual Device:
</p>
<ol>
<li>Install the <a href='http://developer.android.com/sdk/'>Android SDK</a> on your computer (where you are running a "dev" copy of your website)</li>
<li>Install the <a href='http://developer.android.com/sdk/'>Android SDK</a> on your computer</li>
<li>Create a new Android Virtual Device with a target of Android 1.6 or higher. Specify a size for the SD card (necessary to download EnvayaSMS via the browser)</li>
<li>Start the virtual device</li>
<li>Open the Browser app and go to <a href='/install/'>sms.envaya.org/install</a></li>

View File

@ -69,7 +69,7 @@ pre {
background: #eee; color: #333; padding: 5px;
}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
.footer { text-align:center; clear:both; padding-top:30px; font-style: italic; }
.button
{

View File

@ -99,7 +99,7 @@ via the cell phone with number <code>+255987654321</code>.
<li><code>example.com</code> wants to send an SMS message to <code>+255555551234</code></li>
<li><code>example.com</code> identifies that the recipient number has a <code>255</code>
prefix, and chooses sender phone number <code>+255987654321</code></li>
<li>The next time EnvayaSMS polls <code>example.com</code> for queued outgoing messages
<li>The next time EnvayaSMS polls <code>example.com</code> for outgoing messages
for its phone number <code>+255987654321</code>, the server responds with
the message to send
</li>

View File

@ -81,8 +81,8 @@ It works wherever the phone can receive SMS messages and access the Internet
<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. EnvayaSMS is simple
enough for non-technical users to do all setup and maintenance of deployed phones.
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>
@ -91,14 +91,14 @@ It works wherever the phone can receive SMS messages and access the Internet
EnvayaSMS is free to install on as many phones as you'd like.
</p>
<p>
In order to deploy EnvayaSMS, you will need a messaging plan for your phone, and the phone itself.
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, e.g. the LG GT540, currently $120 on Amazon.com.
</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>

View File

@ -44,18 +44,16 @@
In order to install and deploy EnvayaSMS, you will need the following prerequisites:
<ul>
<li>One or more Android phones (1.6 or higher),
registered on a mobile network
<li>An Android phone (1.6 or higher), registered on a mobile network
</li>
<li>A way for the phones to connect to the internet, either via Wi-Fi
or the mobile data service<br />
(Even if using Wi-Fi, mobile data
service is necessary to receive MMS messages.) </li>
<li>A way for the phone to connect to the internet, either via Wi-Fi
or mobile data service<br />
(Even with Wi-Fi, mobile data service is necessary to receive MMS messages.)</li>
<li>A web server accessible from the public internet</li>
</ul>
<p>
Note: If you don't have these prerequisites yet, you can <a href='/test/'>test EnvayaSMS on your computer</a>.
Note: If you don't have an Android phone yet, you can <a href='/test/'>test EnvayaSMS on your computer</a>.
</p>
To install EnvayaSMS on an Android phone, open EnvayaSMS on Android Market by clicking the link below from your phone's browser, or scanning the barcode with a QR code app.<br />
@ -144,8 +142,8 @@ EnvayaSMS app is open. If you want to use SMS normally again, return to EnvayaSM
and uncheck "Enable EnvayaSMS".</p>
<p>If you're testing EnvayaSMS with an Android phone that you're also using for normal communication,
you can enable "Test mode" on the settings screen so that EnvayaSMS only handles SMS messages
from particular phone numbers.</p>
you can enable "Test mode" on the settings screen. When Test mode is enabled, EnvayaSMS will only handle SMS messages
from the phone numbers you specify.</p>
<h3 id='expansion'>Installing Expansion Packs</h3>
@ -155,18 +153,17 @@ from particular phone numbers.</p>
</p>
<p>
Each Expansion Pack allows EnvayaSMS to increase its sending limit by an additional 100 outgoing SMS messages
per hour. For example, if you install 14 expansion packs, EnvayaSMS will be able to send up to 1500 outgoing SMS messages
per hour. For example, if you install 8 expansion packs, EnvayaSMS will be able to send up to 900 outgoing SMS messages
per hour.
</p>
<p>
<a href="https://market.android.com/details?id=org.envaya.sms.pack01">Install EnvayaSMS Expansion Pack 01</a>
</p>
<p>
With Expansion Packs, EnvayaSMS is limited only by how fast your phone can send and receive SMS,
With Expansion Packs, EnvayaSMS is limited only by how fast your phone can send and receive SMS (likely about 1000 messages/hour),
and by your mobile provider's usage limits and terms of service.
</p>
<p>
</p>
<div class="footer">

View File

@ -69,7 +69,7 @@ pre {
background: #eee; color: #333; padding: 5px;
}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
.footer { text-align:center; clear:both; padding-top:30px; font-style: italic; }
.button
{

View File

@ -55,7 +55,7 @@ without needing to get an actual phone or subscribe to mobile service.
The following steps explain how to set up EnvayaSMS on an Android Virtual Device:
</p>
<ol>
<li>Install the <a href='http://developer.android.com/sdk/'>Android SDK</a> on your computer (where you are running a "dev" copy of your website)</li>
<li>Install the <a href='http://developer.android.com/sdk/'>Android SDK</a> on your computer</li>
<li>Create a new Android Virtual Device with a target of Android 1.6 or higher. Specify a size for the SD card (necessary to download EnvayaSMS via the browser)</li>
<li>Start the virtual device</li>
<li>Open the Browser app and go to <a href='/install/'>sms.envaya.org/install</a></li>