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 6c8dee17543eaaec0298824cc79e774995843c0b
tree b67c7ef6f43567f224df5381520b9481c133a1f6
parent e9993edda776d1319c475a6029f67aba42c5a8ef
tree b67c7ef6f43567f224df5381520b9481c133a1f6
parent e9993edda776d1319c475a6029f67aba42c5a8ef
tinder /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Mar 06 23:34:14 -0800 2008 | [brandon] |
| |
CHANGELOG.txt | Thu Jul 24 05:00:02 -0700 2008 | [brandon] |
| |
Manifest.txt | Mon Jul 23 13:55:46 -0700 2007 | [brandon] |
| |
README.txt | Mon Feb 12 15:41:04 -0800 2007 | [brandon] |
| |
Rakefile | Tue Jan 23 17:21:55 -0800 2007 | [brandon] |
| |
init.rb | Tue Jan 23 16:20:48 -0800 2007 | [brandon] |
| |
lib/ | Thu Jul 24 05:00:02 -0700 2008 | [brandon] |
| |
site/ | Fri Apr 18 01:16:52 -0700 2008 | [brandon] |
| |
spec/ | Thu Jan 24 21:27:06 -0800 2008 | [brandon] |
| |
test/ | Fri Apr 25 14:32:16 -0700 2008 | [jjones] |
README.txt
= Tinder - get the Campfire started Tinder is a library for interfacing with Campfire, the chat application from 37Signals. Unlike Marshmallow, it is designed to be a full-featured API (since 37Signals doesn't provide a real one), allowing you to programatically manage and speak/listen in chat rooms. == Usage campfire = Campfire.new 'mysubdomain' campfire.login 'myemail@example.com', 'mypassword' room = campfire.create_room 'New Room', 'My new campfire room to test tinder' room.rename 'New Room Name' room.speak 'Hello world!' room.paste "my pasted\ncode" room.destroy See the RDoc for more details. == Requirements * Active Support gem install activesupport * Hpricot gem install hpricot == Installation Tinder can be installed as a gem or a Rails plugin: gem install tinder script/plugin install http://source.collectiveidea.com/public/tinder/trunk == Development The source for Tinder is available at http://source.collectiveidea.com/public/tinder/trunk. Development can be followed at http://opensoul.org/tags/tinder. Contributions are welcome! == ToDo * Tests! (unit and remote) * Log in via guest url * Marshmallow-style integration scripts for exception notification and continuous integration





