Skip to content

Commit

Permalink
Start to fill out the PSGI section.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 2, 2017
1 parent 385b246 commit 0c60d43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/greenfield/index.html
Expand Up @@ -56,7 +56,12 @@
<div class="jumbotron">
<div class="container">
<h1>Use PSGI</h1>
<p>Seriously, just use PSGI.</p>
<p>PSGI is the "Perl Server Gateway Interface". It is the currently
recommended way to write web applications using Perl. If you're starting from
scratch and building some kind of web application in Perl then you should be
using PSGI. Or, more accurately, something that is based on PSGI. Even raw
PSGI gives many advantages over older technologies like CGI, but using a
framework that is built on top of PSGI will make your life even easier.</p>
</div>
</div>

Expand Down
7 changes: 6 additions & 1 deletion in/greenfield/index.html.tt
Expand Up @@ -2,7 +2,12 @@
<div class="jumbotron">
<div class="container">
<h1>Use PSGI</h1>
<p>Seriously, just use PSGI.</p>
<p>PSGI is the "Perl Server Gateway Interface". It is the currently
recommended way to write web applications using Perl. If you're starting from
scratch and building some kind of web application in Perl then you should be
using PSGI. Or, more accurately, something that is based on PSGI. Even raw
PSGI gives many advantages over older technologies like CGI, but using a
framework that is built on top of PSGI will make your life even easier.</p>
</div>
</div>

Expand Down

0 comments on commit 0c60d43

Please sign in to comment.