# R-Scope — Etsy / retail package Strategy: **sell-through, buy cheaper than piracy + support.** ## Build ZIP **Generic (no watermark)** — demos, your own machine: ```powershell cd X:\lab.rnote.jp\public_html\RELEASE\TFM\R-Scope\dist .\pack-r-scope.ps1 ``` Output: `r-scope-2.2.3-standalone.zip` **Per Etsy order (subtle watermark)** — embeds order id in `config/local.json`: ```powershell .\pack-order.ps1 -OrderRef 3847291045 ``` Output: `r-scope-2.2.3-standalone-3847291045.zip` Until registered, the **left folder pane** shows a faint diagonal watermark (`edition_ref`). Buyer enters the **8-character code** (toolbar **Register**) to clear it. The script prints the code when you run `pack-order.ps1`: ``` Buyer registration code: A1B2C3D4 (send via Etsy message) ``` Code is derived from the order ref (same formula every time — you can recompute if needed). ## Contents Flat folder — no `RELEASE/` path. | Mode | Files | |------|-------| | **A Local** | `Open-R-Scope.bat`, `QUICKSTART.txt`, `config/scopes.json` → port 8080+ | | **B Hosting** | Upload all → `root-proxy.php` on server | See `LOCAL-MODES.md`. Future: single EXE bundle (portable PHP inside). ## Customize per order Prefer `pack-order.ps1` (automatic). Optional extra note in Etsy message: ``` Licensed to: [Buyer name] · Order #[number] ``` ## Listing See `ETSY-LISTING.md` ## Dev workflow 1. Edit canonical source: `RELEASE/TFM/R-Scope/` + manuals at `public_html/` 2. Run `pack-r-scope.ps1` 3. Upload ZIP to Etsy digital listing 4. Bump version in script when releasing ## v2.3 roadmap **Etsy stays on v2.2.2 for now.** v2.3 is lab / PoC first. Full design doc: **`../ROADMAP-v2.3.md`** (JP) Summary: | Area | v2.3 targets | |------|----------------| | **RealWear PoC (Sept 2026)** | mp4 preview, `inbox/` / `instructions/` / `meetings/`, instruction handoff outside Teams chat | | **Non-destructive layers** | PDF + `.rnote` sidecar (page overlays); same model as photos | | **Teams** | AV only; R-Scope = durable docs + annotations + recordings | | **UI (One Commander)** | Folder size/date in tree, view density modes, full layout presets | | **Auth** | Finer roles (view-only vs edit) | Already shipped in **2.2.3** (not v2.3): breadcrumb, size sort, ShotMemo, back/forward history.