-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove some Lightbend references #471
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
@import "../stylesheets/oss-banners-036.css" | ||
@import "nib" | ||
@import "util/_index" | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
<li><a href="https://discuss.playframework.com">Discuss Play Forum</a></li> | ||
<li><a href="//discord.gg/g5s2vtZ4Fa">Discord Server</a></li> | ||
<li><a href="https://stackoverflow.com/questions/tagged/playframework">Stack Overflow</a></li> | ||
<li><a href="https://www.lightbend.com/lightbend-platform-subscription">Lightbend Platform Subscription</a></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
</ul> | ||
<@hn>Contribute</@hn> | ||
<ul> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ <h1>How you can help</h1> | |
<div class="links"> | ||
|
||
<h3 class="opencollective">Donate to our Open Collective</h3> | ||
<a href="//opencollective.com/playframework#section-contributors">35+ backers</a> | ||
<a href="//opencollective.com/playframework#section-contributors">75+ backers</a> | ||
<p> | ||
Play uses <a href="//opencollective.com/playframework">Open Collective</a> to collect donations from sponsors. These funds are used to pay contributors and cover project costs, openly and transparently. | ||
Individuals and companies alike can support Play financially by <a href="@routes.Application.sponsors">becoming backers or premium sponsors</a>. | ||
|
@@ -38,7 +38,7 @@ <h3 class="discord">Join the Discord chat</h3> | |
</p> | ||
|
||
<h3 class="stackoverflow">Contribute to Stack Overflow</h3> | ||
<a href="//stackoverflow.com/questions/tagged/playframework">10,500+ questions</a> | ||
<a href="//stackoverflow.com/questions/tagged/playframework">17,000+ questions</a> | ||
<p> | ||
Stack Overflow is a Q&A site for programmers. Stack Overflow has a very active community of people asking and answering <a href="//stackoverflow.com/questions/tagged/playframework">questions about Play</a>. Users can vote on each others' contributions and earn reputation points. | ||
</p> | ||
|
@@ -53,7 +53,7 @@ <h3 class="bugs">Report bugs</h3> | |
</p> | ||
|
||
<h3 class="patch">Patch the core</h3> | ||
<a href="//github.com/playframework/playframework/graphs/contributors">600+ committers</a> | ||
<a href="//github.com/playframework/playframework/graphs/contributors">900+ committers</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
<p> | ||
Play's code and documentation is hosted on <a href="//github.com/playframework/playframework">GitHub</a>. It's easy to <a href="@reverseRouter.latest(None, "BuildingFromSource")">get the code and build Play from source</a>. Play development is discussed on the <a href="//groups.google.com/forum/#!forum/play-framework-dev"><span class="mailingList">play-framework-dev</span> mailing list</a>. You can ask on the list if you have any questions, or you can also chat to Play contributors through the <a href="//discord.gg/g5s2vtZ4Fa">play-contributors</a> channel. | ||
</p> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,7 +144,7 @@ <h2>Proven in production.</h2> | |
From startups to enterprises, Play powers some of the most innovative web sites. Play is proven, reliable and scalable. | ||
</p> | ||
<ul> | ||
<li>Production support by Lightbend</li> | ||
<li>Easy to deploy and scale</li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you have a better idea, let me know. |
||
<li>Many cloud deployment options</li> | ||
<li>Used in mission-critical apps</li> | ||
</ul> | ||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,19 +48,12 @@ | |
|
||
</head> | ||
<body class="@scope"> | ||
<!--[if lt IE 7]> | ||
<p class="outdated">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="//www.google.com/chrome/browser/">install Google Chrome Frame</a> to better experience this site.</p> | ||
<![endif]--> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh crap, I have to upgrade to IE 7 now. |
||
|
||
@lightbendBanner() | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing the "Akka Serverless" banner. |
||
<header id="navigation"> | ||
<div class="wrapper"> | ||
<a href="/" id="logo">Lightbend</a> | ||
<a href="/" id="logo">Play Framework</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is invisible anyway, seems like SEO. |
||
<nav id="sections"> | ||
<a href="@routes.Application.gettingStarted">Try Play</a> | ||
<a href="@reverseRouter.index(None)">Documentation</a> | ||
<a href="@routes.Application.support">Support</a> | ||
<a href="@routes.Application.getInvolved">Get Involved</a> | ||
</nav> | ||
<nav id="social"> | ||
|
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I completely removed the support page because it just promotes Lightbend's commercial offering regarding Play (which does not exist anymore). The other links to Discuss, Discord and Stack Overflow are just duplicated with the "Get Involved" page.