mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Add notes about other programs
This commit is contained in:
parent
fa182d5b14
commit
bf3cb625b1
2 changed files with 25 additions and 2 deletions
|
@ -59,3 +59,12 @@ You can only obtain a supporter key once. While GitHub allows you to donate mult
|
||||||
## Can I get a refund?
|
## Can I get a refund?
|
||||||
|
|
||||||
GitHub Sponsors DOES NOT allow us to refund donations. Please make sure that you are comfortable supporting the project before you purchase a tier.
|
GitHub Sponsors DOES NOT allow us to refund donations. Please make sure that you are comfortable supporting the project before you purchase a tier.
|
||||||
|
|
||||||
|
## How is this different than the Professional License?
|
||||||
|
|
||||||
|
The Supporter Program is a way to support the project and remove the
|
||||||
|
support marks. It is a one time donation. No features are unlocked.
|
||||||
|
|
||||||
|
The Professional plan is a paid license that allows you to use the
|
||||||
|
software in a commercial environment that unlocks features and
|
||||||
|
provides support. It is a monthly subscription.
|
|
@ -348,7 +348,7 @@ const PricingComponent = () => {
|
||||||
<h4>How often will I be billed?</h4>
|
<h4>How often will I be billed?</h4>
|
||||||
|
|
||||||
<p style={styles.textMuted}>
|
<p style={styles.textMuted}>
|
||||||
The Professional plan is billed monthly.
|
The Professional License is billed monthly.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>What if I need more sites?</h4>
|
<h4>What if I need more sites?</h4>
|
||||||
|
@ -392,9 +392,23 @@ const PricingComponent = () => {
|
||||||
to our support portal where you can interact with us.
|
to our support portal where you can interact with us.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h4>What is the difference between this and the Supporter Program?</h4>
|
||||||
|
<p style={styles.textMuted}>
|
||||||
|
The Supporter Program is a way to support the project and remove the
|
||||||
|
support marks. It is a one time donation. No features are unlocked.
|
||||||
|
</p>
|
||||||
|
<p style={styles.textMuted}>
|
||||||
|
The Professional plan is a paid license that allows you to use the
|
||||||
|
software in a commercial environment that unlocks features and
|
||||||
|
provides support. It is a monthly subscription.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p style={styles.textMuted}>--</p>
|
<p style={styles.textMuted}>--</p>
|
||||||
|
|
||||||
<p style={styles.textMuted}>By purchasing any license key you agree to abide by the <a href="/license.html">Fossorial Commercial License and Terms</a></p>
|
<p style={styles.textMuted}>
|
||||||
|
By purchasing any license key you agree to abide by the{" "}
|
||||||
|
<a href="/license.html">Fossorial Commercial License and Terms</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue