audreyt / socialcalc forked from DanBricklin/socialcalc
- Source
- Commits
- Network (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
Changes.txt | Wed Oct 21 07:47:21 -0700 2009 | |
| |
LEGAL.txt | Wed Oct 21 07:47:21 -0700 2009 | |
| |
LICENSE.txt | Wed Oct 21 07:47:21 -0700 2009 | |
| |
README | Fri Oct 30 06:32:40 -0700 2009 | |
| |
SocialCalcServersideUtilities.pm | Wed Oct 21 22:17:34 -0700 2009 | |
| |
TODO | Sat Oct 31 19:30:48 -0700 2009 | |
| |
cpan/ | Wed Nov 18 08:54:59 -0800 2009 | |
| |
docs/ | Wed Nov 18 08:38:51 -0800 2009 | |
| |
formatnumber2.js | Wed Jun 10 06:27:16 -0700 2009 | |
| |
formula1.js | Wed Oct 21 22:17:34 -0700 2009 | |
| |
images/ | Wed Oct 28 06:24:36 -0700 2009 | |
| |
index.css | Thu Oct 22 09:24:19 -0700 2009 | |
| |
index.html | Thu Oct 29 05:11:06 -0700 2009 | |
| |
multiplayer.js | Wed Nov 18 08:38:51 -0800 2009 | |
| |
multiserver.pl | Wed Nov 18 08:38:51 -0800 2009 | |
| |
simpleedit14.pl | Mon Feb 23 14:52:03 -0800 2009 | |
| |
simpleedit15.pl | Fri May 22 12:42:57 -0700 2009 | |
| |
socialcalc-3.js | Wed Nov 18 08:38:51 -0800 2009 | |
| |
socialcalc.css | Wed Oct 28 06:24:36 -0700 2009 | |
| |
socialcalc2demo-0-8-1.html | Tue Jun 02 07:04:34 -0700 2009 | |
| |
socialcalc2demo10.html | Tue Mar 10 10:58:17 -0700 2009 | |
| |
socialcalcconstants.js | Thu Sep 03 14:06:43 -0700 2009 | |
| |
socialcalcpopup.js | Wed Oct 21 22:21:29 -0700 2009 | |
| |
socialcalcserver.pl | Tue Jun 02 07:04:34 -0700 2009 | |
| |
socialcalcspreadsheetcontrol.js | Wed Sep 23 16:54:50 -0700 2009 | |
| |
socialcalctableeditor.js | Wed Oct 28 07:43:17 -0700 2009 | |
| |
ssctrltest1.html | Wed Oct 21 22:35:29 -0700 2009 | |
| |
third-party/ | Wed Oct 28 07:19:27 -0700 2009 |
README
-=[Multiplayer Socialcalc]=-
>> See also docs/hopscotch-yapctiny.pdf for my YAPC::Tiny slides on this project. <<
.oO( Setup Instructions )Oo.
0. Install Tatsumaki's dependencies:
sudo cpan
cpan> notest install Module::Install Module::Install::ReadmeFromPod Plack JSON::XS
1. Then check out http://github.com/miyagawa/Tatsumaki/ and build:
git clone git://github.com/miyagawa/Tatsumaki.git
cd Tatsumaki
perl Makefile.PL; make ; sudo make install
cd ..
2. Then check out this project and run the stand-alone server:
git clone git://github.com/audreyt/socialcalc.git
cd socialcalc
perl multiserver.pl
3. Open port 9999 in multiple browsers. See red triangles representing peer cursor.
Type in a browser, appears in all others!
Currently tested: Safari4, Firefox3, Firefox2 (with trailing cursor bug - see TODO).
Not verified yet: IE.
Share & Enjoy!
Audrey
