From da58df6ad1eb8f632e792fffb2079d9bbc174e8c Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Fri, 23 Sep 2011 15:18:36 -0700 Subject: [PATCH] add titles and reorganize to avoid showing .html extension --- .../index.twig} | 4 +- .phrozn/entries/{faq.twig => faq/index.twig} | 9 ++-- .../{history.twig => history/index.twig} | 5 ++- .phrozn/entries/{how.twig => how/index.twig} | 6 ++- .phrozn/entries/index.twig | 8 ++-- .../{install.twig => install/index.twig} | 13 +++--- .../{serverapi.twig => serverapi/index.twig} | 5 +-- .phrozn/layouts/default.twig | 26 ++++++------ .phrozn/styles/site.css | 10 +++++ comparison.html => comparison/index.html | 30 ++++++------- download.html | 42 ------------------- faq.html => faq/index.html | 34 +++++++-------- history.html => history/index.html | 30 ++++++------- how.html => how/index.html | 30 ++++++------- index.html | 33 ++++++++------- install.html => install/index.html | 38 ++++++++--------- serverapi.html => serverapi/index.html | 30 ++++++------- styles/site.css | 10 +++++ 18 files changed, 174 insertions(+), 189 deletions(-) rename .phrozn/entries/{comparison.twig => comparison/index.twig} (97%) rename .phrozn/entries/{faq.twig => faq/index.twig} (93%) rename .phrozn/entries/{history.twig => history/index.twig} (98%) rename .phrozn/entries/{how.twig => how/index.twig} (98%) rename .phrozn/entries/{install.twig => install/index.twig} (90%) rename .phrozn/entries/{serverapi.twig => serverapi/index.twig} (99%) rename comparison.html => comparison/index.html (83%) delete mode 100755 download.html rename faq.html => faq/index.html (83%) rename history.html => history/index.html (83%) rename how.html => how/index.html (87%) rename install.html => install/index.html (82%) rename serverapi.html => serverapi/index.html (95%) 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)