public
Fork of rnielsen/twetter
Description: Offline Twitter
Homepage:
Clone URL: git://github.com/Sutto/twetter.git
name age message
file .generators Thu Nov 27 03:33:12 -0800 2008 removed unneeded files [rnielsen]
file .gitignore Loading commit data...
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 [Matt Allen]
directory app/
directory config/
directory db/
directory demo/
directory doc/ Fri Jun 20 18:10:19 -0700 2008 Shit [Matt Allen]
directory lib/
directory public/
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 [Matt Allen]
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.