Skip to content

Commit efbd2a2

Browse files
committed
update some copy and remove sponsorship
1 parent 27aad78 commit efbd2a2

2 files changed

Lines changed: 4 additions & 36 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Security key encryption for macOS and Linux.
88

99
Monban encrypts your folders and individual files using AES-256-GCM, unlocked
1010
only by a FIDO2 security key assertion (PIN + physical touch). Everything is
11-
encrypted in place. No external runtime dependencies. The lock is
12-
cryptographic, not UI-based.
11+
encrypted in place. No external runtime dependencies. The protection is real
12+
encryption, not just a hidden folder.
1313

1414
## Features
1515

@@ -56,10 +56,6 @@ cryptographic, not UI-based.
5656

5757
Contributions are welcome. Please open an issue to discuss your idea before submitting a pull request.
5858

59-
## Sponsor
60-
61-
If you find Monban useful, consider [sponsoring the project](https://github.com/flythenimbus/monban/sponsor) to support ongoing development.
62-
6359
## License
6460

6561
Monban is licensed under the [GNU General Public License v3.0](LICENSE).

website/src/pages/index.astro

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const debAmd64 = `${githubRepo}/releases/latest/download/monban_amd64.deb`;
2424
const debArm64 = `${githubRepo}/releases/latest/download/monban_arm64.deb`;
2525
const rpmAmd64 = `${githubRepo}/releases/latest/download/monban_amd64.rpm`;
2626
const rpmArm64 = `${githubRepo}/releases/latest/download/monban_arm64.rpm`;
27-
const sponsorUrl = `${githubRepo}/sponsor`;
2827
---
2928

3029
<Layout title="Monban - 2FA for your files on macOS and Linux">
@@ -208,8 +207,8 @@ const sponsorUrl = `${githubRepo}/sponsor`;
208207
<CardDescription>
209208
Unlocking requires your security key PIN and a
210209
physical touch. The secret never leaves the
211-
hardware -- the lock is cryptographic, not
212-
UI-based.
210+
hardware -- the protection is real encryption,
211+
not just a hidden folder.
213212
</CardDescription>
214213
</CardHeader>
215214
</Card>
@@ -763,33 +762,6 @@ const sponsorUrl = `${githubRepo}/sponsor`;
763762
</div>
764763
</section>
765764

766-
<!-- Support -->
767-
<section class="py-16 px-6 border-t border-border/50">
768-
<div class="mx-auto max-w-xl text-center">
769-
<p class="text-muted-foreground mb-4">
770-
Monban is free and open source, licensed under GPL v3. If
771-
it's useful to you, consider supporting development.
772-
</p>
773-
<Button
774-
variant="outline"
775-
size="sm"
776-
href={sponsorUrl}
777-
target="_blank"
778-
rel="noopener noreferrer"
779-
>
780-
<svg
781-
class="size-4 text-red-400"
782-
fill="currentColor"
783-
viewBox="0 0 24 24"
784-
><path
785-
d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"
786-
></path></svg
787-
>
788-
Sponsor on GitHub
789-
</Button>
790-
</div>
791-
</section>
792-
793765
<!-- Footer -->
794766
<footer class="border-t border-border/50 py-8 px-6">
795767
<div

0 commit comments

Comments
 (0)