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 (
misfict /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 18 22:26:40 -0700 2008 | |
| |
README | Sat Oct 18 21:45:49 -0700 2008 | |
| |
css/ | Thu Mar 19 18:03:32 -0700 2009 | |
| |
data/ | Sat Oct 18 21:36:15 -0700 2008 | |
| |
db.rb | Sun Oct 19 15:15:02 -0700 2008 | |
| |
index.html | Thu Mar 19 18:03:32 -0700 2009 | |
| |
js/ | Sun Oct 19 17:32:45 -0700 2008 | |
| |
post.rb | Sat Oct 18 21:22:59 -0700 2008 | |
| |
server.rb | Thu Mar 19 18:03:44 -0700 2009 | |
| |
start.sh | Sat Oct 18 22:26:40 -0700 2008 | |
| |
stop.sh | Sat Oct 18 23:30:07 -0700 2008 | |
| |
test.rb | Sun Oct 19 15:22:40 -0700 2008 |
README
README for misfict (MIcro-Serial-FICTion) ========================================= Author: Lennon Day-Reynolds Website: http://rcoder.net/misfict This is a simple application designed to let you play the classic "story time" party game on the web. Each person sees the last line written by someone else, and adds their own line to the story. Each time you write a line, you must wait for someone else to write one before you may contribute again. Furthermore, to read the entire story, you give up the right to edit for an hour. No particular effort is made to enforce any strong security checks; the unique ID for each user is kept in an un-obfuscated cookie, and submitted values are not limited to a particular length. Responses are checked to insure they have the proper sequence ID, though, to prevent spamming + accidental re-posting.







