public
Description: Offline Twitter
Homepage:
Clone URL: git://github.com/rnielsen/twetter.git
rnielsen (author)
Sat May 16 19:14:34 -0700 2009
commit  737e20a1cb4bc6e5c39864d89ebc88e4c47f7e73
tree    8c561c7951db2ea096679d472d9212937d653dba
parent  8cbe4f105b649760f35df6087cfb8bdbc8a075d1
name age message
file .generators Thu Nov 27 03:33:12 -0800 2008 removed unneeded files [rnielsen]
file .gitignore Mon Feb 23 22:14:23 -0800 2009 ignored iws [rnielsen]
file Capfile Fri Jun 20 20:21:20 -0700 2008 deployment stuff. [lstoll]
file README Thu Nov 27 03:33:12 -0800 2008 removed unneeded files [rnielsen]
file Rakefile Fri Jun 20 18:10:19 -0700 2008 Shit [mattallen]
directory app/ Sat May 16 19:14:34 -0700 2009 Replaced hardcoded oauth callback with one pass... [rnielsen]
directory config/ Sat May 16 03:27:25 -0700 2009 Basic statistics support - no graphing [Michael Pearson]
directory db/ Sat May 16 01:49:46 -0700 2009 Added warning about search being capped. [Michael Pearson]
directory demo/ Wed May 13 14:54:04 -0700 2009 added basic oauth support [rnielsen]
directory doc/ Fri Jun 20 18:10:19 -0700 2008 Shit [mattallen]
directory lib/ Mon Mar 16 05:00:20 -0700 2009 Various bugfixes from brisbane.rb meet [rnielsen]
directory public/ Sat May 16 05:03:35 -0700 2009 Fixed tab highlighting on Search page. [jstirk]
file rnielsen-twetter.iml Mon Feb 23 22:12:02 -0800 2009 added authentication [rnielsen]
file rnielsen-twetter.ipr Mon Feb 23 22:12:02 -0800 2009 added authentication [rnielsen]
directory script/ Fri Jun 20 18:10:19 -0700 2008 Shit [mattallen]
directory test/ Mon Mar 02 05:21:25 -0800 2009 updated to changed twitter version and initial ... [rnielsen]
directory vendor/ Mon Feb 23 22:12:02 -0800 2009 added authentication [rnielsen]
README
= Introduction =
Twetter is an implementation of the twitter.com API, designed for use in situations where internet access is not 
available but a large number of people have twitter clients and want to tell each other what they are doing, for example 
a RailsCamp, where it was first developed.

The current goal is to have it work with as many third party twitter clients as possible.  It has currently been tested 
with Twitterific, TwitterFox, and Spaz on OSX.  

= Local Installation =
Edit /etc/hosts to add 127.0.0.1 twitter.com
script/server
lighttpd -f config/lighttpd.conf

= Currently Supported =
- Status Messages
- Replies
- Direct Messages
- Profile Images
- Following / Followers (hard coded to everyone)

= TODO =
- Hash password when user first accesses system and verify password is same for subsequent requests to prevent spoofing
- Favorites
- Test with more clients (especially on linux) and fix any issues.