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

Comparison to Alternative Methods

+id: comparison +title: Comparison to Alternative Methods +---

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

Frequently Asked Questions

-

What phones are compatible with EnvayaSMS?

@@ -56,11 +55,11 @@ EnvayaSMS is a complete rewrite that shares little code with KalSMS.

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

History

- +id: history +title: History +--- Version 2.0-beta (2011/09/22)