@@ -40,21 +40,16 @@ <h2 id="ec-body">Developer Notes</h2>
40
40
and it’s called EasyCoder. I won’t provide a step-by-step tutorial
41
41
(I have to leave you some work to do!) but just point you to where you can get
42
42
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 >
52
45
< p > To create your own EasyCoder website, use the top part of this file as a template.
53
46
EasyCoder itself is brought in from CDN; the only local resource apart from a stylesheet
54
47
is the script itself, which is embedded in a <pre>...</pre> tag as shown above.
55
48
In this particular case the script is just a boot that calls in a much larger script,
56
49
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 >
58
53
< p > And that’s all I have to say. I hope to be around for a few years yet,
59
54
so do contact me if you would like to know anything. After that it’ll be out of my hands.</ p >
60
55
</ div >
0 commit comments