diff --git a/.phrozn/entries/faq/index.twig b/.phrozn/entries/faq/index.twig index 7ad3fb9..5eea0aa 100755 --- a/.phrozn/entries/faq/index.twig +++ b/.phrozn/entries/faq/index.twig @@ -1,9 +1,29 @@ id: faq title: Frequently Asked Questions +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.) +q_phones: What phones are compatible with EnvayaSMS? +q_envaya_org: What is the relationship between EnvayaSMS and envaya.org? +q_kalsms: What is the relationship between EnvayaSMS and KalSMS? + --- -

- 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 }}

@@ -75,9 +95,7 @@ title: Frequently Asked Questions

-

-What phones are compatible with EnvayaSMS? -

+

{{ this.q_phones }}

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.

-

What is the relationship between EnvayaSMS and envaya.org?

+

{{ this.q_envaya_org }}

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.

-

What is the relationship between EnvayaSMS and KalSMS?

+

{{ this.q_kalsms }}

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 @@

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 @@

-

-What phones are compatible with EnvayaSMS? -

+

What phones are compatible with EnvayaSMS?

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.

-

What is the relationship between EnvayaSMS and envaya.org?

+

What is the relationship between EnvayaSMS and envaya.org?

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.

-

What is the relationship between EnvayaSMS and KalSMS?

+

What is the relationship between EnvayaSMS and KalSMS?

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