mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
Adjust license info
This commit is contained in:
parent
f061137ffc
commit
0035810eb3
3 changed files with 2 additions and 52 deletions
|
@ -6,13 +6,9 @@ If you have already purchased a Supporter Key and wish to also purchase a Profes
|
||||||
|
|
||||||
There is no restrictions on sites for the open source version of Pangolin.
|
There is no restrictions on sites for the open source version of Pangolin.
|
||||||
|
|
||||||
Take a look at our post about clarifying our monetization path: https://github.com/orgs/fosrl/discussions/650
|
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
The Professional Edition is for businesses that want to use Pangolin in a commercial environment and require access to licensed components and extra support.
|
The Professional Edition is for businesses that want to use Pangolin in a commercial environment 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.
|
|
||||||
|
|
||||||
For more information about pricing and what is included in the Professional Edition, please see the [pricing page](/pricing).
|
For more information about pricing and what is included in the Professional Edition, please see the [pricing page](/pricing).
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ There is no restrictions on sites for the open source version of Pangolin.
|
||||||
|
|
||||||
The Supporter Program does not provide access to Professional Edition features.
|
The Supporter Program does not provide access to Professional Edition features.
|
||||||
|
|
||||||
Take a look at our post about clarifying our monetization path: https://github.com/orgs/fosrl/discussions/650
|
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## What is this?
|
## What is this?
|
||||||
|
|
|
@ -179,49 +179,7 @@ const PricingComponent = () => {
|
||||||
clipRule="evenodd"
|
clipRule="evenodd"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
Ticket based support
|
Ticket based personal support
|
||||||
</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>
|
|
||||||
Auto provision IdP users
|
|
||||||
</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>
|
|
||||||
Robust integration API for automation
|
|
||||||
</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>
|
|
||||||
Future licensed feature access
|
|
||||||
</li>
|
</li>
|
||||||
<li style={styles.featureItem}>
|
<li style={styles.featureItem}>
|
||||||
<svg
|
<svg
|
||||||
|
@ -440,8 +398,6 @@ const PricingComponent = () => {
|
||||||
<div style={styles.cardLarge}>
|
<div style={styles.cardLarge}>
|
||||||
<h1 style={styles.cardTitle}>Professional Edition FAQ</h1>
|
<h1 style={styles.cardTitle}>Professional Edition FAQ</h1>
|
||||||
|
|
||||||
<p style={styles.textMuted}><a href="https://github.com/orgs/fosrl/discussions/650">Take a look at our post about clarifying our monetization path.</a></p>
|
|
||||||
|
|
||||||
<h4>How often will I be billed?</h4>
|
<h4>How often will I be billed?</h4>
|
||||||
|
|
||||||
<p style={styles.textMuted}>
|
<p style={styles.textMuted}>
|
||||||
|
|
Loading…
Reference in a new issue