From: Thomas Walker Lynch Date: Wed, 20 May 2026 07:08:51 +0000 (+0000) Subject: adds standalone install doc X-Git-Url: https://git.reasoningtechnology.com/%28%5B%5E?a=commitdiff_plain;h=4bee15a2446ce8c6252c3516c76eb0b4dba163a1;p=RT-style-JS_public adds standalone install doc --- diff --git a/document/install_standalone.md b/document/install_standalone.md new file mode 100644 index 0000000..26586b0 --- /dev/null +++ b/document/install_standalone.md @@ -0,0 +1,68 @@ +The `Harmony` skeletong is setup to use `RT-style-JS_public`, it only requires that the `RT-style-JS_public` be installed to the side, at the same directory level, as the `Harmony` project. + +`RT-style-JS_public` can be used with a standalone html document + +1. cd to the directory with the standalone document + +2. install RT-style-JS_public + 1.1 git clone https://github.com/Thomas-Walker-Lynch/RT-style-JS_public.git + 1.2 enter RT-style-JS: + > bash + > . setup developer + > make + > release write + > exit + +3. make these files: + + > cat_named setup.js dictionary_style-directory.js + -------------------------------------------------------------------------------- + setup.js 2026-05-20T06:47:33Z + + window.RT_REPO_ROOT = "../"; + document.write(''); + document.write(''); + document.write(''); + + + -------------------------------------------------------------------------------- + dictionary_style-directory.js 2026-05-20T06:49:14Z + + window.StyleRT_namespaces = { + "RT": "RT-style-JS_public/consumer/release/RT" + ,"Project": "style" + }; + + +4. Give the html file this structure: + + + + + + On Cybersecurity and Commonsense + + + + + + + + + + + + +

hello

+ + +
+ +