From 973b83d04bbd1a0287089dc1a8746651d5c624cf Mon Sep 17 00:00:00 2001 From: techmagus Date: Tue, 8 Oct 2024 14:40:58 +0800 Subject: [PATCH] deleted since changes were mainly on styles, like em or en dash instead of regular dash --- languages/en-PH/Help/clearpassword.tid | 8 ----- languages/en-PH/Help/fetch.tid | 38 ---------------------- languages/en-PH/Help/init.tid | 23 ------------- languages/en-PH/Help/listen.tid | 35 -------------------- languages/en-PH/Help/password.tid | 10 ------ languages/en-PH/Help/render.tid | 35 -------------------- languages/en-PH/Help/save.tid | 25 -------------- languages/en-PH/Help/savewikifolder.tid | 34 ------------------- languages/en-PH/Help/server.tid | 43 ------------------------- languages/en-PH/Help/setfield.tid | 17 ---------- 10 files changed, 268 deletions(-) delete mode 100644 languages/en-PH/Help/clearpassword.tid delete mode 100644 languages/en-PH/Help/fetch.tid delete mode 100644 languages/en-PH/Help/init.tid delete mode 100644 languages/en-PH/Help/listen.tid delete mode 100644 languages/en-PH/Help/password.tid delete mode 100644 languages/en-PH/Help/render.tid delete mode 100644 languages/en-PH/Help/save.tid delete mode 100644 languages/en-PH/Help/savewikifolder.tid delete mode 100644 languages/en-PH/Help/server.tid delete mode 100644 languages/en-PH/Help/setfield.tid diff --git a/languages/en-PH/Help/clearpassword.tid b/languages/en-PH/Help/clearpassword.tid deleted file mode 100644 index 0d9b97f06..000000000 --- a/languages/en-PH/Help/clearpassword.tid +++ /dev/null @@ -1,8 +0,0 @@ -title: $:/language/Help/clearpassword -description: Clear a password for subsequent cryptography operations - -Clear the password for subsequent cryptography operations - -``` ---clearpassword -``` diff --git a/languages/en-PH/Help/fetch.tid b/languages/en-PH/Help/fetch.tid deleted file mode 100644 index 1b28b21e5..000000000 --- a/languages/en-PH/Help/fetch.tid +++ /dev/null @@ -1,38 +0,0 @@ -title: $:/language/Help/fetch -description: Fetch tiddlers from wiki by URL - -Fetch one or more files over HTTP/HTTPS, and import the tiddlers matching a filter, optionally transforming the incoming titles. - -``` ---fetch file ---fetch files ---fetch raw-file ---fetch raw-files -``` - -The "file" and "files" variants fetch the specified files and attempt to import the tiddlers within them (the same processing as if the files were dragged into the browser window). The "raw-file" and "raw-files" variants fetch the specified files and then store the raw file data in tiddlers, without applying the import logic. - -With the "file" and "raw-file" variants only a single file is fetched and the first parameter is the URL of the file to read. - -With the "files" and "raw-files" variants, multiple files are fetched and the first parameter is a filter yielding a list of URLs of the files to read. For example, given a set of tiddlers tagged "remote-server" that have a field "url" the filter `[tag[remote-server]get[url]]` will retrieve all the available URLs. - -For the "file" and "files" variants, the `` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided. - -For all variants, the `` parameter specifies an optional filter that transforms the titles of the imported tiddlers. For example, `[addprefix[$:/myimports/]]` would add the prefix `$:/myimports/` to each title. - -Preceding the `--fetch` command with `--verbose` will output progress information during the import. - -Note that TiddlyWiki will not fetch an older version of an already loaded plugin. - -The following example retrieves all the non–system tiddlers from https://tiddlywiki.com and saves them to a JSON file: - -``` -tiddlywiki --verbose --fetch file "https://tiddlywiki.com/" "[!is[system]]" "" --rendertiddler "$:/core/templates/exporters/JsonFile" output.json text/plain "" exportFilter "[!is[system]]" -``` - -The following example retrieves the "favicon" file from tiddlywiki.com and saves it in a file called "output.ico". Note that the intermediate tiddler "Icon Tiddler" is quoted in the "--fetch" command because it is being used as a transformation filter to replace the default title, while there are no quotes for the "--savetiddler" command because it is being used directly as a title. - -``` -tiddlywiki --verbose --fetch raw-file "https://tiddlywiki.com/favicon.ico" "[[Icon Tiddler]]" --savetiddler "Icon Tiddler" output.ico -``` - diff --git a/languages/en-PH/Help/init.tid b/languages/en-PH/Help/init.tid deleted file mode 100644 index a1f38901c..000000000 --- a/languages/en-PH/Help/init.tid +++ /dev/null @@ -1,23 +0,0 @@ -title: $:/language/Help/init -description: Initialize a new wiki folder - -Initialize an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition. - -``` ---init [ ...] -``` - -For example: - -``` -tiddlywiki ./MyWikiFolder --init empty -``` - -Note: - -* The wiki folder directory will be created if necessary -* The "edition" defaults to ''empty'' -* The init command will fail if the wiki folder is not empty -* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file -* When multiple editions are specified, editions initialized later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition) -* `--editions` returns a list of available editions diff --git a/languages/en-PH/Help/listen.tid b/languages/en-PH/Help/listen.tid deleted file mode 100644 index a9d57f617..000000000 --- a/languages/en-PH/Help/listen.tid +++ /dev/null @@ -1,35 +0,0 @@ -title: $:/language/Help/listen -description: Provides an HTTP server interface to TiddlyWiki - -Serves a wiki over HTTP. - -The listen command uses NamedCommandParameters: - -``` ---listen [=]... -``` - -All parameters are optional with safe defaults, and can be specified in any order. The recognized parameters are: - -* ''host'': optional hostname to serve from (defaults to "127.0.0.1" aka "localhost") -* ''path-prefix'': optional prefix for paths -* ''port'': port number on which to listen; non–numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to "8080") -* ''credentials'': pathname of credentials CSV file (relative to wiki folder) -* ''anon-username'': the username for signing edits for anonymous users -* ''username'': optional username for basic authentication -* ''password'': optional password for basic authentication -* ''authenticated-user-header'': optional name of request header to be used for trusted authentication. -* ''readers'': comma-separated list of principals allowed to read from this wiki -* ''writers'': comma-separated list of principals allowed to write to this wiki -* ''csrf-disable'': set to "yes" to disable CSRF checks (defaults to "no") -* ''root-tiddler'': the tiddler to serve at the root (defaults to "$:/core/save/all") -* ''root-render-type'': the content type to which the root tiddler should be rendered (defaults to "text/plain") -* ''root-serve-type'': the content type with which the root tiddler should be served (defaults to "text/html") -* ''tls-cert'': pathname of TLS certificate file (relative to wiki folder) -* ''tls-key'': pathname of TLS key file (relative to wiki folder) -* ''debug-level'': optional debug level; set to "debug" to view request details (defaults to "none") -* ''gzip'': set to "yes" to enable gzip compression for some HTTP endpoints (defaults to "no") -* ''use-browser-cache'': set to "yes" to allow the browser to cache responses to save bandwidth (defaults to "no") - -For information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com. - diff --git a/languages/en-PH/Help/password.tid b/languages/en-PH/Help/password.tid deleted file mode 100644 index caba4af8d..000000000 --- a/languages/en-PH/Help/password.tid +++ /dev/null @@ -1,10 +0,0 @@ -title: $:/language/Help/password -description: Set a password for subsequent cryptography operations - -Set a password for subsequent cryptography operations - -``` ---password -``` - -''Note'': This should not be used for serving TiddlyWiki with password protection. Instead, see the password option under the [[ServerCommand]]. diff --git a/languages/en-PH/Help/render.tid b/languages/en-PH/Help/render.tid deleted file mode 100644 index 365fcb32c..000000000 --- a/languages/en-PH/Help/render.tid +++ /dev/null @@ -1,35 +0,0 @@ -title: $:/language/Help/render -description: Renders individual tiddlers to files - -Render individual tiddlers identified by a filter and save the results to the specified files. - -Optionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the "currentTiddler" variable set to the title of the tiddler that is being rendered. - -A name and value for an additional variable may optionally also be specified. - -``` ---render [] [] [