Skip to content

Commit

Permalink
typ0, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelschroiff committed Nov 2, 2012
1 parent bd675b3 commit 58195ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
@@ -1,2 +1,9 @@
NodeSpreadsheet NodeSpreadsheet
=============== ===============

A collaborative spreadsheet application. Users can simultaneously edit spreadsheets in the Browser. Changes are transmitted to all useres in real-time and users can see the selections of other users.
Feautes include several cell formattings, formulas and some basic charts.

Realized with [jQuery.sheet](http://code.google.com/p/jquerysheet/) and [ShareJS](https://github.com/josephg/ShareJS/).

Demo (in German): [Here]http://nodespreadsheet.eu01.aws.af.cm/
2 changes: 1 addition & 1 deletion views/index.html
Expand Up @@ -18,7 +18,7 @@
<input type="text" id="docNameInput" class="ui-widget-content ui-corner-all"/> <input type="text" id="docNameInput" class="ui-widget-content ui-corner-all"/>
<button id="createDocButton">Erstellen</button> <button id="createDocButton">Erstellen</button>
</div> </div>
<p id="demoWarning">Bitte keine wichtigen Daten in den Tabellen sichern! Diese Anwendung dient nur nur zur Demonstration und die Daten werden nicht dauerhaft gespeichert.</p> <p id="demoWarning">Bitte keine wichtigen Daten in den Tabellen sichern! Diese Anwendung dient nur zur Demonstration und die Daten werden nicht dauerhaft gespeichert.</p>
</div> </div>
</div> </div>
</div> </div>
Expand Down

0 comments on commit 58195ff

Please sign in to comment.