remarks, less chatter
parent
af87b8f2cc
commit
97313065cf
16
README.md
16
README.md
|
@ -18,15 +18,9 @@ Chevereto allows you to create a full-featured image hosting website on your own
|
|||
|
||||

|
||||
|
||||
In a nutshell, Chevereto is:
|
||||
|
||||
- 👨🏾💻 An indie developed project, started in 2007
|
||||
- ❤ A large [Community](https://chevereto.com/community/)
|
||||
- ⭐ Used everywhere, including at [high scale](https://chevereto.top/)
|
||||
|
||||
## About this fork
|
||||
|
||||
Chevereto-Free is a fork of [Chevereto V3.16](https://chevereto.com/releases#v3_16_0) in which only basic features are preserved. **This fork removes**:
|
||||
Chevereto-Free is a fork of [Chevereto V3.16](https://releases.chevereto.com/3.X/3.16/3.16.0.html) in which only basic features are preserved. **This fork removes**:
|
||||
|
||||
- Social network login
|
||||
- External Storage servers
|
||||
|
@ -34,13 +28,13 @@ Chevereto-Free is a fork of [Chevereto V3.16](https://chevereto.com/releases#v3_
|
|||
- Following system
|
||||
- Banners
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation can be found at [v3-docs.chevereto.com](https://v3-docs.chevereto.com/)
|
||||
> Chevereto-Free **is not an accurate representation** of our most updated software. It is just a small sample of our software old as `2020-09-03`.
|
||||
|
||||
## Support
|
||||
|
||||
Chevereto-Free **doesn't include** any support neither any supporting service is offered for this edition. However, you can rely in [community help](https://chevereto.com/community/forums/community-hjelp.135/) if you encounter any issue.
|
||||
Chevereto-Free doesn't include any support neither any supporting service is offered for this edition.
|
||||
|
||||
This edition will be discontinued on **2021-12-31**.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -52,11 +52,9 @@ if (CHV\Login::isAdmin()) {
|
|||
</script>
|
||||
|
||||
<div data-modal="form-upgrade" class="hidden" data-is-xhr data-submit-fn="CHV.fn.submit_upgradeToPaid" data-ajax-deferred="CHV.fn.complete_upgradeToPaid">
|
||||
<span class="modal-box-title">🚀 Upgrade Chevereto</span>
|
||||
<p>Upgrading to paid Chevereto enables more <a href="https://chevereto.com/features" target="_blank">features</a> like multiple external storage servers, manage banners, content likes, user followers, social login signup, and early access to all new stuff. Tech Support is included, of course.</p>
|
||||
<p>Keep in mind that Chevereto is made <b>by a single developer</b>, your purchase helps to sustain ongoing development of this software.</p>
|
||||
<p>You can upgrade now by pasting your <a href="https://chevereto.com/panel/license" target="_blank">license key</a>. If you don't have one you can <a href="https://chevereto.com/pricing" target="_blank">buy it now</a> with PayPal, AliPay, UnionPay and crypto.</p>
|
||||
<div class="btn-container text-align-center"><button class="btn btn-input green" data-action="submit" type="submit">Upgrade now</button> <span class="btn-alt"><?php _se('or'); ?><a class="cancel" data-action="cancel">maybe later</a></span></div>
|
||||
<span class="modal-box-title">Upgrade to paid edition</span>
|
||||
<p>Upgrading to paid Chevereto enables access to all <a href="https://chevereto.com/features" target="_blank">features</a>. Tech Support included.</p>
|
||||
<div class="btn-container text-align-center"><button class="btn btn-input green" data-action="submit" type="submit">Upgrade now</button></div>
|
||||
</div>
|
||||
<?php
|
||||
} ?>
|
||||
|
|
Loading…
Reference in New Issue