view src/changes.txt @ 7:df1e18048d97

add examples/min.html and better defaults
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 23:46:09 -0600
parents c26f7240e96b
children 9159df67520a
line wrap: on
line source

changes, most recent at top


Added examples/min.html and fixed defaults of 'style', 'width', and 'height'.  'width' defaults to 600 and 'height' defaults to 300.  The dimensions of the textarea aren't used.  This guarantees a reasonable default.

fix emoticonsRoot

Move /development/* to /

Remove jQuery, another modern nightmare.

Remove minified.  Donald Knuth said "The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming."  This certainly applies to minification of static files that are cached in the browser anyway.  Not only is this pointless but it makes debugging more difficult and forces a build process.  But of course modern scum programmers love this because they love pointless complexity.

Add changes.txt
Add serve.sh