diff --git a/.phrozn/entries/faq/index.twig b/.phrozn/entries/faq/index.twig
index efb13d2..5a67016 100755
--- a/.phrozn/entries/faq/index.twig
+++ b/.phrozn/entries/faq/index.twig
@@ -148,8 +148,8 @@ but anyone is welcome to contribute to improve it.
The source code for EnvayaSMS was originally based on KalSMS, an open-source project
-started by Nir Yariv in 2010. KalSMS introduced the idea of a simple SMS gateway implemented entirely as an Android app.
-EnvayaSMS is a complete rewrite that shares a small amount of code with KalSMS.
+started by Nir Yariv in 2010. KalSMS first introduced the idea of a simple SMS gateway implemented entirely as an Android app.
+EnvayaSMS is a major rewrite that shares a small amount of code with KalSMS.
diff --git a/.phrozn/entries/history/index.twig b/.phrozn/entries/history/index.twig
index 8351ecf..d65c302 100755
--- a/.phrozn/entries/history/index.twig
+++ b/.phrozn/entries/history/index.twig
@@ -69,7 +69,7 @@ Version 2.0-beta (2011/09/23)
-
- Option to poll server for outgoing messages once per hour
+ Option to poll server for outgoing messages once per hour (Sheldon D'Souza)
@@ -77,6 +77,6 @@ Version 2.0-beta (2011/09/23)
-
- Initial release with support for receiving incoming SMS and sending replies
+ Initial release with support for receiving incoming SMS and sending replies (Nir Yariv)
\ No newline at end of file
diff --git a/.phrozn/entries/install/index.twig b/.phrozn/entries/install/index.twig
index 1f5a83c..512a12a 100755
--- a/.phrozn/entries/install/index.twig
+++ b/.phrozn/entries/install/index.twig
@@ -29,9 +29,18 @@ Using an Android phone, open
-Alternatively, software developers may download the source code from GitHub
+
+
+In order to download from Android Market, you will need a Google account and the Market app on your phone.
+Alternatively, you can also install download EnvayaSMS directly from the link below:
+
+EnvayaSMS-release.apk
+
+Software developers may also download the source code from GitHub
and build EnvayaSMS themselves.
+
+
Configuring EnvayaSMS
diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig
index 1ad8c42..4c129c0 100755
--- a/.phrozn/entries/serverapi/index.twig
+++ b/.phrozn/entries/serverapi/index.twig
@@ -241,7 +241,7 @@ The following HTTP Headers are sent in all POST requests from EnvayaSMS:
-Additional parameters sent in POST requests with action=incoming:
+Additional parameters sent in POST requests with action=incoming
:
- "from" ::= <text>
@@ -261,7 +261,7 @@ Additional parameters sent in POST requests with action=incoming:
-Additional parameters sent in POST requests with action=incoming and message_type=mms:
+Additional parameters sent in POST requests with action=incoming
and message_type=mms
:
- "mms_parts" ::= <json_array>
@@ -300,7 +300,7 @@ Additional parameters sent in POST requests with action=incoming and message_typ
-Additional parameters sent in POST requests with action=outgoing:
+Additional parameters sent in POST requests with action=outgoing
:
-
@@ -308,7 +308,7 @@ Additional parameters sent in POST requests with action=outgoing:
-Additional parameters sent in POST requests with action=send_status:
+Additional parameters sent in POST requests with action=send_status
:
- "id" ::= <text>
@@ -357,7 +357,7 @@ Content-Length: 189
Specification:
-The Content-Type header should be text/xml, with the content as follows:
+The Content-Type
header should be text/xml
, with the content as follows:
- <messages>
diff --git a/faq/index.html b/faq/index.html
index b04f396..e30cd6d 100755
--- a/faq/index.html
+++ b/faq/index.html
@@ -179,8 +179,8 @@ but anyone is welcome to contribute to improve it.
The source code for EnvayaSMS was originally based on KalSMS, an open-source project
-started by Nir Yariv in 2010. KalSMS introduced the idea of a simple SMS gateway implemented entirely as an Android app.
-EnvayaSMS is a complete rewrite that shares a small amount of code with KalSMS.
+started by Nir Yariv in 2010. KalSMS first introduced the idea of a simple SMS gateway implemented entirely as an Android app.
+EnvayaSMS is a major rewrite that shares a small amount of code with KalSMS.
diff --git a/history/index.html b/history/index.html
index 48e1575..fcaad9a 100755
--- a/history/index.html
+++ b/history/index.html
@@ -107,7 +107,7 @@
-
- Option to poll server for outgoing messages once per hour
+ Option to poll server for outgoing messages once per hour (Sheldon D'Souza)
@@ -115,7 +115,7 @@
-
- Initial release with support for receiving incoming SMS and sending replies
+ Initial release with support for receiving incoming SMS and sending replies (Nir Yariv)
diff --git a/install/index.html b/install/index.html
index b5d2994..8220ba2 100755
--- a/install/index.html
+++ b/install/index.html
@@ -67,9 +67,18 @@ Using an Android phone, open
-Alternatively, software developers may download the source code from GitHub
+
+
+In order to download from Android Market, you will need a Google account and the Market app on your phone.
+Alternatively, you can also install download EnvayaSMS directly from the link below:
+
+EnvayaSMS-release.apk
+
+Software developers may also download the source code from GitHub
and build EnvayaSMS themselves.
+
+
Configuring EnvayaSMS
diff --git a/serverapi/index.html b/serverapi/index.html
index db9a89a..050ac62 100755
--- a/serverapi/index.html
+++ b/serverapi/index.html
@@ -279,7 +279,7 @@ The following HTTP Headers are sent in all POST requests from EnvayaSMS:
-Additional parameters sent in POST requests with action=incoming:
+Additional parameters sent in POST requests with action=incoming
:
- "from" ::= <text>
@@ -299,7 +299,7 @@ Additional parameters sent in POST requests with action=incoming:
-Additional parameters sent in POST requests with action=incoming and message_type=mms:
+Additional parameters sent in POST requests with action=incoming
and message_type=mms
:
- "mms_parts" ::= <json_array>
@@ -338,7 +338,7 @@ Additional parameters sent in POST requests with action=incoming and message_typ
-Additional parameters sent in POST requests with action=outgoing:
+Additional parameters sent in POST requests with action=outgoing
:
-
@@ -346,7 +346,7 @@ Additional parameters sent in POST requests with action=outgoing:
-Additional parameters sent in POST requests with action=send_status:
+Additional parameters sent in POST requests with action=send_status
:
- "id" ::= <text>
@@ -395,7 +395,7 @@ Content-Length: 189
Specification:
-The Content-Type header should be text/xml, with the content as follows:
+The Content-Type
header should be text/xml
, with the content as follows:
- <messages>