You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task(readme) updating readme for BSL (dotCMS#31382)
This pull request includes several significant updates to the
`README.md` file, primarily focusing on rebranding and updating
licensing information. The most important changes include the rebranding
of dotCMS, updates to the licensing terms, and enhancements to the
feature descriptions.
---------
Co-authored-by: Steve Freudenthaler <[email protected]>
dotCMS is the leading Universal content management system powering thousands of digital experiences for over 150 customers worldwide.
11
12
12
-
dotCMS is an open source headless/hybrid content management system (CMS) that has been designed to manage and deliver personalized, permission-based content experiences across multiple channels.
13
-
-**Open Source** - available in both Community (GPL3) and Enterprise Editions
13
+
With powerful visual editing tools, multi-tenancy and a tech-agnostic architecture dotCMS empowers technical and content teams to collaborate efficiently and deliver content globally, on any stack, and at any scale.
14
+
15
+
-**BSL Licensed** - Generous BSL 1.1 licensing terms makes dotCMS free to use in many cases.
16
+
-**Universal Visual Editing** - Full featured page editing that works both headlessly and for SSR content, in your SPA or for web page rendering and delivery.
17
+
-**Multi-tenancy** - Manage multiple sites in multiple languages, from microsites to brand sites to intranet/extranets or knowledge centers all from a single instance.
14
18
-**REST & GraphQL APIs** - instant endpoints for your all your content
15
-
-**Visual Editing** - Full featured page editing that works headlessly, in your SPA or for traditional page delivery
16
-
-**Search Built in** - dotCMS indexes all content and assets in Elasticsearch for real time search-abiliity.
19
+
-**Search & RAG Built in** - dotCMS indexes all content and assets in Elasticsearch for real time search-abiliity and facet based searches. dotCMS can also vectorize all content and assets, offering semantic content searching to power AI applications such as chatbots or knowledge centers.
17
20
-**Personalization, Rules & A/B Testing** - Empower your marketing teams with targeting and content optimizations.
18
-
-**Cloud, Cloud Anywhere or Self-Hosted** - Flexiable deployment works with your IT/cloud strategies.
21
+
-**Cloud, Cloud Anywhere or Self-Hosted** - Flexible deployment works with your IT/cloud strategies.
19
22
-**Feature Rich** - Custom content workflows, scriptable APIs, push and static publishing, custom roles and permissions, osgi based plugin architecture. Do more with more.
20
23
21
-
dotCMS can can serve as a content hub and also as a platform for sites, mobile apps, mini-sites, portals, intranets. dotCMS is used everywhere, from running small sites to powering multi-node installations for governments, Fortune 100 companies, Universities and Global Brands. dotCMS can scale to support hundreds of editors managing thousands of sites with millions of content objects.
22
24
23
25
dotCMS is available as a docker image or as a cloud based product.
24
26
@@ -30,16 +32,12 @@ dotCMS is available as a docker image or as a cloud based product.
30
32
31
33
## Licensing
32
34
33
-
dotCMS comes in multiple editions and as such is dual licensed. The dotCMS Community Edition is licensed under the GPL 3.0 and is freely available for download, customization and deployment for use within organizations of all stripes. dotCMS Enterprise Editions (EE) adds a number of enterprise features and is available via a supported, indemnified commercial license from dotCMS. For the differences between the editions, see [the feature page](http://www.dotcms.com/cms-platform/features).
35
+
dotCMS is licensed under the terms of the BSL 1.1 license and all features are free to use by companies, individuals and organizations whose total finances are below $5,000,000 USD. For more information about the BSL license terms, see the [dotCMS BSL FAQ](http://www.dotcms.com/bsl-faq).
34
36
35
37
## Contributing
36
38
37
39
GitHub pull requests are the preferred method to contribute code to dotCMS. Before any pull requests can be accepted, an automated tool will ask you to agree to the [dotCMS Contributor's Agreement](https://gist.github.com/wezell/85ef45298c48494b90d92755b583acb3).
38
40
39
-
-[How to set up my front-end environment?](dotFrontendOnboarding.md) - Useful if you want to propose changes under the core-web directory
40
-
-[How to set up my back-end environment?](dotBackendOnboarding.md) - Useful if you want to propose changes in Java classes, jsp files and anything under the [dotCMS](dotCMS) or [tools](tools) directories
41
-
42
-
43
41
## Requirements
44
42
45
43
For a complete list of requirements, see [this page](http://www.dotcms.com/docs/latest/dotcms-technology-requirements).
0 commit comments