zdzolton / tweets forked from trevorturk/tweets

Experimental Twitter clone with CouchDB... once Zach gets involved :)

This URL has Read+Write access

tweets /
name age message
file .gitignore Wed May 13 13:11:19 -0700 2009 blank rails app [Trevor Turk]
file README Loading commit data...
file Rakefile Wed May 13 13:11:19 -0700 2009 blank rails app [Trevor Turk]
directory app/
directory config/
directory db/ Wed May 20 15:54:01 -0700 2009 commit progress [Trevor Turk]
directory lib/
directory public/ Wed May 20 14:16:40 -0700 2009 add basic login, always logged in as trevor, sh... [Trevor Turk]
directory script/ Wed May 13 13:11:19 -0700 2009 blank rails app [Trevor Turk]
directory test/
directory tmp/ Wed May 13 13:11:19 -0700 2009 blank rails app [Trevor Turk]
README
== Tweets
Experimental Twitter clone with CouchDB... once Zach gets involved :)

== Installation

cp config/database.example.yml config/database.yml
cp config/config.example.yml config/config.yml
rake db:create
rake db:schema:load
script/server
fail/whale

== CREDITS

# TODO...

== TODO

user login validations a la twitter
h escaping of users/tweets on front end
proper logging in
front end for following, unfollowing
per user feed of tweets dependent on users being followed
  when following is created, populate feed for follower with items from followed user
  when following is destroyed, remove feed items for unfollower that were created by formerly followed user
  when tweet is twoten, create feed item entry for each follower of that tweeter

== MIT LICENSE

Copyright (c) 2009 Timelines, Inc.

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.