+ <p>EasyCoder has its own website at <a href="https://easycoder.software">https://easycoder.software</a>, but this will only continue to exist as long as someone goes on paying the hosting fees. Once I’m no longer around they may well stop. For this and other reasons I created the EasyCoder Codex, a separate website that carries a tutorial on the language and a complete programmers’ reference manual. This of course will also go down once hosting ceases, but the Codex is also on GitHub, which will continue without any intervention from me. The URL is <a href="https://easycoder.github.io">https://github.com/gtanyware/EasyCoder</a>, and in the “codex” folder you’ll find all the files plus a zipped archive. It should be possible to place this on a server and run it up. Inside the Codex is a table of contents with a number of articles about building websites with EasyCoder. One of these explains the mechanism used here on Yorkshirewoman, where the home page contains just a boot script which loads the main script(s) that do all the work. With the help of the debugger in your browser you should be able to get familiar with the architecture, though in most cases all you will need is to know the script commands themselves, all of which are documented in the Codex.</p>
0 commit comments