diff --git a/core/language/en-GB/Help/server.tid b/core/language/en-GB/Help/server.tid index 78e9c8ab1b..da68650311 100644 --- a/core/language/en-GB/Help/server.tid +++ b/core/language/en-GB/Help/server.tid @@ -1,5 +1,5 @@ title: $:/language/Help/server -description: Provides an HTTP server interface to TiddlyWiki (deprecated in favour of the new listen command) +description: (deprecated: see 'listen' command) Provides an HTTP server interface to TiddlyWiki Legacy command to serve a wiki over HTTP. diff --git a/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid b/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid index 475de43087..71045853c9 100644 --- a/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +++ b/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid @@ -13,6 +13,8 @@ url: https://ibnishak.github.io/Timimi/ Timimi is a web-extension accompanied by a native host that allows you to save and backup your standalone HTML tiddlywiki files ''anywhere in your hard-drive''. Once installed, you can save the tiddlywiki files without any extra steps, like the original Tiddlyfox addon. +* The native host requires a component installed on the host computer, outside the browser. + {{!!url}} As of version 2.1, Timimi supports the following browsers @@ -29,4 +31,4 @@ Timimi also provides users with 4 backup strategies, viz: * Create a backup Every n^^th^^ save * Create a backup every n^^th^^ minute * Customised Tower of Hanoi -* First in First Out \ No newline at end of file +* First in First Out diff --git a/editions/tw5.com/tiddlers/community/tutorials/Install and run TiddlyWiki on a CentOS 6 VPS using Nginx.tid b/editions/tw5.com/tiddlers/community/tutorials/Install and run TiddlyWiki on a CentOS 6 VPS using Nginx.tid deleted file mode 100644 index 4d3895a4d4..0000000000 --- a/editions/tw5.com/tiddlers/community/tutorials/Install and run TiddlyWiki on a CentOS 6 VPS using Nginx.tid +++ /dev/null @@ -1,16 +0,0 @@ -created: 20140312085406905 -modified: 20140312084543862 -tags: Tutorials -title: "Install and run TiddlyWiki on a CentOS 6 VPS using Nginx" from RoseHosting -type: text/vnd.tiddlywiki -url: http://www.rosehosting.com/blog/install-and-run-tiddlywiki-on-a-centoos-6-vps-using-nginx/ - -A step by step guide to running TiddlyWiki on a ~CentOS Virtual Private Server. - -{{!!url}} - -<<< -In this tutorial we will guide you through the steps of installing and running TiddlyWiki on a ~CentOS 6 VPS. - -We will also install and configure Nginx as a reverse proxy, so you can run TiddlyWiki behind Nginx. -<<< diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid index a3b58481fa..d2e17952bb 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid @@ -5,7 +5,7 @@ title: WidgetMessage: tm-permalink type: text/vnd.tiddlywiki caption: tm-permalink -The `tm-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler. +The `tm-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler. The resulting link will be copied to the clipboard. The permalink message supports the following properties on the `event` object: diff --git a/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid b/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid index 83bb36e6d9..6953452511 100644 --- a/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid @@ -20,7 +20,7 @@ The content of the <<.wid genesis>> widget is used as the content of the dynamic |$mode |An optional override of the parsing mode. May be "inline" or "block" | |//{other attributes starting with $}// |Other attributes starting with a single dollar sign are reserved for future use | |//{attributes starting with $$}// |Attributes starting with two dollar signs are applied as attributes to the output widget, but with the attribute name changed to use a single dollar sign | -|//{attributes not starting with $}// |Any other attributes that do not start with a dollar are applied as attributes to the output widget | +|//{attributes not starting with $}// |Any other attributes that do not start with a dollar are applied as attributes to the output widget or HTML Element | <<.from-version "5.2.6">> If the `$type` attribute is missing or blank, the <<.wlink GenesisWidget>> widget does not render an intrinsic element, instead just rendering its children. diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index a44c91dd67..6bc81de3c8 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -18,11 +18,11 @@ Transclusion is the underlying mechanism for many higher level wikitext features Here is a complete example showing the important features of the <<.wlink TranscludeWidget>> widget: ``` -\procedure mymacro(name,age) +\procedure myproc(name,age) My name is <> and my age is <>. \end -<$transclude $variable="mymacro" name="James" age="19"/> +<$transclude $variable="myproc" name="James" age="19"/> ``` * `\procedure` defines a variable as a procedure with two parameters, ''name'' and ''age'' diff --git a/languages/zh-Hans/Help/server.tid b/languages/zh-Hans/Help/server.tid index af75d07668..13951347ee 100644 --- a/languages/zh-Hans/Help/server.tid +++ b/languages/zh-Hans/Help/server.tid @@ -1,5 +1,5 @@ title: $:/language/Help/server -description: 提供一个 HTTP 服务器界面到 TiddlyWiki (已弃用,支持新的 listen 命令) +description: (已弃用:请参阅 'listen' 命令)提供一个 HTTP 服务器界面到 TiddlyWiki 在服务器中内置 TiddlyWiki5 是非常简单。虽与 TiddlyWeb 兼容,但不支持许多健全互联网面向的使用方式所需的功能。 diff --git a/languages/zh-Hant/Help/server.tid b/languages/zh-Hant/Help/server.tid index 4f23e8a134..69dd4da77b 100644 --- a/languages/zh-Hant/Help/server.tid +++ b/languages/zh-Hant/Help/server.tid @@ -1,5 +1,5 @@ title: $:/language/Help/server -description: 提供一個 HTTP 伺服器介面到 TiddlyWiki (已棄用,支持新的 listen 命令) +description: (已棄用:請參閱 'listen' 命令)提供一個 HTTP 伺服器介面到 TiddlyWiki 在伺服器中內建 TiddlyWiki5 是非常簡單。雖與 TiddlyWeb 相容,但不支援許多健全網際網路面向的使用方式所需的功能。 diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 7a4904fca7..9c4173e010 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -547,3 +547,5 @@ Eric Haberstroh, @pille1842, 2023/07/23 @catter-fly, 2023/07/27 @cmo-pomerium, 2023/08/03 + +BuckarooBanzay, @BuckarooBanzay, 2023/09/01