mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-13 16:30:09 +00:00
rename: slopsmith -> feedBack, byron -> got-feedBack
Renames across the entire codebase: - slopsmith/Slopsmith/SLOPSMITH/SlopSmith -> feedBack/FeedBack/FEEDBACK/FeedBack - byron/Byron/Byrongamatos -> got-feedBack/got-feedBack/got-feedBack - /home/byron/ -> /opt/got-feedBack/ - byron@ougsoft.com -> hi@got-feedBack.org - github.com/byrongamatos/ -> github.com/got-feedback/ - com.byron. -> com.got-feedback. - SLOPSMITH_ env vars -> FEEDBACK_ with backward-compat fallback - Protocol/storage strings migrated with read-old/write-new pattern - window.slopsmith JS API -> window.feedBack (canonical) + backward-compat alias Refs: #rename-slopsmith
This commit is contained in:
committed by
byrongamatos
parent
fdbab2a9e1
commit
d3037b903e
+2
-2
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
lib/gp2rs_gpx.py — Guitar Pro 6 (.gpx) support shim for gp2rs.
|
||||
|
||||
Drop this file into slopsmith/lib/ alongside gp2rs.py.
|
||||
Drop this file into feedBack/lib/ alongside gp2rs.py.
|
||||
No third-party dependencies — pure Python stdlib only.
|
||||
|
||||
Public API mirrors the two functions that the editor plugin calls:
|
||||
@@ -20,7 +20,7 @@ from pathlib import Path
|
||||
|
||||
from safepath import safe_join
|
||||
|
||||
_log = logging.getLogger("slopsmith.lib.gp2rs_gpx")
|
||||
_log = logging.getLogger("feedBack.lib.gp2rs_gpx")
|
||||
|
||||
|
||||
def _safe_filename_stem(name: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user