Skip to content

Commit 2b025e7

Browse files
FireGiantDocsrobmen
authored andcommitted
Small tweaks to OSMF page
1 parent 9c4076e commit 2b025e7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/CheckOsmf.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const href = `/api/osmf/start/?return=${encodeURIComponent(returnPath)}`;
55

66
<div class="osmf-check">
77
<a class="osmf-button" href={href}>Check payment status</a>
8+
<a class="osmf-button" href="https://github.com/sponsors/wixtoolset/">Pay maintenance fee</a>
89
<p class="osmf-note">
910
You will be redirected to GitHub to confirm your sponsorship status.
1011
</p>
@@ -88,6 +89,7 @@ const href = `/api/osmf/start/?return=${encodeURIComponent(returnPath)}`;
8889

8990
.osmf-button {
9091
display: inline-block;
92+
margin-right: 0.65rem;
9193
padding: 0.65rem 1.25rem;
9294
border-radius: 999px;
9395
background: #1f6f43;

src/content/docs/wix/osmf.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The WiX Toolset participates in the [Open Source Maintenance Fee](https://openso
1414
While the source code remains freely available under the terms of the [LICENSE](https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT), organizations that generate more than $10,000 in annual revenue (as defined by the OSMF terms) are required to sponsor the [`wixtoolset` GitHub organization](https://github.com/sponsors/wixtoolset/) to satisfy the Open Source Maintenance Fee.
1515

1616
:::note
17-
The Open Source Maintenance Fee was [first introduced in WiX v6](https://github.com/wixtoolset/issues/issues/8974), but the [EULA acceptance enforcement was implemented](https://github.com/wixtoolset/issues/issues/9196) in WiX v7.
17+
The Open Source Maintenance Fee was [first introduced in WiX v6](https://github.com/wixtoolset/issues/issues/8974), but the [EULA acceptance enforcement was implemented](https://github.com/wixtoolset/issues/issues/9196) in WiX v7 based on feedback that NuGet does not always present the EULA.
1818
:::
1919

2020

0 commit comments

Comments
 (0)