mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Clarify sites and supporter
This commit is contained in:
parent
179bf16dc2
commit
c210773277
3 changed files with 35 additions and 1 deletions
|
@ -6,6 +6,12 @@ If you have already purchased a Supporter Key and wish to also purchase a Profes
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::note
|
||||||
|
|
||||||
|
There is no restrictions on sites for the open source version of Pangolin.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
The Professional Edition is for businesses and individuals that want to use Pangolin in a commercial environment and require access to licensed components and extra support.
|
The Professional Edition is for businesses and individuals that want to use Pangolin in a commercial environment and require access to licensed components and extra support.
|
||||||
|
|
||||||
Pangolin will always be free and open source but some features geared more to businesses will be covered under a different license than the AGPL3 in order to allow us to grow Pangolin.
|
Pangolin will always be free and open source but some features geared more to businesses will be covered under a different license than the AGPL3 in order to allow us to grow Pangolin.
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
# Supporter Program
|
# Supporter Program
|
||||||
|
|
||||||
|
:::note
|
||||||
|
|
||||||
|
There is no restrictions on sites for the open source version of Pangolin.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
:::note
|
||||||
|
|
||||||
|
The Supporter Program does not provide access to Professional Edition features.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
## What is this?
|
## What is this?
|
||||||
|
|
||||||
Pangolin will always be free and open source, but maintaining the project takes a lot of time and resources. To help support ongoing development — including bug fixes, [new features](https://github.com/orgs/fosrl/projects/1/views/1), and community support — we’ve added a way for users to directly contribute. **We will not use this to paywall features.**
|
Pangolin will always be free and open source, but maintaining the project takes a lot of time and resources. To help support ongoing development — including bug fixes, [new features](https://github.com/orgs/fosrl/projects/1/views/1), and community support — we’ve added a way for users to directly contribute. **We will not use this to paywall features.**
|
||||||
|
|
|
@ -51,6 +51,20 @@ const PricingComponent = () => {
|
||||||
</svg>
|
</svg>
|
||||||
Perfect for individuals and small teams
|
Perfect for individuals and small teams
|
||||||
</li>
|
</li>
|
||||||
|
<li style={styles.featureItem}>
|
||||||
|
<svg
|
||||||
|
style={styles.checkIcon}
|
||||||
|
fill="currentColor"
|
||||||
|
viewBox="0 0 20 20"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
fillRule="evenodd"
|
||||||
|
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
|
||||||
|
clipRule="evenodd"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Unlimited Sites - No Restrictions
|
||||||
|
</li>
|
||||||
<li style={styles.featureItem}>
|
<li style={styles.featureItem}>
|
||||||
<svg
|
<svg
|
||||||
style={styles.checkIcon}
|
style={styles.checkIcon}
|
||||||
|
@ -194,7 +208,9 @@ const PricingComponent = () => {
|
||||||
clipRule="evenodd"
|
clipRule="evenodd"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
<a href="https://fossorial.io/license.html">Fossorial Commercial License</a>
|
<a href="https://fossorial.io/license.html">
|
||||||
|
Fossorial Commercial License
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue