Skip to content

Commit 223fc45

Browse files
committed
- Corrected a bunch of broken links
- Put bullets back on sitemap - In TOC, made it so that sub-headings work when an ID is declared, as well as when it isn't - Adjusted site so that non-.huge pages are a more reasonable size - Made it cope better with changing widths
1 parent 372ca79 commit 223fc45

23 files changed

+322
-336
lines changed

Programming-Productivity.xml

-287
This file was deleted.

RAD/Backend-to-Frontend-Design.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<filename>Backend-to-Frontend-Design.xml</filename>
55
<sitedir>RAD</sitedir>
66
<content>
7-
<p>As per <a href="Programming-Productivity.html#UI-churn">Introduction to
7+
<p>As per <a href="/#UI-churn">Introduction to
88
Programming Productivity</a>, the database experts should be in control of the
99
architecture. </p>
1010

RAD/Introduction.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ can best express this by making a bullet list of the things that I think should
154154
be implemented in an IDE that fully supports Programming Productivity:</p>
155155

156156
<ul>
157-
<li><b><a href="RAD/Database-Design-Editor.html">Database Design
157+
<li><b><a href="RAD/Database-Design-Editor.xml">Database Design
158158
Editor</a></b>: Lets you visually edit the design of your database</li>
159-
<li><b><a href="RAD/Code-Editors.html">Code Editors</a></b></li>
159+
<li><b><a href="RAD/Program-Editors.xml">Code Editors</a></b></li>
160160
<ul>
161161
<li><b>Regular Code Editor:</b> These are standard; no explanation
162162
needed</li>
@@ -170,9 +170,9 @@ be implemented in an IDE that fully supports Programming Productivity:</p>
170170
the diagram have code inside them. We should be able to edit it.
171171
</li>
172172
</ul>
173-
<li><b><a href="RAD/GUI-Editor.html">GUI Editor</a>:</b> Something that allows editing the GUI in a visual,
173+
<li><b><a href="RAD/UI-Editors.xml#GUI-Editor">GUI Editor</a>:</b> Something that allows editing the GUI in a visual,
174174
drag-and-drop manner (Forms)</li>
175-
<li><b><a href="RAD/Document-Editor.html">Document Editor</a>:</b> This allows people to edit a document that could
175+
<li><b><a href="RAD/UI-Editors.xml#Document-Editor">Document Editor</a>:</b> This allows people to edit a document that could
176176
be made into a report. This would be influenced by word processors,
177177
and by the Notebook model (cf. Jupyter)</li>
178178
</ul>

RAD/UI-Editors.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ where that's useful. </p>
146146
control panels like those at <a href="https://www.bluecataudio.com/Products/Product_PlugNScript/">
147147
Blue Cat's Plug'n Script</a>. </p>
148148

149-
<h1>Document Editor (Reports)</h1>
149+
<h1 id="Document-Editor">Document Editor (Reports)</h1>
150150

151151
<h2>Overview</h2>
152152

TOP-toc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
}
5454

5555
.left-column ul {
56-
list-style-type: none;
56+
/* list-style-type: none; */
5757
padding: 5pt;
5858
}

TOP/Collection-Convergence/Database-Engine-Neutrality.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ aspect of OOP.
7575
</div>
7676

7777
<p>Note that the quote above observes that OOP doesn't go in for the features
78-
mentioned in <a href="Collection-Convergence/Database-Engine-Neutrality.html">
78+
mentioned in <a href="TOP/Collection-Convergence/Database-Engine-Neutrality.xml">
7979
Database Engine Neutrality</a>. </p>
8080

8181
<div class="blockquote">
@@ -95,7 +95,7 @@ and troubleshooting.</p>
9595
</div>
9696

9797
<p>For a partial explanation of why they're a snap, see
98-
<a href="RAD/UI-Editors.html#GUI-Editor">GUI Editors</a>.</p>
98+
<a href="RAD/UI-Editors.xml#GUI-Editor">GUI Editors</a>.</p>
9999

100100
<h2>File-Based Tables</h2>
101101

TOP/Collection-Convergence/Introduction/index.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<content>
77
<h2>Overview</h2>
88

9-
<div class="blockquote" style="margin-left: 25%; margin-right: 25%">
9+
<div class="blockquote" style="margin-left: 20%; margin-right: 20%">
1010

1111
<div style="float:right; margin-left: 6pt; margin-bottom: 6pt">
1212
<img src="TOP/Collection-Convergence/Introduction/converge.gif"
1313
border="0" alt="convergence diagram"/>
1414
</div>
15-
<p>There is a pattern to many of the recommendations (ie. <a
16-
href="Concepts/Database-Engine-Neutrality.html">Database Engine Neutrality</a>
17-
and <a href="Concepts/Data-Dictionaries.html">Data Dictionaries</a>):
15+
<p>There is a pattern to many of the recommendations [ie. <a
16+
href="TOP/Collection-Convergence/Database-Engine-Neutrality.xml">Database Engine Neutrality</a>
17+
and <a href="TOP/Collection-Convergence/Data-Dictionaries.xml">Data Dictionaries</a>]:
1818
Collection Convergence.</p>
1919

2020
<p>...</p>
2121

2222
<p>Besides morphability and scalability [described in the refactoring section of
23-
<a href="file:///home/wayland/src/TOP/TOP-doco/generated/Introduction/Why.html">
23+
<a href="TOP/Introduction/Why.xml">
2424
Why Table-Oriented Programming</a>], another benefit is <b>easier training</b>.
2525
Instead of learning four or more <b>different</b> collection management systems,
2626
one should only have to learn a single protocol. Fine adjustments and

TOP/Collection-Convergence/Memory-Mapping-Reduction.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ work.</p>
2020
<p>Here it also becomes clear that TOP also requires UI support. Raku again
2121
doesn't support this out-of-the-box. Various UIs have been added, but these UIs
2222
don't have consistent interfaces (eg. a curses-based form can't be turned into a
23-
HTML form with minimal effort). See <a href="RAD/UI-Editors.html">UI
23+
HTML form with minimal effort). See <a href="RAD/UI-Editors.xml">UI
2424
editors</a> for the plan.</p>
2525

2626
<p>This would require another set of language features -- forms and reports.</p>

0 commit comments

Comments
 (0)