This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install nofxx-activesms
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Aug 07 21:23:06 -0700 2008 | |
| |
.gitignore | ||
| |
CHANGELOG | Wed Jul 23 16:02:43 -0700 2008 | |
| |
History.txt | ||
| |
License.txt | ||
| |
MIT-LICENSE | ||
| |
Manifest.txt | ||
| |
README.txt | Tue Sep 09 01:49:16 -0700 2008 | |
| |
Rakefile | Wed Jul 23 04:02:58 -0700 2008 | |
| |
activesms.gemspec | ||
| |
config/ | ||
| |
docs/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
generators/ | ||
| |
init.rb | Wed Jul 23 12:27:29 -0700 2008 | |
| |
lib/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
script/ | Wed Jul 23 14:42:25 -0700 2008 | |
| |
setup.rb | ||
| |
spec/ | ||
| |
tasks/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
views/ |
== SMS Brasil * http://github.com/nofxx/activesms == DESCRIPTION: Baseado no ActiveSMS (http://rubyforge.org/projects/activesms) esse projeto visa facilitar o envio de mensagens SMS para operadoras de telefonia celular do Brasil, utilizando serviços de gateway de envio. == FEATURES: = Gateways: * BulkSMS[http://www.bulksms.com] * Clickatell[http://www.clickatell.com] * Human[http://www.human.com.br] * Simplewire[http://www.simplewire.com] (requires jruby) = Email carriers: * Brasil, US * Germany, UK, Austria * Japan == REQUIREMENTS: * ActionMailer (for email gateways) == INSTALL: gem sources -a http://gems.github.com sudo gem install nofxx-activesms == USAGE: cd some_rails_app script/generate sms Notifier signup:email forgot_password:gateway signoff:human script/console sms = Notifier.create_signup Notifer.deliver(sms) == LICENSE: (The MIT License) Copyright (c) 2008 Robert Cottrell (ActiveSms), Brendan G. Lim (SMSFu) (brendangl@gmail.com), Marcos Piccinini, Cássio Marques (sms_brasil)












