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 --- +
+For general discussion, questions, or feedback about EnvayaSMS, use the public forum at +groups.google.com/group/envayasms. +
+ +@@ -33,6 +41,6 @@ Facebook: Envaya
-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! ++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. +
++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. +
+ +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 @@
+For general discussion, questions, or feedback about EnvayaSMS, use the public forum at +groups.google.com/group/envayasms. +
+ +@@ -73,7 +81,7 @@ Facebook: Envaya
-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! ++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. +
++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. +
+ +Of course, you can also test EnvayaSMS by connecting a real Android phone to your development web server. For more information, see the FAQ.