4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-08-14 15:28:09 +00:00

add links to questions at top of faq page

This commit is contained in:
Jesse Young
2011-09-23 16:44:06 -07:00
parent 62c9965238
commit 9a0b495abf
4 changed files with 74 additions and 13 deletions

View File

@@ -39,7 +39,22 @@
<h2>Frequently Asked Questions</h2>
<h4>
<ul class='faq_links'>
<li>
<a href='#q_alternative'>Instead of implementing a SMS gateway as an Android app, why not use X instead? (where X = Twilio, Tropo, Clickatell, FrontlineSMS, RapidSMS, Kannel, etc.)</a>
</li>
<li>
<a href='#q_phones'>What phones are compatible with EnvayaSMS?</a>
</li>
<li>
<a href='#q_envaya_org'>What is the relationship between EnvayaSMS and envaya.org?</a>
</li>
<li>
<a href='#q_kalsms'>What is the relationship between EnvayaSMS and KalSMS?</a>
</li>
</ul>
<h4 id='q_alternative'>
Instead of implementing a SMS gateway as an Android app, why not use X instead? (where X = Twilio, Tropo, Clickatell, FrontlineSMS, RapidSMS, Kannel, etc.)
</h4>
@@ -112,9 +127,7 @@
</p>
<h4>
What phones are compatible with EnvayaSMS?
</h4>
<h4 id='q_phones'>What phones are compatible with EnvayaSMS?</h4>
<p>
EnvayaSMS should work on any phone with Android 1.6 (Donut) or higher. As of 9/23/2011, over 579 different phone models are compatible with EnvayaSMS.
@@ -139,7 +152,7 @@ In particular, you do not need to register for <a href='http://envaya.org'>envay
For information about configuring a web server to connect to EnvayaSMS, see the <a href='serverapi.html'>API Reference</a> page.
</p>
<h4>What is the relationship between EnvayaSMS and envaya.org?</h4>
<h4 id='q_envaya_org'>What is the relationship between EnvayaSMS and envaya.org?</h4>
<p>
We originally developed EnvayaSMS to enable civil society organizations in East Africa to interact with
@@ -155,7 +168,7 @@ Development of EnvayaSMS is currently led by the <a href='http://envaya.org'>env
but anyone is welcome to contribute to improve it.
</p>
<h4>What is the relationship between EnvayaSMS and KalSMS?</h4>
<h4 id='q_kalsms'>What is the relationship between EnvayaSMS and KalSMS?</h4>
<p>
The source code for EnvayaSMS was originally based on <a href='https://github.com/niryariv/kalsms/'>KalSMS</a>, an open-source project