Skip to content

Commit 627329b

Browse files
committed
feat: point people to Mezzio
Uses the ZF -> Laminas transition image to replace all contents and direct people to Mezzio docs.
1 parent da303ff commit 627329b

File tree

2 files changed

+11
-177
lines changed

2 files changed

+11
-177
lines changed

img/zf-to-laminas.png

13.2 KB
Loading

index.html

Lines changed: 11 additions & 177 deletions
Original file line numberDiff line numberDiff line change
@@ -31,201 +31,36 @@
3131
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
3232
<div class="container">
3333
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/expressive_logo_min.png" id="logo"></a>
34-
35-
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
36-
Menu
37-
<i class="fa fa-bars"></i>
38-
</button>
39-
40-
<div class="collapse navbar-collapse" id="navbarResponsive">
41-
<ul class="navbar-nav ml-auto">
42-
<li class="nav-item">
43-
<a class="nav-link js-scroll-trigger" href="#install">Install</a>
44-
</li>
45-
46-
<li class="nav-item">
47-
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
48-
</li>
49-
50-
<li class="nav-item">
51-
<a class="nav-link js-scroll-trigger" href="#documentation">Documentation</a>
52-
</li>
53-
54-
<li class="nav-item">
55-
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
56-
</li>
57-
</ul>
58-
</div>
5934
</div>
6035
</nav>
6136

62-
<div id="laminas" class="container-fluid">Zend Framework transitions to the Linux Foundation. <a href="https://getlaminas.org" style="">Learn More.</a></div>
63-
6437
<header class="masthead">
6538
<div class="container h-100">
6639
<div class="row h-100">
6740
<div class="col-lg-3 my-auto">
6841
<div class="header-content mx-auto">
69-
<h1 class="">Build PHP microservices and web applications in minutes!</h1>
70-
<h3>Fully compliant with <a href="https://www.php-fig.org/psr/psr-15/">PSR-15</a> and <a href="https://www.php-fig.org/psr/psr-7/">PSR-7</a> standards.</h3>
71-
<a href="#install" class="btn btn-outline btn-xl js-scroll-trigger">Start Now</a>
42+
<h1 class="">Expressive is now Mezzio!</h1>
43+
<h3>A subproject of the <a href="https://getlaminas.org">Laminas Project</a></h3>
44+
<a href="https://docs.mezzio.dev" class="btn btn-outline btn-xl js-scroll-trigger">Get Started</a>
7245
</div>
7346
</div>
7447

7548
<div class="col-lg-9 my-auto">
76-
<asciinema-player src="171540.json" cols="81" rows="25"></asciinema-player>
49+
<a href="https://docs.mezzio.dev">
50+
<img
51+
class="img-fluid"
52+
src="/img/zf-to-laminas.png"
53+
title="Zend Framework is now Laminas"
54+
alt="Zend Framework is now Laminas">
55+
</a>
7756
</div>
7857
</div>
7958
</div>
8059
</header>
8160

82-
<section class="download bg-primary text-center" id="install">
83-
<div class="container">
84-
<div class="row">
85-
<div class="col-md-10 mx-auto">
86-
<h2 class="section-heading" style="color:white">Install Using Composer</h2>
87-
88-
<div class="shell-wrap">
89-
<p class="shell-top-bar">Run this command in the terminal:</p>
90-
<p class="shell-body">$ composer create-project zendframework/zend-expressive-skeleton &lt;path&gt;</p>
91-
</div>
92-
93-
<p><br />where <strong>&lt;path&gt;</strong> is the folder to install.</p>
94-
95-
<p style="margin-top:20px">If you don't have <strong>Composer</strong>, you can install it for <a href="https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx" style="color:white" target="_blank">Linux / Unix / OSX</a> or <a href="https://getcomposer.org/doc/00-intro.md#installation-windows" style="color:white" target="_blank">Windows</a>.</p>
96-
</div>
97-
</div>
98-
</div>
99-
</section>
100-
101-
<section class="features" id="features">
102-
<div class="container">
103-
<div class="section-heading text-center">
104-
<h2>Features</h2>
105-
<p><i>Expressive</i> offers multiple features:</p>
106-
</div>
107-
108-
<div class="row">
109-
<div class="col-lg-12 my-auto">
110-
<div class="container-fluid">
111-
<div class="row">
112-
<div class="col-lg-4">
113-
<div class="feature-item">
114-
<i class="icon-layers text-primary"></i>
115-
<h3>PSR-15 and PSR-7</h3>
116-
<p class="text-muted">Create middleware applications, using as many layers as you want! 100% compliant with <a href="https://www.php-fig.org/">PHP-FIG</a> standards.</p>
117-
</div>
118-
</div>
119-
120-
<div class="col-lg-4">
121-
<div class="feature-item">
122-
<i class="icon-directions text-primary"></i>
123-
<h3>Routing</h3>
124-
<p class="text-muted">Route requests to middleware using the routing library of your choice.</p>
125-
</div>
126-
</div>
127-
128-
<div class="col-lg-4">
129-
<div class="feature-item">
130-
<i class="icon-organization text-primary"></i>
131-
<h3>Dependency Injection</h3>
132-
<p class="text-muted">Make your code flexible and robust, using the dependency injection container of your choice.</p>
133-
</div>
134-
</div>
135-
</div>
136-
137-
<div class="row">
138-
<div class="col-lg-4">
139-
<div class="feature-item">
140-
<i class="icon-docs text-primary"></i>
141-
<h3>Templating</h3>
142-
<p class="text-muted">Create templated responses, using a variety of template engines: <a href="http://platesphp.com/">Plates</a>, <a href="https://twig.symfony.com/">Twig</a>, <a href="https://docs.zendframework.com/zend-view/">zend-view</a>, and more.</p>
143-
</div>
144-
</div>
145-
146-
<div class="col-lg-4">
147-
<div class="feature-item">
148-
<i class="icon-exclamation text-primary"></i>
149-
<h3>Error handling</h3>
150-
<p class="text-muted">Handle errors gracefully, using templated error pages, <a href="https://filp.github.io/whoops/">whoops</a>, or your own solution!</p>
151-
</div>
152-
</div>
153-
154-
<div class="col-lg-4">
155-
<div class="feature-item">
156-
<i class="icon-lock-open text-primary"></i>
157-
<h3>Open Source</h3>
158-
<p class="text-muted">Released under the <a href="https://framework.zend.com/license">New BSD License</a>, you can use it commercially!</p>
159-
</div>
160-
</div>
161-
</div>
162-
</div>
163-
</div>
164-
</div>
165-
</div>
166-
</section>
167-
168-
<section class="documentation bg-primary text-center" id="documentation">
169-
<div class="container">
170-
<div class="section-heading text-center" style="color:white">
171-
<h2>Documentation</h2>
172-
</div>
173-
174-
<div class="row">
175-
<div class="col-lg-6">
176-
<div class="documentation-item">
177-
<a href="https://docs.zendframework.com/zend-expressive/v3/getting-started/features/"><i class="icon-screen-smartphone text-primary"></i></a>
178-
<h3><a href="https://docs.zendframework.com/zend-expressive/v3/getting-started/features/">Browse documentation online</a></h3>
179-
</div>
180-
</div>
181-
182-
<div class="col-lg-6">
183-
<div class="documentation-item">
184-
<p><a href="http://www.zend.com/phpcookbooks"><img src="/img/expressive-cookbook-sm.jpg" height="300"></a></p>
185-
<h3><a href="http://www.zend.com/phpcookbooks">Free ebook!</a></h3>
186-
</div>
187-
</div>
188-
</div>
189-
</div>
190-
</section>
191-
192-
<section class="contact" id="contact">
193-
<div class="section">
194-
<h2>Contact us, we
195-
<i class="fa fa-heart"></i>
196-
our users!</h2>
197-
<ul class="list-inline list-social">
198-
<li class="list-inline-item social-discourse">
199-
<a href="https://discourse.zendframework.com/" title="Forums">
200-
<i class="fa fa-comments-o"></i>
201-
</a>
202-
</li>
203-
204-
<li class="list-inline-item social-slack">
205-
<a href="https://zendframework-slack.herokuapp.com/" title="Slack">
206-
<i class="fa fa-slack"></i>
207-
</a>
208-
</li>
209-
210-
<li class="list-inline-item social-github">
211-
<a href="https://github.com/zendframework/zend-expressive" title="GitHub">
212-
<i class="fa fa-github"></i>
213-
</a>
214-
</li>
215-
216-
<li class="list-inline-item social-twitter">
217-
<a href="https://twitter.com/zfdevteam" title="Twitter">
218-
<i class="fa fa-twitter"></i>
219-
</a>
220-
</li>
221-
</ul>
222-
</div>
223-
</section>
224-
22561
<footer>
22662
<div class="container">
227-
<p>&copy; 2016-2018 by <a href="https://www.zend.com/">Zend</a>, a Rogue Wave Company. All Rights Reserved.</p>
228-
<a href="https://www.roguewave.com/" title="Rogue Wave Software"><img src="/img/rw-logo.png"></a>
63+
<p>&copy; 2016-2020 by <a href="https://www.zend.com/">Zend</a> by <a href="https://www.perforce.com">Perforce</a>. All Rights Reserved.</p>
22964
</div>
23065
</footer>
23166

@@ -238,6 +73,5 @@ <h2>Contact us, we
23873

23974
<!-- Custom scripts for this template -->
24075
<script src="js/new-age.min.js"></script>
241-
<script src="js/asciinema-player.min.js" async></script>
24276
</body>
24377
</html>

0 commit comments

Comments
 (0)