public
Description: micro-serial-fiction
Homepage: http://rcoder.net/misfict/
Clone URL: git://github.com/rcoder/misfict.git
name age message
file .gitignore Sat Oct 18 22:26:40 -0700 2008 start/stop scripts [rcoder]
file README Sat Oct 18 21:45:49 -0700 2008 added README file [rcoder]
directory css/ Thu Mar 19 18:03:32 -0700 2009 layout + page tweaks [rcoder]
directory data/ Sat Oct 18 21:36:15 -0700 2008 removing history file -- should have been ignored [rcoder]
file db.rb Sun Oct 19 15:15:02 -0700 2008 rss feed + autodiscovery [rcoder]
file index.html Thu Mar 19 18:03:32 -0700 2009 layout + page tweaks [rcoder]
directory js/ Sun Oct 19 17:32:45 -0700 2008 changes to post number style [Lennon Day-Reynolds]
file post.rb Sat Oct 18 21:22:59 -0700 2008 initial checkin [Lennon Day-Reynolds]
file server.rb Thu Mar 19 18:03:44 -0700 2009 basic validation of input [rcoder]
file start.sh Sat Oct 18 22:26:40 -0700 2008 start/stop scripts [rcoder]
file stop.sh Sat Oct 18 23:30:07 -0700 2008 execute bit [rcoder]
file test.rb Sun Oct 19 15:22:40 -0700 2008 added RSS feed tests [rcoder]
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.