Skip to content

Commit

Permalink
Update perl-webframework links to https
Browse files Browse the repository at this point in the history
  • Loading branch information
renderorange authored and abh committed Mar 19, 2022
1 parent caf6c7f commit e21c271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/www/about/whitepapers/perl-webframework.html
Expand Up @@ -13,7 +13,7 @@ <h2>
<em>Tired of inflexible "out-of-the-box" solutions that don't do what you want, or do too much? - Catalyst lets you develop exactly what you need.</em>
</p>
<p>
The <a href="https://metacpan.org/pod/Catalyst::Manual">Catalyst Web Framework</a> is a comprehensive and flexible environment for quickly building high-functionality applications and is aimed at medium- to large-scale web projects. Catalyst has been designed with rapid development, scalability, extendability and maintenance in mind, including strong belief in backwards compatible deployment. Catalyst is based on the <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">MVC</a> (Model, View, Controller) design pattern, making components cleanly separated and easily interchangeable.
The <a href="https://metacpan.org/pod/Catalyst::Manual">Catalyst Web Framework</a> is a comprehensive and flexible environment for quickly building high-functionality applications and is aimed at medium- to large-scale web projects. Catalyst has been designed with rapid development, scalability, extendability and maintenance in mind, including strong belief in backwards compatible deployment. Catalyst is based on the <a href="https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">MVC</a> (Model, View, Controller) design pattern, making components cleanly separated and easily interchangeable.
</p>
<p>
The model contains business logic and interaction with any database or other systems. View determines how data is rendered, if you want to use an HTML template, or output the data as JSON. Controllers should be lightweight and handle the interaction between user and the model(s) rendering the results with the required view.
Expand Down Expand Up @@ -45,17 +45,17 @@ <h4>
<ul>
<li><a href="https://metacpan.org/release/Catalyst-Runtime/">Latest Catalyst</a></li>
<li><a href="https://metacpan.org/search?q=Catalyst%3A%3APlugin">Catalyst plugins</a></li>
<li><a href="http://en.wikipedia.org/wiki/Model–view–controller">MVC</a></li>
<li><a href="https://en.wikipedia.org/wiki/Model–view–controller">MVC</a></li>
</ul>

<h4>
Alternative Perl Web Frameworks:
</h4>
<ul>
<li><a href="https://metacpan.org/release/Dancer2/">Dancer2</a></li>
<li><a href="http://www.mojolicious.org/">Mojolicious</a> (<a href="https://metacpan.org/release/Mojolicious/">on CPAN</a>)</li>
<li><a href="https://www.mojolicious.org/">Mojolicious</a> (<a href="https://metacpan.org/release/Mojolicious/">on CPAN</a>)</li>
</ul>
<h4>
Article Author
</h4>
<p><a href="http://leo.cuckoo.org/">Leo Lapworth</a></p>
<p><a href="https://leo.cuckoo.org/">Leo Lapworth</a></p>

0 comments on commit e21c271

Please sign in to comment.