2011-09-23 23:36:51 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = 'utf-8' >
2011-09-24 03:42:11 +00:00
< meta http-equiv = "cache-control" content = "no-cache, must-revalidate" >
2011-09-23 23:36:51 +00:00
< title > EnvayaSMS: Community< / title >
2011-09-24 03:42:11 +00:00
< link rel = 'stylesheet' type = 'text/css' href = '/styles/site.css' / >
2011-09-23 23:36:51 +00:00
< / 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 = "/" > < img src = '/media/icon.png' height = '72' width = '72' style = 'margin-right:10px' / > < / a >
< h1 style = 'padding-top:13px' > < a href = "/" > EnvayaSMS< / a >
< span class = "small" >
SMS gateway for Android
< / span >
< / h1 >
< div class = 'menu' style = 'clear:both;padding-top:5px' >
< a href = '/' > Home< / a >
·
< a href = '/install/' > Install< / a >
·
2011-10-01 22:47:55 +00:00
< a href = '/test/' > Test< / a >
·
2011-09-23 23:36:51 +00:00
< a href = '/how/' > How it Works< / a >
·
< a href = '/serverapi/' > API Reference< / a >
·
< a href = '/faq/' > FAQ< / a >
·
< a href = '/history/' > History< / a >
·
< a class = 'active' href = '/community/' > Community< / a >
< / div >
< h2 > Community< / h2 >
2012-03-16 02:16:54 +00:00
< h4 > Discussion Forum< / h4 >
2011-10-10 00:07:56 +00:00
< p >
For general discussion, questions, or feedback about EnvayaSMS, use the public forum at
< a href = 'http://groups.google.com/group/envayasms' > groups.google.com/group/envayasms< / a > .
< / p >
2011-09-23 23:36:51 +00:00
< h4 > Contribute to EnvayaSMS< / h4 >
< p >
To contribute to EnvayaSMS as a developer, just < a href = 'http://github.com/youngj/EnvayaSMS' > fork the project on github< / a > ,
work on your copy and send pull requests.
< / p >
2011-10-04 01:54:05 +00:00
< p >
If you want to support Envaya to continue improving EnvayaSMS,
or you want to register your appreciation for the current version,
you're encouraged to < a href = 'http://envaya.org/envaya/page/contribute' > donate to Envaya< / a > !
Envaya is a 501(c)(3) non-profit project of the Trust for Conservation Innovation.
< / p >
2011-09-24 03:29:13 +00:00
< h4 > Issue Tracker< / h4 >
< p >
To report a problem with EnvayaSMS, or to suggest a new feature, use our < a href = 'https://github.com/youngj/EnvayaSMS/issues' > issue tracker on github< / a > .
< / p >
2011-10-03 05:55:33 +00:00
< h4 > Follow us< / h4 >
< p >
Twitter: < a href = 'http://twitter.com/envaya' > @envaya< / a > < br / >
Facebook: < a href = 'http://facebook.com/envaya' > Envaya< / a >
< / p >
2011-09-23 23:36:51 +00:00
< h4 > Email< / h4 >
< p >
2011-10-10 00:07:56 +00:00
To contact the EnvayaSMS developers privately, email < a href = 'sms-developers@envaya.org' > sms-developers@envaya.org< / a > .
2011-09-23 23:36:51 +00:00
< / p >
< 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 >