diff --git a/readme.md b/readme.md index 400a25290..9adf05cd7 100644 --- a/readme.md +++ b/readme.md @@ -84,19 +84,28 @@ encrypted.html +TiddlyWiki5 browser-based test suite (see +TestingMechanism)
  • + 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

    This batch file starts TiddlyWiki5 running as an HTTP server with the content from the clientserver edition. By default, the script serves on port 8080.

    To experiment with this configuration, run the script and then visit -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