From dad9a666e473796d1399ffd9b4c949277d5f2127 Mon Sep 17 00:00:00 2001 From: Me Here Date: Mon, 25 May 2026 13:04:28 -0500 Subject: [PATCH] Point source links at the public Codeberg repo In-app help "Source" link and README now reference codeberg.org/VARASYS/metronome (the public mirror) instead of the internal git.varasys.io. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea4c796..3dcbae3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Raspberry Pi Pico hardware build. Stack as many "meter lanes" as you like; each its own little metronome with a grouping, subdivision, drum voice and a per-step pattern with accents. Layering lanes produces polymeter and true ratio polyrhythm. -**Live:** https://metronome.varasys.io +**Live:** https://metronome.varasys.io · **Source:** https://codeberg.org/VARASYS/metronome It's a single, self‑contained `index.html` — **zero dependencies**: no framework, no build step, no bundled or CDN libraries, and nothing fetched at runtime. State diff --git a/index.html b/index.html index 7a30da1..dbe306b 100644 --- a/index.html +++ b/index.html @@ -362,7 +362,7 @@ EscClose tray / help · cancel an armed switch
-

Source: git.varasys.io/VARASYS/metronome

+

Source: codeberg.org/VARASYS/metronome

Your set lists, items and practice log live only in this browser (localStorage) — nothing is uploaded. To move or share them, use the set-list menu: Share set-list link copies a link encoding the whole set list (open it elsewhere to import a copy); Share settings link shares just the loaded item; Export all / Import file back up everything as a JSON file.

This is a single-page app — save this page (Ctrl/⌘+S) and open the file to run it fully offline, no server needed. One catch when running from a local file://: it won't auto-save your set list between sessions, so export a backup (set-list menu → Export all) to keep your work.