From e26c446e8a933fd3681b97c5e09ab8cf18816ebf Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Sun, 9 Oct 2011 17:07:56 -0700 Subject: [PATCH] add links to request simulator, google group --- .phrozn/entries/community/index.twig | 10 +++++++++- .phrozn/entries/serverapi/index.twig | 11 +++++++++++ .phrozn/entries/test/index.twig | 15 +++++++++++++++ community/index.html | 10 +++++++++- serverapi/index.html | 11 +++++++++++ test/index.html | 15 +++++++++++++++ 6 files changed, 70 insertions(+), 2 deletions(-) diff --git a/.phrozn/entries/community/index.twig b/.phrozn/entries/community/index.twig index 8484681..14cb044 100755 --- a/.phrozn/entries/community/index.twig +++ b/.phrozn/entries/community/index.twig @@ -2,6 +2,14 @@ id: community title: Community --- +

Discussion Forum

+ +

+For general discussion, questions, or feedback about EnvayaSMS, use the public forum at +groups.google.com/group/envayasms. +

+ +

Contribute to EnvayaSMS

@@ -33,6 +41,6 @@ Facebook: Envaya

Email

-To contact the EnvayaSMS developers, email sms-developers@envaya.org. +To contact the EnvayaSMS developers privately, email sms-developers@envaya.org.

diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig index 4a84fd0..e69ade2 100755 --- a/.phrozn/entries/serverapi/index.twig +++ b/.phrozn/entries/serverapi/index.twig @@ -16,6 +16,17 @@ EnvayaSMS by implementing code in accordance with the API reference below. We encourage you to contribute new libraries and example code back to the EnvayaSMS project!

+

Testing Your Implementation

+

+The EnvayaSMS Request Simulator +is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript. +

+ +

+Just copy the HTML file somewhere on your site, and open it in a web browser. The URL of the EnvayaSMS Request Simulator +must be on the same domain as the Server URL. +

+

HTTP Request Format

diff --git a/.phrozn/entries/test/index.twig b/.phrozn/entries/test/index.twig index 408c746..567f7d4 100755 --- a/.phrozn/entries/test/index.twig +++ b/.phrozn/entries/test/index.twig @@ -41,6 +41,21 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device +

EnvayaSMS Request Simulator

+

+The EnvayaSMS Request Simulator +is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript. +

+

+This may be helpful when developing and testing your server implementation. For example, you could write automated +tests in Selenium that use EnvayaSMS Request Simulator to make sure that your server implementation works correctly. +

+

+To use EnvayaSMS Request Simulator, just copy the HTML file somewhere on your site, and open it in a web browser. +The URL of the EnvayaSMS Request Simulator must be on the same domain as the Server URL. +

+ +

Using a Real Phone with a Development Server

Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server. For more information, see the FAQ. diff --git a/community/index.html b/community/index.html index eb45179..c20596d 100755 --- a/community/index.html +++ b/community/index.html @@ -42,6 +42,14 @@

Community

+

Discussion Forum

+ +

+For general discussion, questions, or feedback about EnvayaSMS, use the public forum at +groups.google.com/group/envayasms. +

+ +

Contribute to EnvayaSMS

@@ -73,7 +81,7 @@ Facebook: Envaya

Email

-To contact the EnvayaSMS developers, email sms-developers@envaya.org. +To contact the EnvayaSMS developers privately, email sms-developers@envaya.org.

diff --git a/serverapi/index.html b/serverapi/index.html index ab4307d..93e3480 100755 --- a/serverapi/index.html +++ b/serverapi/index.html @@ -56,6 +56,17 @@ EnvayaSMS by implementing code in accordance with the API reference below. We encourage you to contribute new libraries and example code back to the EnvayaSMS project!

+

Testing Your Implementation

+

+The EnvayaSMS Request Simulator +is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript. +

+ +

+Just copy the HTML file somewhere on your site, and open it in a web browser. The URL of the EnvayaSMS Request Simulator +must be on the same domain as the Server URL. +

+

HTTP Request Format

diff --git a/test/index.html b/test/index.html index 81615fa..7f84e21 100755 --- a/test/index.html +++ b/test/index.html @@ -81,6 +81,21 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device +

EnvayaSMS Request Simulator

+

+The EnvayaSMS Request Simulator +is a standalone HTML file that allows you to simulate EnvayaSMS's HTTP requests entirely in your browser via JavaScript. +

+

+This may be helpful when developing and testing your server implementation. For example, you could write automated +tests in Selenium that use EnvayaSMS Request Simulator to make sure that your server implementation works correctly. +

+

+To use EnvayaSMS Request Simulator, just copy the HTML file somewhere on your site, and open it in a web browser. +The URL of the EnvayaSMS Request Simulator must be on the same domain as the Server URL. +

+ +

Using a Real Phone with a Development Server

Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server. For more information, see the FAQ.