+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)
diff --git a/.phrozn/entries/how.twig b/.phrozn/entries/how/index.twig
similarity index 98%
rename from .phrozn/entries/how.twig
rename to .phrozn/entries/how/index.twig
index ed7a333..b031932 100755
--- a/.phrozn/entries/how.twig
+++ b/.phrozn/entries/how/index.twig
@@ -1,5 +1,7 @@
-
How it Works
-
+id: how
+layout: default.twig
+title: How it Works
+---
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
---
-
-
+
-
+
@@ -54,6 +54,6 @@ It works wherever the phone can receive SMS messages and access the Internet
EnvayaSMS is compatible with many old or inexpensive Android phones, e.g. the LG GT540, currently $120 on Amazon.com.
-
+
Install EnvayaSMS Now
\ No newline at end of file
diff --git a/.phrozn/entries/install.twig b/.phrozn/entries/install/index.twig
similarity index 90%
rename from .phrozn/entries/install.twig
rename to .phrozn/entries/install/index.twig
index 4b1ac27..2dbcbeb 100755
--- a/.phrozn/entries/install.twig
+++ b/.phrozn/entries/install/index.twig
@@ -1,7 +1,6 @@
-layout: default.twig
+id: install
+title: Installing EnvayaSMS
---
-
Installing EnvayaSMS
-
Before installing EnvayaSMS, ensure that you have the following prerequisites:
@@ -21,12 +20,12 @@ Using an Android phone, open
+
-
+
@@ -43,14 +42,14 @@ It is assumed that your organization already has an HTTP server, or has the tech
-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.
Phone Configuration
-
+
diff --git a/.phrozn/entries/serverapi.twig b/.phrozn/entries/serverapi/index.twig
similarity index 99%
rename from .phrozn/entries/serverapi.twig
rename to .phrozn/entries/serverapi/index.twig
index c68ef52..66ccee6 100755
--- a/.phrozn/entries/serverapi.twig
+++ b/.phrozn/entries/serverapi/index.twig
@@ -1,7 +1,6 @@
-layout: default.twig
+id: serverapi
+title: Server API Reference
---
-
Server API Reference
-
EnvayaSMS communicates with the server via HTTP POST requests that expect an XML response.
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.