.
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Thu, 25 Jun 2026 15:19:30 +0000 (15:19 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Thu, 25 Jun 2026 15:19:30 +0000 (15:19 +0000)
developer/document/counter_tags.txt [deleted file]
shared/upstream/.gitignore [deleted file]

diff --git a/developer/document/counter_tags.txt b/developer/document/counter_tags.txt
deleted file mode 100644 (file)
index 2c3535d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-
-1. The tags
-
-
-  1.1.declares a counter
-
-    declare: <RT-counter_init name="figure" style="Natural" initial="1" separator="." separator-placement="embeded-only">
-    increment: <RT-counter_inc name="figure">
-    scoped indent:  <RT-counter_indent name="figure"> ... </RT-counter-indent>
-
-
-  scoped indent can be nested, it adds a level to the counting based on the separator.
-
-    style: "Natural"  "roman"  "roman-outline"
-    separator_placement: embedded, embedded-after   (1  1.1  1.1.1  vs   1. 1.1.  1.1.1.)
-
-  1.2.
-
-    <RT-counter_label  name="figure"  label="a cute figure">
-    <RT-counter-read  label="a cute figure" key="count">
-
-    `label` puts in a dictionary, keyed by label, the value being a pair, a reference to the counter object associated with the name, and the count at the given point in the code
-    `reference` 
-
-    `read` is given either a name or a label, and returns the keyed value. The key "count" is set by the layout elements of 1.1 of course. Other keys include 'name' 'label' 'style', 'initial', 'separator', 'separator-placement'.  read replaces its innerHTML with the read value.
-
-
-2. The algorithm
-
-  The counter uses layout tags that come before paginate. Each receive the entire DOM and do their work to completion before returning
-
-  counter_do_count() : finds the counter tags, in order, and sets the count values
-
-  counter_do_label() : builds the label dictionary
-
-  counter_do_read() : finds all the read tags, and sets the innerHTML
-
-
-
diff --git a/shared/upstream/.gitignore b/shared/upstream/.gitignore
deleted file mode 100644 (file)
index aa0e8eb..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!/.gitignore
\ No newline at end of file