use_cases: Rename /for/companies to /for/business.

This commit is contained in:
Eeshan Garg 2021-12-09 15:18:59 -05:00 committed by Tim Abbott
parent 01e8f752a8
commit 5aaeb1a432
12 changed files with 15 additions and 11 deletions

View File

@ -128,7 +128,7 @@
Senior Product Designer (full-time or part-time)
</h2>
<p>
At <a href="/">Zulip</a>, were out to build the worlds best collaboration platform, and were committed to keeping it 100% open source. Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Our product serves as the communication hub for <a href="/for/companies/">businesses</a>, <a href="/case-studies/rust/">open-source projects</a>, <a href="/case-studies/tum/">educators</a> and <a href="/case-studies/lean/">communities</a> around the world.
At <a href="/">Zulip</a>, were out to build the worlds best collaboration platform, and were committed to keeping it 100% open source. Zulip is the only modern team chat app that is ideal for both live and asynchronous conversations. Our product serves as the communication hub for <a href="/for/business/">businesses</a>, <a href="/case-studies/rust/">open-source projects</a>, <a href="/case-studies/tum/">educators</a> and <a href="/case-studies/lean/">communities</a> around the world.
</p>
<p>
We are looking for an experienced product designer with a

View File

@ -20,7 +20,7 @@
<h1>Attributions</h1>
<ul>
<li>
<b>On <a href="/for/companies">/for/companies</a> page:</b>
<b>On <a href="/for/business">/for/business</a> page:</b>
<img alt="" src="/static/images/landing-page/companies/software-engineer.svg" />
<p>"<a href="https://iconscout.com/illustration/software-engineer-2043023">Software engineer Illustration</a>" By <a href="https://iconscout.com/contributors/delesign/illustrations">Delesign Graphic</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</p>
</li>

View File

@ -15,7 +15,7 @@
<h3>{{ _("Solutions") }}</h3>
<ul>
<li>
<a href="/for/companies/">{{ _("Companies") }}</a>
<a href="/for/business/">{{ _("Business") }}</a>
</li>
<li>
<a href="/for/open-source/">{{ _("Open source projects") }}</a>

View File

@ -533,7 +533,7 @@
<div class="padded-content call-to-action-bottom">
<h1>Learn how Zulip can help your organization!</h1>
<div class="register-buttons">
<a href="/for/companies" class="register-now button">Companies</a>
<a href="/for/business" class="register-now button">Business</a>
<a href="/for/open-source" class="register-now button">Open source</a>
<a href="/for/education" class="register-now button">Education</a>
<a href="/for/events" class="register-now button">Events and Conferences</a>

View File

@ -1,6 +1,6 @@
You can start by reading about how [Zulips](/hello/) unique
topic-based threading [combines the best of email and
chat](/why-zulip/) to make [remote work](/for/companies/) productive
chat](/why-zulip/) to make [remote work](/for/business/) productive
and delightful.
We also highly recommend trying Zulip for yourself! You can:

View File

@ -45,7 +45,7 @@
<div class="dropdown-column">
<li class="nav-header">Use cases</li>
<li>
<a href="/for/companies/">Companies</a>
<a href="/for/business/">Business</a>
</li>
<li>
<a href="/for/open-source/">Open source projects</a>

View File

@ -39,7 +39,7 @@
<h2>Learn how Zulip can help your organization!</h2>
</header>
<div class="register-buttons">
<a href="/for/companies" class="register-now button">Companies</a>
<a href="/for/business" class="register-now button">Business</a>
<a href="/for/open-source" class="register-now button">Open source</a>
<a href="/for/education" class="register-now button">Education</a>
<a href="/for/events" class="register-now button">Events and Conferences</a>

View File

@ -77,7 +77,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
"http://localhost:9981/features",
"http://localhost:9981/why-zulip",
"http://localhost:9981/for/open-source",
"http://localhost:9981/for/companies",
"http://localhost:9981/for/business",
"http://localhost:9981/for/communities",
"http://localhost:9981/for/research",
"http://localhost:9981/security",

View File

@ -547,7 +547,7 @@ html_rules: List["Rule"] = [
"exclude": {
"templates/zerver/email.html",
"zerver/tests/fixtures/email",
"templates/zerver/for-companies.html",
"templates/zerver/for-business.html",
"templates/corporate/support_request.html",
"templates/corporate/support_request_thanks.html",
"templates/zerver/emails/support_request.html",

View File

@ -164,7 +164,7 @@ class DocPageTest(ZulipTestCase):
self._test("/case-studies/rust/", "Rust programming language")
self._test("/case-studies/lean/", "Lean theorem prover")
self._test("/for/research/", "for research")
self._test("/for/companies/", "Communication efficiency represents")
self._test("/for/business/", "Communication efficiency represents")
self._test("/for/communities/", "Zulip for communities")
self._test("/security/", "TLS encryption")
self._test("/attribution/", "Attributions")
@ -189,6 +189,9 @@ class DocPageTest(ZulipTestCase):
self.assertEqual(result.status_code, 301)
self.assertIn("development-community", result["Location"])
result = self.client_get("/for/companies/", follow=True)
self.assert_in_success_response(["Communication efficiency represents"], result)
def test_portico_pages_open_graph_metadata(self) -> None:
# Why Zulip
url = "/why-zulip/"

View File

@ -620,7 +620,7 @@ i18n_urls = [
path("for/events/", landing_view, {"template_name": "zerver/for-events.html"}),
path("for/open-source/", landing_view, {"template_name": "zerver/for-open-source.html"}),
path("for/research/", landing_view, {"template_name": "zerver/for-research.html"}),
path("for/companies/", landing_view, {"template_name": "zerver/for-companies.html"}),
path("for/business/", landing_view, {"template_name": "zerver/for-business.html"}),
path("case-studies/tum/", landing_view, {"template_name": "zerver/tum-case-study.html"}),
path("case-studies/ucsd/", landing_view, {"template_name": "zerver/ucsd-case-study.html"}),
path("case-studies/rust/", landing_view, {"template_name": "zerver/rust-case-study.html"}),
@ -642,6 +642,7 @@ i18n_urls = [
path(
"developer-community/", RedirectView.as_view(url="/development-community/", permanent=True)
),
path("for/companies/", RedirectView.as_view(url="/for/business/", permanent=True)),
]
# Make a copy of i18n_urls so that they appear without prefix for english