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 (
commit f99291790e062bf63ce3424af9420360cc91805d
tree 09cee261405474ea24f14f2a94d60ddc60842cc7
parent 53e4589b6def10ee77fddb15b9ad619f43eafbdc
tree 09cee261405474ea24f14f2a94d60ddc60842cc7
parent 53e4589b6def10ee77fddb15b9ad619f43eafbdc
| name | age | message | |
|---|---|---|---|
| |
.autotest | Thu Aug 07 21:23:06 -0700 2008 | |
| |
.gitignore | Wed Jul 23 14:42:25 -0700 2008 | |
| |
CHANGELOG | Wed Jul 23 16:02:43 -0700 2008 | |
| |
History.txt | Wed Jul 23 16:02:43 -0700 2008 | |
| |
License.txt | Wed Jul 23 16:02:43 -0700 2008 | |
| |
MIT-LICENSE | Wed Jul 23 16:02:43 -0700 2008 | |
| |
Manifest.txt | Tue Sep 09 01:49:16 -0700 2008 | |
| |
README.txt | Tue Sep 09 01:49:16 -0700 2008 | |
| |
Rakefile | Wed Jul 23 04:02:58 -0700 2008 | |
| |
activesms.gemspec | Tue Sep 09 01:49:16 -0700 2008 | |
| |
config/ | Wed Jul 23 04:02:58 -0700 2008 | |
| |
docs/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
generators/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
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 | Wed Jul 23 03:46:22 -0700 2008 | |
| |
spec/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
tasks/ | Tue Sep 09 01:49:16 -0700 2008 | |
| |
views/ | Wed Jul 23 11:10:56 -0700 2008 |
README.txt
== 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)







