From 41aac820af1e3d30f6bffbf226299af2c063ee13 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sun, 6 Oct 2024 12:23:53 +0100 Subject: [PATCH] Add enterprise webpage --- pom.xml | 2 +- src/site/markdown/enterprise.md | 52 +++++++++++++++++++++++++++++++++ src/site/markdown/index.md | 2 +- src/site/resources/css/site.css | 36 +++++++++++++++++++++++ src/site/site.xml | 6 +++- 5 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 src/site/markdown/enterprise.md diff --git a/pom.xml b/pom.xml index facd2c7..7281596 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ jar Joda-Collect 1.0.2-SNAPSHOT - Additional collections + Additional collections, compatible with Java 8 https://www.joda.org/${joda.artifactId}/ diff --git a/src/site/markdown/enterprise.md b/src/site/markdown/enterprise.md new file mode 100644 index 0000000..a50a504 --- /dev/null +++ b/src/site/markdown/enterprise.md @@ -0,0 +1,52 @@ +## Joda-Collect for Enterprise + +### Available as part of the Tidelift Subscription + +**Tidelift** is working with the maintainers of **Joda-Collect** and thousands of other open source projects to deliver +commercial support and maintenance for the open source dependencies you use to build your applications. +Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. + + + + +### Enterprise-ready open source software - managed for you + +The Tidelift Subscription is a managed open source subscription for application dependencies covering millions +of open source projects across JavaScript, Python, Java, PHP, Ruby, .NET, and more. + +Your subscription includes: + +* **Security updates**
+Tidelift’s security response team coordinates patches for new breaking security vulnerabilities and alerts +immediately through a private channel, so your software supply chain is always secure. + +* **Licensing verification and indemnification**
+Tidelift verifies license information to enable easy policy enforcement and adds intellectual property +indemnification to cover creators and users in case something goes wrong. You always have a 100% up-to-date +bill of materials for your dependencies to share with your legal team, customers, or partners. + +* **Maintenance and code improvement**
+Tidelift ensures the software you rely on keeps working as long as you need it to work. +Your managed dependencies are actively maintained and we recruit additional maintainers where required. + +* **Package selection and version guidance**
+We help you choose the best open source packages from the start—and then guide you through updates to stay on +the best releases as new issues arise. + +* **Roadmap input**
+Take a seat at the table with the creators behind the software you use. Tidelift’s participating maintainers +earn more income as their software is used by more subscribers, so they’re interested in knowing what you need. + +* **Tooling and cloud integration**
+Tidelift works with GitHub, GitLab, BitBucket, and more. +We support every cloud platform (and other deployment targets, too). + +The end result? All of the capabilities you expect from commercial-grade software, for the full breadth +of open source you use. That means less time grappling with esoteric open source trivia, and more +time building your own applications—and your business. + + + + +[1]: https://tidelift.com/subscription/pkg/maven-org-joda-joda-collect?utm_source=maven-org-joda-joda-collect&utm_medium=referral&utm_campaign=enterprise +[2]: https://tidelift.com/subscription/request-a-demo?utm_source=maven-org-joda-joda-collect&utm_medium=referral&utm_campaign=enterprise diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index c925398..92eb196 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -51,7 +51,7 @@ Java module name: `org.joda.collect`. ### For Enterprise -[Available as part of the Tidelift Subscription](https://tidelift.com/subscription/pkg/maven-org-joda-joda-money?utm_source=maven-org-joda-joda-money&utm_medium=referral&utm_campaign=enterprise). +[Available as part of the Tidelift Subscription](https://tidelift.com/subscription/pkg/maven-org-joda-joda-collect?utm_source=maven-org-joda-joda-collect&utm_medium=referral&utm_campaign=enterprise). Joda and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css index b62cbd2..11dabdb 100644 --- a/src/site/resources/css/site.css +++ b/src/site/resources/css/site.css @@ -16,6 +16,10 @@ body { code, pre { color: #444; } +.main-body p b { + font-weight: bold; + color: #722; +} .dropdown-menu>li>a { color: #666; } @@ -45,3 +49,35 @@ h2#Documentation i:before { h2#Releases i:before { content: "\f02c"; } + +/* Enterprise page */ +h2#Joda-Money_for_Enterprise~div > p:last-child { + text-align: center; + margin-top: 1.1em; + margin-bottom: 1.2em; +} +button.btn-learnmore, button.btn-requestdemo { + width: 14em; + font-size: 1.2em; + text-align: center; + padding-top: 0.3em; + padding-bottom: 0.3em; + border-radius: 3px; + border-style: solid; +} +button.btn-learnmore { + color: #f6914d; + background-color: white; + border-color: #f6914d; +} +button.btn-learnmore a { + color: #f6914d; +} +button.btn-requestdemo { + color: white; + background-color: #f6914d; + border-color: #f6914d; +} +button.btn-requestdemo a { + color: white; +} diff --git a/src/site/site.xml b/src/site/site.xml index 6280816..eb5ad5b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,7 @@ Joda-Collect index.html - Documentation|Releases|Development|Joda + Documentation|Releases|Development|Joda|For Enterprise Documentation Releases @@ -91,6 +91,10 @@ + + + +