You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the Solana $GSG section, and remove em-dashes from the site copy (#18)
* Add the $GSG token section to the site
Placed last, after the FAQ, and deliberately kept out of the main nav. The
page's job is to get someone to trust a backup tool with their save files;
the token is not that pitch and should not compete with it.
The copy states what the token does and does not do rather than selling it:
trading fees go toward running the project — hosting, domain, build
infrastructure — while the software stays MIT-licensed and free, and holding
$GSG grants no ownership, governance, revenue share or claim over the
software, its repository or its roadmap.
An earlier draft said the token "does not fund development". That is removed
rather than left alongside the fee commitment, since the two contradict each
other and shipping both would be worse than either.
The address is shown in checksummed form with a copy button (42 characters is
miserable to select on a phone) and a link to the Blockscout explorer, so the
contract can be verified rather than taken on trust.
* Remove the $GSG token section from the site
The section is gone at the owner's request: the token is no longer being
carried forward, and a page that tells people to buy a contract nobody is
maintaining is worse than no section at all.
It also carried a live claim — that trading fees fund the project's hosting.
That was true as a commitment when it went up and stopped being true the
moment the token was set aside, so it comes down with the rest rather than
being left to age into a false statement.
Removed cleanly: the section, its styles, and the clipboard helper that
existed only to copy the contract address. Verified nothing is left behind —
no address, no ticker, no explorer link, no dead anchors — and the page still
passes its structure checks with seven sections, one h1 and no broken
in-page links.
* Add the Solana $GSG section and drop em-dashes from the site copy
The token section returns, this time for the Solana mint. Two things it does
that the previous one did not need to:
It names the chain in the heading and shows the full mint address, because an
identically named $GSG exists on Robinhood Chain and "buy $GSG" is ambiguous
without it. The section also tells readers to check the address character by
character before buying anything with that name, since tickers are not unique
across chains and copies are trivial to make.
It states the on-chain facts a buyer would otherwise have to look up: mint
authority revoked, freeze authority revoked, fixed supply of 1,000,000,000.
All three were verified against a Solana RPC rather than taken from the
launchpad UI.
The fee commitment is back at the owner's request: trading fees go toward
hosting, the domain and build infrastructure, with the software staying
MIT-licensed and free. The disclaimer sits directly underneath, unchanged.
Separately, every em-dash is gone from the reader-facing copy: 22 of them,
rewritten as sentences rather than swapped for hyphens, since a hyphen
standing where an em-dash was still reads as an em-dash that lost a fight.
The seven that remain are inside CSS and JS comments, which no reader sees.
---------
Co-authored-by: Vasanthdev2004 <Vasanthdev2004@users.noreply.github.com>
<title>Game Save Genie — Steam Cloud for the games that don't have it</title>
7
-
<metaname="description" content="Automatic, versioned, self-hosted cloud save sync for PC games. Hydra, GOG offline installers, repacks, emulators — anything a launcher isn't protecting. Your saves, your cloud, no subscription.">
6
+
<title>Game Save Genie: Steam Cloud for the games that don't have it</title>
7
+
<metaname="description" content="Automatic, versioned, self-hosted cloud save sync for PC games. Hydra, GOG offline installers, repacks, emulators. Anything a launcher isn't protecting. Your saves, your cloud, no subscription.">
<pclass="body">Backs up the games nothing else is protecting — automatically, versioned, to storage you already own.</p>
541
+
<pclass="body">Backs up the games nothing else is protecting. Automatic, versioned, to storage you already own.</p>
520
542
</div>
521
543
<div>
522
544
<pclass="label">Works with</p>
@@ -592,20 +614,20 @@ <h1>
592
614
<pclass="eyebrow">The problem</p>
593
615
<h2>If you play outside Steam, nothing is protecting your saves</h2>
594
616
<pclass="lede">
595
-
One corrupted file, one Windows reinstall, one “wait — which PC did I play on last?”
617
+
One corrupted file, one Windows reinstall, one “wait, which PC did I play on last?”
596
618
and dozens of hours are gone. Paid save-sync services cap your history at a couple of
597
619
backups and delete everything when you stop paying.
598
620
</p>
599
621
<pclass="lede">
600
622
Game Save Genie runs quietly in the background and gives those games what the
601
623
launchers give theirs. Steam, Epic and Xbox titles are detected and skipped
602
-
automatically — they already sync their own saves.
624
+
automatically, because they already sync their own saves.
603
625
</p>
604
626
<divclass="shot">
605
627
<imgsrc="assets/dashboard.svg" alt="The gsg dashboard: tracked games on the left with backup counts and cloud target, save versions on the right, and an activity log below.">
606
628
</div>
607
629
<pclass="shot-caption">
608
-
<code>gsg</code> — arrow to a version, press <code>r</code> to restore. No ids to copy.
630
+
<code>gsg</code>. Arrow to a version, press <code>r</code> to restore. No ids to copy.
609
631
</p>
610
632
</div>
611
633
</section>
@@ -624,7 +646,7 @@ <h3>Install</h3>
624
646
<divclass="step surface">
625
647
<spanclass="num">STEP 02</span>
626
648
<h3>Connect your cloud</h3>
627
-
<p>Run <code>gsg</code>. Google Drive and OneDrive open a browser — sign in, click
649
+
<p>Run <code>gsg</code>. Google Drive and OneDrive open a browser. Sign in and click
628
650
Allow. For any S3 bucket or your own server, run <code>gsg setup-s3</code>
0 commit comments