From 7b0f23b2cc05c0fead63ec7265a5d54d940b2d52 Mon Sep 17 00:00:00 2001 From: pmario Date: Wed, 31 Jan 2024 11:05:50 +0100 Subject: [PATCH] fix client-server docs --- editions/tw5.com/tiddlers/mechanisms/InfoMechanism.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/mechanisms/InfoMechanism.tid b/editions/tw5.com/tiddlers/mechanisms/InfoMechanism.tid index 08f86d22f..836b25345 100644 --- a/editions/tw5.com/tiddlers/mechanisms/InfoMechanism.tid +++ b/editions/tw5.com/tiddlers/mechanisms/InfoMechanism.tid @@ -1,5 +1,5 @@ created: 20140720164948099 -modified: 20240130224322884 +modified: 20240131100514913 tags: Mechanisms title: InfoMechanism type: text/vnd.tiddlywiki @@ -45,8 +45,8 @@ The following tiddlers will be "injected" into the HTML file when the wiki is sa <<.warning """If a client server configuration is used, the TW template is used to create the wiki file on the server. So the timestamps saved to the "server-created" info tiddlers are generated by the server. Depending on the server "local time" this timestamp ''can be different'' to the current "user time". Whenever the wiki file is created, the values will be set. `server-created-*` tiddlers will ''not'' be deleted if saved as a single file. The information may have some value""">> |! Title |! Description | -|$:/info/server-created-wiki/timestamp |<<.from-version "5.3.4">> This tiddler will be created when a single file wiki is saved. It uses ~TiddlyWiki DateFormat | -|$:/info/server-created-wiki/date |<<.from-version "5.3.4">> Shows the same last-saved timestamp in human readable form.
using the following format: `YYYY-0MM-0DD 0hh:0mm:0ss.0XXX` | +|$:/info/server-created-wiki/timestamp |<<.from-version "5.3.4">> This tiddler will be created when the server creates a wiki to be transferred to the client, ''ore'' if as single-file wiki is created by the server using the `--build index` command. It uses ~TiddlyWiki DateFormat | +|$:/info/server-created-wiki/date |<<.from-version "5.3.4">> Shows the same timestamp in human readable form | !! Additional information