5
0
mirror of https://github.com/cwinfo/envayasms.git synced 2024-11-14 20:30:26 +00:00

start faq page, add installation screenshots

This commit is contained in:
Jesse Young 2011-09-23 12:16:53 -07:00
parent 1b37d7ff1c
commit e4b2b80011
12 changed files with 130 additions and 20 deletions

18
.phrozn/entries/faq.twig Executable file
View 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>

View File

@ -14,20 +14,20 @@ Before installing EnvayaSMS, ensure that you have the following prerequisites:
<li> A web server accessible from the public internet </li> <li> A web server accessible from the public internet </li>
</ul> </ul>
Using an Android phone, install the current release version of EnvayaSMS 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 />
from Android Market by scanning the barcode below with a QR code app,
or clicking the link from your phone's browser.<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' /> <img src='media/qr.png' width='175' height='175' style='vertical-align:middle' />
&nbsp; &nbsp; <em>or</em> &nbsp; &nbsp;
<span style='font-size:20px;font-weight:bold'>
<a href="https://market.android.com/details?id=org.envaya.sms">Install EnvayaSMS</a>
</span>
</div> </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> Alternatively, software developers may <a href="https://github.com/youngj/EnvayaSMS">download the source code from GitHub</a>
and build EnvayaSMS themselves. and build EnvayaSMS themselves.
</p> </p>

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>

78
faq.html Executable file
View File

@ -0,0 +1,78 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>EnvayaSMS</title>
<link rel='stylesheet' type='text/css' href='styles/site.css' />
</head>
<body>
<a href="http://github.com/youngj/EnvayaSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container">
<a style='float:left' href="index.html"><img src='media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
<h1 style='padding-top:13px'><a href="index.html">EnvayaSMS</a>
<span class="small">
SMS gateway for Android
</span>
</h1>
<div class='menu' style='clear:both;padding-top:5px'>
<a href='index.html'>Home</a>
&middot;
<a href='install.html'>Install</a>
&middot;
<a href='how.html'>How it Works</a>
&middot;
<a href='serverapi.html'>API Reference</a>
&middot;
<a href='comparison.html'>Comparison</a>
&middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a>
</div>
<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>
<div class="footer">
get the source code on GitHub : <a href="http://github.com/youngj/EnvayaSMS">youngj/EnvayaSMS</a>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25868450-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>
@ -48,20 +50,20 @@ Before installing EnvayaSMS, ensure that you have the following prerequisites:
<li> A web server accessible from the public internet </li> <li> A web server accessible from the public internet </li>
</ul> </ul>
Using an Android phone, install the current release version of EnvayaSMS 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 />
from Android Market by scanning the barcode below with a QR code app,
or clicking the link from your phone's browser.<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' /> <img src='media/qr.png' width='175' height='175' style='vertical-align:middle' />
&nbsp; &nbsp; <em>or</em> &nbsp; &nbsp;
<span style='font-size:20px;font-weight:bold'>
<a href="https://market.android.com/details?id=org.envaya.sms">Install EnvayaSMS</a>
</span>
</div> </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> Alternatively, software developers may <a href="https://github.com/youngj/EnvayaSMS">download the source code from GitHub</a>
and build EnvayaSMS themselves. and build EnvayaSMS themselves.
</p> </p>

BIN
media/screenshot-market.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -31,6 +31,8 @@
&middot; &middot;
<a href='comparison.html'>Comparison</a> <a href='comparison.html'>Comparison</a>
&middot; &middot;
<a href='faq.html'>FAQ</a>
&middot;
<a href='history.html'>History</a> <a href='history.html'>History</a>
</div> </div>