X-Git-Url: https://git.ao2.it/SaveMySugar/savemysugar-website.git/blobdiff_plain/4c902502a2566900b6ab8bd49848740b88e14960..HEAD:/index.html?ds=inline diff --git a/index.html b/index.html index 65dc02a..6b166e4 100644 --- a/index.html +++ b/index.html @@ -41,9 +41,9 @@ <p>Someone else also proposed it on <a href="http://www.halfbakery.com/idea/Sending_20SMS_20for_20FREE_20using_20MORSE" title="Half Bakery - Sending SMS for FREE using MORSE">Half Bakery</a>.</p> - <p>However there seems to be no implementation of the technique for exchanging text messaging, and that's what <strong>SaveMySugar</strong> is about.</p> + <p>However there seems to be no implementation of the technique for exchanging text messages, and that's what <strong>SaveMySugar</strong> is about.</p> - <p>The name <strong>SaveMySugar</strong> was born as a take on the price of the old conventional Texting service which is quite high, see <a href="http://web.archive.org/web/20121030162247/http://gthing.net/the-true-price-of-sms-messages/" title="Wayback Machine: The True Price of SMS Messages">The True Price of SMS Messages</a>, and it is also a reference to the distress signal <em>Save Our Soul</em> (SOS) used in Morse communications.</p> + <p>The name <strong>SaveMySugar</strong> was born as a take on the price of Short Message Service which is quite high, see <a href="http://web.archive.org/web/20121030162247/http://gthing.net/the-true-price-of-sms-messages/" title="Wayback Machine: The True Price of SMS Messages">The True Price of SMS Messages</a>, and it is also a reference to the distress signal <em>Save Our Soul</em> (SOS) used in Morse communications.</p> </div> <div id="why" class="block"> @@ -70,7 +70,7 @@ <li>On mobile phones a ring uses a lot of battery, and battery is a precious resource.</li> - <li>On mobile phones a lot of fake calls will pollute you calls log.</li> + <li>On mobile phones a lot of fake calls will pollute the calls log.</li> <li>On mobile phones a malicious recipient can make you pay at every ring!</li> @@ -85,7 +85,7 @@ <p>You can find a prototype implementation written in python called <a href="http://git.ao2.it/SaveMySugar/python3-savemysugar.git/" title="git.ao2.it - python3-savemysugar">python3-savemysugar</a>.</p> - <p>There is also a prototype Android app <a href="files/SaveMySugar-0.1-debug.apk" title="SaveMySugar-0.1-debug.apk">SaveMySugar-0.1-debug.apk</a>, its souce code is in the <a href="http://git.ao2.it/SaveMySugar/android-savemysugar.git/" title="git.ao2.it - android-savemysugar">android-savemysugar</a> repository.</p> + <p>There is also a prototype Android app <a href="files/SaveMySugar-0.1-debug.apk" title="SaveMySugar-0.1-debug.apk">SaveMySugar-0.1-debug.apk</a>, its source code is in the <a href="http://git.ao2.it/SaveMySugar/android-savemysugar.git/" title="git.ao2.it - android-savemysugar">android-savemysugar</a> repository.</p> <p>Contact <a href="http://ao2.it/contact" title="Antonio Ospite: contact">Antonio Ospite</a> if you want to discuss about porting <strong>SaveMySugar</strong> to other platforms.</p> </div> @@ -112,7 +112,7 @@ <p>On the receiving side the symmetric operations are performed when phone rings are detected.</p> - <p>This is basically a <em>Pulse-Distance Modulation</em> (PDM), this scheme has been chosen because it's easy to detect when a phone starts ringing, but it's not always easy to detect for how log it rings, or how many rings there are in a single call.</p> + <p>This is basically a <em>Pulse-Distance Modulation</em> (PDM), this scheme has been chosen because it's easy to detect when a phone starts ringing, but it's not always easy to detect for how long it rings, or how many rings there are in a single call.</p> <p>See an example of the exchange of the message <code>CODEX</code>:<br /> <a href="images/savemysugar_plot_codex.png" title="SaveMySugar exchanging the message 'CODEX'"><img src="images/savemysugar_plot_codex.png" alt="SaveMySugar exchanging the message 'CODEX'" /></a></p>