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 737e20a1cb4bc6e5c39864d89ebc88e4c47f7e73
tree 8c561c7951db2ea096679d472d9212937d653dba
parent 8cbe4f105b649760f35df6087cfb8bdbc8a075d1
tree 8c561c7951db2ea096679d472d9212937d653dba
parent 8cbe4f105b649760f35df6087cfb8bdbc8a075d1
twetter /
| name | age | message | |
|---|---|---|---|
| |
.generators | Thu Nov 27 03:33:12 -0800 2008 | |
| |
.gitignore | Mon Feb 23 22:14:23 -0800 2009 | |
| |
Capfile | Fri Jun 20 20:21:20 -0700 2008 | |
| |
README | Thu Nov 27 03:33:12 -0800 2008 | |
| |
Rakefile | Fri Jun 20 18:10:19 -0700 2008 | |
| |
app/ | Sat May 16 19:14:34 -0700 2009 | |
| |
config/ | Sat May 16 03:27:25 -0700 2009 | |
| |
db/ | Sat May 16 01:49:46 -0700 2009 | |
| |
demo/ | Wed May 13 14:54:04 -0700 2009 | |
| |
doc/ | Fri Jun 20 18:10:19 -0700 2008 | |
| |
lib/ | Mon Mar 16 05:00:20 -0700 2009 | |
| |
public/ | Sat May 16 05:03:35 -0700 2009 | |
| |
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.







