diff --git a/.phrozn/entries/comparison.twig b/.phrozn/entries/comparison/index.twig similarity index 97% rename from .phrozn/entries/comparison.twig rename to .phrozn/entries/comparison/index.twig index eeeee13..d9071f1 100755 --- a/.phrozn/entries/comparison.twig +++ b/.phrozn/entries/comparison/index.twig @@ -1,4 +1,6 @@ -
SMS gateways can be created using several alternative methods, including hosted services (e.g. Twilio, Tropo, Clickatell), connecting GSM phones/modems to a computer (e.g. FrontlineSMS, RapidSMS, Kannel), diff --git a/.phrozn/entries/faq.twig b/.phrozn/entries/faq/index.twig similarity index 93% rename from .phrozn/entries/faq.twig rename to .phrozn/entries/faq/index.twig index 188df98..d65b801 100755 --- a/.phrozn/entries/faq.twig +++ b/.phrozn/entries/faq/index.twig @@ -1,7 +1,6 @@ -layout: default.twig +id: faq +title: Frequently Asked Questions --- -
EnvayaSMS builds upon the idea of KalSMS by adding many new features that would be necessary for anyone deploying an SMS gateway in the field, such as sending more than 100 messages per hour, authenticating the phone to the server, and retrying forwarding messages after transient errors. -For a complete list of changes, see the History page. +For a complete list of changes, see the History page.
EnvayaSMS's server API is incompatible with that of KalSMS. Anyone switching from KalSMS to EnvayaSMS must -update their server to use the new API described on the API Reference page. +update their server to use the new API described on the API Reference page.
As of 2011, KalSMS is no longer actively developed, and new development will occur on the EnvayaSMS project. diff --git a/.phrozn/entries/history.twig b/.phrozn/entries/history/index.twig similarity index 98% rename from .phrozn/entries/history.twig rename to .phrozn/entries/history/index.twig index bbd1acf..8aa5655 100755 --- a/.phrozn/entries/history.twig +++ b/.phrozn/entries/history/index.twig @@ -1,5 +1,6 @@ -
In the simplest configuration, EnvayaSMS only needs to be installed on one phone. Suppose that you have installed EnvayaSMS on an Android phone in Dar es Salaam, diff --git a/.phrozn/entries/index.twig b/.phrozn/entries/index.twig index 22fbdcb..97f9316 100755 --- a/.phrozn/entries/index.twig +++ b/.phrozn/entries/index.twig @@ -1,11 +1,11 @@ +id: home layout: default.twig --- -
-Follow the instructions in the API Reference page to learn how to construct a +Follow the instructions in the API Reference page to learn how to construct a resource on your HTTP server that can communicate with EnvayaSMS.
EnvayaSMS communicates with the server via HTTP POST requests that expect an XML response.
diff --git a/.phrozn/layouts/default.twig b/.phrozn/layouts/default.twig index e9226ad..328ccd5 100755 --- a/.phrozn/layouts/default.twig +++ b/.phrozn/layouts/default.twig @@ -2,17 +2,17 @@ -+ +
SMS gateways can be created using several alternative methods, including hosted services (e.g. Twilio, Tropo, Clickatell), connecting GSM phones/modems to a computer (e.g. FrontlineSMS, RapidSMS, Kannel), and partnering directly with mobile operators. @@ -100,6 +101,7 @@ EnvayaSMS likely has lower throughput than hosted services or partnering with mobile operators, but should be able to forward up to a few thousand messages per phone per day.
+