Skip to content

Commit 0992133

Browse files
committed
Doc
1 parent 6513188 commit 0992133

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,16 @@ <h2 id="ec-body">Developer Notes</h2>
4040
and it&#8217;s called EasyCoder. I won&#8217;t provide a step-by-step tutorial
4141
(I have to leave you some work to do!) but just point you to where you can get
4242
the information you need.</p>
43-
<p>The EasyCoder source code repository is at
44-
<a href="https://github.com/easycoder">https://github.com/easycoder</a>.
45-
It should be possible to place this on a server and run it up.
46-
Inside the Codex is a table of contents with a number of articles
47-
about building websites with EasyCoder. One of these explains the mechanism used here,
48-
where the home page contains just a boot script which loads the main script(s)
49-
that do all the work. With the help of the debugger in your browser you should be able
50-
to get familiar with the architecture, though in most cases all you will need is to know
51-
the script commands themselves, all of which are documented in the Codex.</p>
43+
<p>The most significant part of this website is our Codex, which is a combination of
44+
tutorial and programmer's playground designed to get you familiar with EasyCoder.</p>
5245
<p>To create your own EasyCoder website, use the top part of this file as a template.
5346
EasyCoder itself is brought in from CDN; the only local resource apart from a stylesheet
5447
is the script itself, which is embedded in a &lt;pre&gt;...&lt;/pre&gt; tag as shown above.
5548
In this particular case the script is just a boot that calls in a much larger script,
5649
but if you prefer you can dispense with that mechanism and put everything into index.html.
57-
</p>
50+
The Codex has some articles that will make all this clear.
51+
<p>The entire EasyCoder source code repository is at
52+
<a href="https://github.com/easycoder">https://github.com/easycoder</a>.</p>
5853
<p>And that&#8217;s all I have to say. I hope to be around for a few years yet,
5954
so do contact me if you would like to know anything. After that it&#8217;ll be out of my hands.</p>
6055
</div>

0 commit comments

Comments
 (0)