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 (
Jakub Kuźma (author)
Thu Mar 26 02:09:44 -0700 2009
commit 41e2ee0ea1425b44db29150a940f153aaaac50d7
tree 92ff1c9b88caa1b452d4040531d1e49c8d3c6197
parent 019e82872312859465c6603ef5175ccea5ed9f77
tree 92ff1c9b88caa1b452d4040531d1e49c8d3c6197
parent 019e82872312859465c6603ef5175ccea5ed9f77
sms /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Dec 21 08:20:11 -0800 2008 | |
| |
MIT-LICENSE | Thu Mar 26 02:09:44 -0700 2009 | |
| |
README | Sun Dec 21 08:01:19 -0800 2008 | |
| |
README.txt | Mon Dec 22 03:02:24 -0800 2008 | |
| |
Rakefile | Sun Dec 21 08:01:19 -0800 2008 | |
| |
app/ | Fri Feb 13 16:25:23 -0800 2009 | |
| |
config/ | Fri Feb 13 16:25:23 -0800 2009 | |
| |
db/ | Sun Dec 21 08:59:32 -0800 2008 | |
| |
doc/ | Sun Dec 21 08:01:19 -0800 2008 | |
| |
lib/ | Fri Feb 13 16:25:23 -0800 2009 | |
| |
log/ | Sun Dec 21 08:01:19 -0800 2008 | |
| |
public/ | Fri Feb 13 16:25:23 -0800 2009 | |
| |
script/ | Sun Dec 21 08:01:19 -0800 2008 | |
| |
spec/ | Mon Dec 22 04:25:58 -0800 2008 | |
| |
vendor/ | Sun Feb 15 04:59:45 -0800 2009 |
README.txt
= SMS == DESCRIPTION SMS is a simple SMS sending application. == FEATURES * telephones and contacts book * Orange Multi Box (Polish) and VoipDiscount gateways support * contact autocompletion == TODO * layout and navigation * JavaScript improvements * selection of default gateway * support for other gateways * ... == INSTALL git clone git://github.com/qoobaa/sms.git cd sms cp config/database.yml.sample config/database.yml rake db:migrate ./script/server == REQUIREMENTS * Ruby on Rails 2.3 (edge) == LICENSE The MIT License Copyright (c) 2008, Jakub Kuźma Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







