qbasicapps.git
6 hours agodocs(site): add CUSTOM_ID anchors, fix links, refresh media master
Svjatoslav Agejenko [Sat, 22 Aug 2026 16:32:56 +0000 (19:32 +0300)]
docs(site): add CUSTOM_ID anchors, fix links, refresh media

- Add kebab-case :CUSTOM_ID: slugs to headings across all index.org
  pages so exported HTML gets stable, readable anchor ids
  (index.html#fractals instead of org-generated ids)
- Replace fragile [[id:UUID]] in-page links with slug-based [[#slug]]
  links (LPT driver API table, root index overview)
- Fix "Back to BASIC applications collection" links pointing one
  directory level too shallow in category pages
- Fix Miscellaneous 3D demos link pointing to the Space page, and the
  duplicated :ID: UUID shared by the Games and Math sections
- Replace stale .png/.webm media references with recaptured
  "- Screenshot 0.png" / "- Screencast 0.mp4" files; embed videos via
  HTML5 <video> blocks
- Re-export Automated school clock v1 README.html with the current
  Org HTML exporter
- Include *.mp4 in the Tools/Update web site rsync filter
- Document the CUSTOM_ID convention in AGENTS.org

7 hours agodocs: recapture gallery media and sync all index pages
Svjatoslav Agejenko [Sat, 22 Aug 2026 15:28:51 +0000 (18:28 +0300)]
docs: recapture gallery media and sync all index pages

- Replace legacy .webm/.png captures with '<name> - Screencast N.mp4'
  and '<name> - Screenshot N.png' files across 2D GFX, 3D GFX, Games,
  Math, Miscellaneous, Networking and Tutorial
- Point every index.org video/image reference at the new captures;
  sections whose screenshots were recaptured as screencasts now embed
  video blocks
- Fix broken source links: Bouncing cubes wrong directory prefix,
  copy-pasted '!.bas' links in Galaxy/Universe explorer, Alarm comma
  filenames, Pomppu Paavo moved into its own subdirectory
- Add 'Back to BASIC applications collection' parent link to all 13
  topic pages
- worm.bas: guard tail/head ring-buffer pointers against out-of-range
  access for dead or overgrown worms
- Stars.bas: drop spurious totalStars increment in galaxy creation
- Anaglyph.bas, Tiled room.bas: emit SOUND 0, .5 at main loop start

12 hours agodocs(2d-gfx): recapture fractals, spirals and textures media
Svjatoslav Agejenko [Sat, 22 Aug 2026 10:59:33 +0000 (13:59 +0300)]
docs(2d-gfx): recapture fractals, spirals and textures media

- Replace old .webm/.png media in Fractals, Spirals and Textures with
  recaptured "- Screencast 0.mp4" and "- Screenshot N.png" files
- Update the three index.org pages to reference the new captures
- Merge the two-image "Sphere forming spiral" section into a single
  screenshot (only one stage was recaptured)
- Remove stale Textures/logo.png

12 hours agodocs(animations): recapture screencasts as mp4 and update index page
Svjatoslav Agejenko [Sat, 22 Aug 2026 10:48:58 +0000 (13:48 +0300)]
docs(animations): recapture screencasts as mp4 and update index page

- Replace all .webm screencasts with recaptured "- Screencast 0.mp4"
  versions showcasing new CRT Basic capabilities
- Update index.org video references to the mp4 files and show the new
  Tree screenshot instead of a video
- Add missing sections for circular patterns, sun&eart, maze, matrix2
  and mkcircle
- Add mkcircle.bas source

2 days agoinitial commit
Svjatoslav Agejenko [Thu, 20 Aug 2026 21:21:24 +0000 (00:21 +0300)]
initial commit