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 (
twetter /
| name | age | message | |
|---|---|---|---|
| |
.generators | Thu Nov 27 03:33:12 -0800 2008 | |
| |
.gitignore | ||
| |
README | Thu Nov 27 03:33:12 -0800 2008 | |
| |
Rakefile | Fri Jun 20 18:10:19 -0700 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
demo/ | ||
| |
doc/ | Fri Jun 20 18:10:19 -0700 2008 | |
| |
lib/ | ||
| |
public/ | ||
| |
rnielsen-twetter.iml | Mon Feb 23 22:12:02 -0800 2009 | |
| |
rnielsen-twetter.ipr | Mon Feb 23 22:12:02 -0800 2009 | |
| |
script/ | Fri Jun 20 18:10:19 -0700 2008 | |
| |
test/ | Mon Mar 02 05:21:25 -0800 2009 | |
| |
vendor/ | Mon Feb 23 22:12:02 -0800 2009 |
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.








