1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-11 02:28:54 +00:00
6502bench/docs
Andy McFadden 992e008e7d Add multi-inline extension script to tutorial
It's useful to have an example of an extension script that handles
multiple types of things.  It's also good to show that scripts can
handle data types other than strings, and can chase an address to
format data items elsewhere in the code.

This required updating the tutorial binary, adding the new script,
and updating the tutorial text and associated screen shots.
2021-08-15 10:00:00 -07:00
..
images Move web site from gh-pages to master branch 2021-06-05 11:08:36 -07:00
sgtutorial Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
block-repl.py Add "suggestions" page to tutorial 2021-08-03 15:09:23 -07:00
CNAME Create CNAME 2021-06-05 11:07:14 -07:00
incl-footer.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
incl-head.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
incl-masthead.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
incl-topnav.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
index.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
main.css Don't strip topnav on narrow devices 2021-06-23 13:32:04 -07:00
README.md Update README 2021-06-08 13:14:14 -07:00

This is the project web site, served through GitHub Pages. The URL https://6502bench.com/ is mapped here. Any change checked in to this part of the tree is (almost) immediately visible on the web.

Many of the pages share common elements: masthead, top nav bar, side nav bar, and footer. These are inserted by a Python script (block-repl.py) that must be run whenever one of the "-incl" files changes.