before Harmony update
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Sat, 20 Jun 2026 15:55:55 +0000 (15:55 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Sat, 20 Jun 2026 15:55:55 +0000 (15:55 +0000)
developer/authored/RT/document/RT [new symlink]
developer/authored/RT/document/style_manual.html
shared/linked-project/.gitignore [new file with mode: 0644]
shared/third_party/.gitignore [deleted file]
shared/third_party/upstream/.gitignore [deleted file]

diff --git a/developer/authored/RT/document/RT b/developer/authored/RT/document/RT
new file mode 120000 (symlink)
index 0000000..2a6dec2
--- /dev/null
@@ -0,0 +1 @@
+/home/Thomas/subu_data/developer/project/RT-style-JS_public/shared/linked-project/RT-style-JS_public/consumer/release/RT
\ No newline at end of file
index 2d36e90..61e0d74 100644 (file)
@@ -3,14 +3,11 @@
   <head>
     <meta charset="UTF-8">
     <title>RT Style System: Reference Manual</title>
-    
+
     <script>
       window.RT = window.RT || {};
-
-      // !! document author !!  This must point, relative to the document directory, to the RT library:
-      window.RT.dirpr_library = "../consumer/release/RT";
-
-      document.write('<script src="' + window.RT.dirpr_library + '/core/loader.js"><\\/script>');
+      window.RT.dirpr_library = "RT";
+      document.write('<script src="' + window.RT.dirpr_library + '/core/loader.js"></' + 'script>');
     </script>
     <script>
       window.RT.load('core/utility');
 
       <RT-chapter>Manifest</RT-chapter>
       <RT-code>
-        1. style_orchestrator.js    (Example/default footer script)
         2. utility.js               (Math/Color physics)
         3. article_tech_ref.js      (Typography and CSS injection)
         4. RT_code.js               (Code block logic)
         9. page_fixed_glow.js       (Visual page container)
       </RT-code>
 
-      <script src="style/style_orchestrator.js"></script>
-      <script>
-        window.RT.style_orchestrator();
-      </script>
-
       <RT-chapter>RT conventions</RT-chapter>
       <p> Headings are first letter capitalized. Remaining words are as they would be in English prose.</p>
 
diff --git a/shared/linked-project/.gitignore b/shared/linked-project/.gitignore
new file mode 100644 (file)
index 0000000..2762afa
--- /dev/null
@@ -0,0 +1,6 @@
+# Ignore all files
+*
+
+# But don't ignore the .gitignore file itself
+!/.gitignore
+
diff --git a/shared/third_party/.gitignore b/shared/third_party/.gitignore
deleted file mode 100644 (file)
index 0de97f0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Ignore all files
-*
-
-# But don't ignore the .gitignore file itself
-!/.gitignore
-
-# keep the upstream directory
-!/upstream
diff --git a/shared/third_party/upstream/.gitignore b/shared/third_party/upstream/.gitignore
deleted file mode 100644 (file)
index aa0e8eb..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!/.gitignore
\ No newline at end of file