8 Commits

Author SHA1 Message Date
50fd495b2c
replace non-breaking space characters with spaces
this is a formatting/publishing artifact that we don't need in the
Markdown, and the existence of those characters is throwing off some
other scripts

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 13:19:53 -05:00
2e80f6e111
remove errant second level header added to the doc
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 11:04:37 -05:00
7b15ed3c4c
for the web, add a table of contents extension
this will need to be styled better (off on the side?), especially when
there are more levels to the TOC, but I can use this to test for now

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 11:02:37 -05:00
38984146cc
add level 1 and level 2 headers
had to do this one by hand, at least parts of level 3 should be easier,
but I think some level 4 stuff will accidentally get 3ed. we'll see

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 10:28:16 -05:00
eda2b9bbcc
reorganize the legal/license section and add it as a patch to the CCSRD
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 09:23:40 -05:00
3e8917eca7
update existing patch headers just to help with naming
just thinking it'd probably good to indicate the file pattern I use for
changes, which works better in tools (vim) if the filename ends in .md

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 09:08:50 -05:00
61af604f75
script a patch that removes terminal whitespace
I think a number of base conversions are going to be automated pieces
that clean up the converted CSRD before it is suitable for further
editing. whereas a lot of human changes are going to be bespoke edits of
the "base" CCSRD, creating the CCSRD itself is looking like it's going
to be some machine work to spruce up the Markdown, so I might as well
include those scripts as well

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 08:24:39 -05:00
3dd2bf61a3
scaffolding for patching the SRD
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-03 23:52:40 -05:00