From 9a0b495abf2eb4ca7f82001e2ea342bf1436064d Mon Sep 17 00:00:00 2001
From: Jesse Young
@@ -75,9 +95,7 @@ title: Frequently Asked Questions
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.
@@ -102,7 +120,7 @@ In particular, you do not need to register for envay
For information about configuring a web server to connect to EnvayaSMS, see the API Reference page.
We originally developed EnvayaSMS to enable civil society organizations in East Africa to interact with
@@ -118,7 +136,7 @@ Development of EnvayaSMS is currently led by the env
but anyone is welcome to contribute to improve it.
The source code for EnvayaSMS was originally based on KalSMS, an open-source project
diff --git a/.phrozn/styles/site.css b/.phrozn/styles/site.css
index fdda47b..50ade16 100755
--- a/.phrozn/styles/site.css
+++ b/.phrozn/styles/site.css
@@ -85,4 +85,19 @@ a.button:hover
img
{
border:0px;
+}
+
+.faq_links li
+{
+ padding-bottom:5px;
+}
+
+.faq_links a
+{
+ text-decoration:none;
+}
+
+.faq_links a:hover
+{
+ text-decoration:underline;
}
\ No newline at end of file
diff --git a/faq/index.html b/faq/index.html
index bd227b8..2aa6cba 100755
--- a/faq/index.html
+++ b/faq/index.html
@@ -39,7 +39,22 @@
- Instead of implementing a SMS gateway as an Android app, why not use X instead? (where X = Twilio, Tropo, Clickatell, FrontlineSMS, RapidSMS, Kannel, etc.)
+
+
+
+
+ {{ this.q_alternative }}
-What phones are compatible with EnvayaSMS?
-
+{{ this.q_phones }}
What is the relationship between EnvayaSMS and envaya.org?
+{{ this.q_envaya_org }}
What is the relationship between EnvayaSMS and KalSMS?
+{{ this.q_kalsms }}
Frequently Asked Questions
-
+
+
+
+
Instead of implementing a SMS gateway as an Android app, why not use X instead? (where X = Twilio, Tropo, Clickatell, FrontlineSMS, RapidSMS, Kannel, etc.)
@@ -112,9 +127,7 @@
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 envay For information about configuring a web server to connect to EnvayaSMS, see the API Reference page.
-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 env but anyone is welcome to contribute to improve it.
-The source code for EnvayaSMS was originally based on KalSMS, an open-source project diff --git a/styles/site.css b/styles/site.css index fdda47b..50ade16 100755 --- a/styles/site.css +++ b/styles/site.css @@ -85,4 +85,19 @@ a.button:hover img { border:0px; +} + +.faq_links li +{ + padding-bottom:5px; +} + +.faq_links a +{ + text-decoration:none; +} + +.faq_links a:hover +{ + text-decoration:underline; } \ No newline at end of file