mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-07-06 15:04:04 +00:00
start faq page, add installation screenshots
This commit is contained in:
18
.phrozn/entries/faq.twig
Executable file
18
.phrozn/entries/faq.twig
Executable file
@ -0,0 +1,18 @@
|
||||
layout: default.twig
|
||||
---
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
|
||||
<h4>
|
||||
What phones are compatible with EnvayaSMS?
|
||||
</h4>
|
||||
|
||||
<p>
|
||||
EnvayaSMS should work on any phone with Android 1.6 (Donut) or higher. As of 9/23/2011, over 579 different phone models are compatible with EnvayaSMS.
|
||||
</p>
|
||||
<p>
|
||||
EnvayaSMS has been tested and is known to work with the following phones:
|
||||
|
||||
<ul>
|
||||
<li>LG GT540 Optimus</li>
|
||||
<li>Samsung Galaxy Mini S5570</li>
|
||||
</ul>
|
@ -14,20 +14,20 @@ Before installing EnvayaSMS, ensure that you have the following prerequisites:
|
||||
<li> A web server accessible from the public internet </li>
|
||||
</ul>
|
||||
|
||||
Using an Android phone, install the current release version of EnvayaSMS
|
||||
from Android Market by scanning the barcode below with a QR code app,
|
||||
or clicking the link from your phone's browser.<br />
|
||||
Using an Android phone, open <a href='https://market.android.com/details?id=org.envaya.sms'>EnvayaSMS's page on Android Market</a> by clicking the link from your phone's browser, or scanning the barcode with a QR code app. Then, follow the steps shown below to install EnvayaSMS.<br />
|
||||
|
||||
<div style='text-align:center'>
|
||||
<div style='float:left;padding-right:10px;padding-top:30px'>
|
||||
<div style='font-size:16px;font-weight:bold; text-align:center'>
|
||||
<a href="https://market.android.com/details?id=org.envaya.sms">Open Android Market</a>
|
||||
</div>
|
||||
<img src='media/qr.png' width='175' height='175' style='vertical-align:middle' />
|
||||
<em>or</em>
|
||||
<span style='font-size:20px;font-weight:bold'>
|
||||
<a href="https://market.android.com/details?id=org.envaya.sms">Install EnvayaSMS</a>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<div style='float:left;padding-top:10px'>
|
||||
<img src='media/screenshot-market.png' style='border:1px solid black' width='484' height='240' />
|
||||
</div>
|
||||
|
||||
<div style='clear:both;padding-top:10px'>
|
||||
Alternatively, software developers may <a href="https://github.com/youngj/EnvayaSMS">download the source code from GitHub</a>
|
||||
and build EnvayaSMS themselves.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user