From 43ed6bd2dacad117ac80c8fd3360b5e7c179ec3b Mon Sep 17 00:00:00 2001
From: Jesse Young
Date: Tue, 27 Sep 2011 15:47:02 -0700
Subject: [PATCH] add test action to server api page, fix broken link
---
.phrozn/entries/faq/index.twig | 2 +-
.phrozn/entries/how/index.twig | 2 +-
.phrozn/entries/serverapi/index.twig | 11 ++++++++---
faq/index.html | 2 +-
how/index.html | 2 +-
serverapi/index.html | 11 ++++++++---
6 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/.phrozn/entries/faq/index.twig b/.phrozn/entries/faq/index.twig
index 5b378a9..4fac954 100755
--- a/.phrozn/entries/faq/index.twig
+++ b/.phrozn/entries/faq/index.twig
@@ -125,7 +125,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.
+For information about configuring a web server to connect to EnvayaSMS, see the API Reference page.
{{ this.q_envaya_org }}
diff --git a/.phrozn/entries/how/index.twig b/.phrozn/entries/how/index.twig
index 636b08d..3875569 100755
--- a/.phrozn/entries/how/index.twig
+++ b/.phrozn/entries/how/index.twig
@@ -16,7 +16,7 @@ Suppose also that your web server is example.com
, and its servers a
In Dar es Salaam, you would put the Android phone in an office with internet access and a Wi-Fi router,
and connect the phone to the Wi-Fi network. (Wi-Fi is not strictly necessary, since EnvayaSMS will also
-work over the phone's mobile data connection, but Wi-Fi is likely to be more reliable and cheaper.)
+work over the phone's mobile data connection, but Wi-Fi is likely to be faster, cheaper, and more reliable.)
diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig
index 4c129c0..84432af 100755
--- a/.phrozn/entries/serverapi/index.twig
+++ b/.phrozn/entries/serverapi/index.twig
@@ -181,7 +181,7 @@ The following parameters are sent in all POST requests from EnvayaSMS:
are running EnvayaSMS.
-
"action" ::= "outgoing" | "incoming" | "send_status"
+ "action" ::= "outgoing" | "incoming" | "send_status" | "test"
The request action determines the purpose of the HTTP request:
@@ -195,12 +195,17 @@ The following parameters are sent in all POST requests from EnvayaSMS:
Forward an incoming SMS or MMS message to the server
-
-
+
"send_status":
Update the server on the status of sending an outgoing message
+
+ "test":
+
+ Test the server connection.
+
+
The other POST parameters sent depend on the request action.
diff --git a/faq/index.html b/faq/index.html
index 608c7c9..be57939 100755
--- a/faq/index.html
+++ b/faq/index.html
@@ -156,7 +156,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.
+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?
diff --git a/how/index.html b/how/index.html
index 674c185..da7ab25 100755
--- a/how/index.html
+++ b/how/index.html
@@ -53,7 +53,7 @@ Suppose also that your web server is example.com
, and its servers a
In Dar es Salaam, you would put the Android phone in an office with internet access and a Wi-Fi router,
and connect the phone to the Wi-Fi network. (Wi-Fi is not strictly necessary, since EnvayaSMS will also
-work over the phone's mobile data connection, but Wi-Fi is likely to be more reliable and cheaper.)
+work over the phone's mobile data connection, but Wi-Fi is likely to be faster, cheaper, and more reliable.)
diff --git a/serverapi/index.html b/serverapi/index.html
index 050ac62..7ef515c 100755
--- a/serverapi/index.html
+++ b/serverapi/index.html
@@ -219,7 +219,7 @@ The following parameters are sent in all POST requests from EnvayaSMS:
are running EnvayaSMS.
-
"action" ::= "outgoing" | "incoming" | "send_status"
+ "action" ::= "outgoing" | "incoming" | "send_status" | "test"
The request action determines the purpose of the HTTP request:
@@ -233,12 +233,17 @@ The following parameters are sent in all POST requests from EnvayaSMS:
Forward an incoming SMS or MMS message to the server
-
-
+
"send_status":
Update the server on the status of sending an outgoing message
+
+ "test":
+
+ Test the server connection.
+
+
The other POST parameters sent depend on the request action.