From 6557ec8e1fbef15a90eda090127bf30932cb2680 Mon Sep 17 00:00:00 2001
From: Jeremy Ruston
+
This batch file starts
TiddlyWiki5 running as an HTTP server with the content from the
To experiment with this configuration, run the script and then visit
static.html static HTML version of the
DefaultTiddlers of the
tw5.com edition
static/*.html and
-static/static.css static HTML versions of individual tiddlers
+static/static.css static HTML versions of individual tiddlers
+bld.sh also runs the
+TiddlyWiki5 node.js-based test suite (see
+TestingMechanism)
serve.sh serves tw5.com
clientserver edition. By default, the script serves on port 8080.
-http://0.0.0.0:8080 in a browser. Currently changes do get synced to the server but the server doesn't yet save the changes back to the file system. Thus the best way to experiment with this edition is by visiting it in two different browsers, exploring how the changes made in one browser propogate to the other.
+http://0.0.0.0:8080 in a browser.
+Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen).
wbld.sh builds
TiddlyWiki5 for