Skip to content

Commit

Permalink
Regenerate with Aphra
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 13, 2024
1 parent 9899296 commit 29e62f6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/CNAME
@@ -1 +1 @@
web.perlhacks.com
web.perlhacks.com
40 changes: 30 additions & 10 deletions docs/index.html
Expand Up @@ -56,11 +56,18 @@
<div class="jumbotron">
<div class="container">
<h1 id="perl-web-advice">Perl Web Advice</h1>
<p>Perl has been used to build dynamic web sites for a very long time. Over time, the best way to build web sites with Perl has changed. Unfortunately, a lot of the information out there on the World Wide Web doesn't change and is, therefore, rather out of date.</p>
<p>This site aims to provide a place where you can find the best, up-to-date advice for building web sites with Perl.</p>
<p>(And yes, we're well aware of the dangers of saying that this site will always be up to date. That's why the code for this site is on <a href="https://github.com/davorg/perlwebadvice">Github</a>.)</p>
<p>Perl has been used to build dynamic web sites for a very long time.
Over time, the best way to build web sites with Perl has changed.
Unfortunately, a lot of the information out there on the World Wide Web
doesn’t change and is, therefore, rather out of date.</p>
<p>This site aims to provide a place where you can find the best,
up-to-date advice for building web sites with Perl.</p>
<p>(And yes, we’re well aware of the dangers of saying that this site
will always be up to date. That’s why the code for this site is on <a
href="https://github.com/davorg/perlwebadvice">Github</a>.)</p>
<p>
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more »</a>
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more
»</a>
</p>
</div>
</div>
Expand All @@ -70,23 +77,36 @@ <h1 id="perl-web-advice">Perl Web Advice</h1>
<div class="row">
<div class="col-md-4">
<h2 id="new-project">New Project</h2>
<p>Congratulations! You've decided to use Perl as the technology to build your new web site. That means you have you pick from a huge selection of modern tools that you can use on your project. This section will help you to decide which tools are best for you.</p>
<p>Congratulations! You’ve decided to use Perl as the technology to
build your new web site. That means you have you pick from a huge
selection of modern tools that you can use on your project. This section
will help you to decide which tools are best for you.</p>
<p>
<a class="btn btn-default" href="/greenfield/" role="button">View details »</a>
<a class="btn btn-default" href="/greenfield/" role="button">View
details »</a>
</p>
</div>
<div class="col-md-4">
<h2 id="hosting">Hosting</h2>
<p>You are looking for somewhere to host your new web site that is built in Perl. This section will give you some suggestions of the kinds of hosting options that are open to you. Or, if you're running a hosting company, it has suggestions of what you can do to make your hosting as attractive as possible to Perl projects.</p>
<p>You are looking for somewhere to host your new web site that is built
in Perl. This section will give you some suggestions of the kinds of
hosting options that are open to you. Or, if you’re running a hosting
company, it has suggestions of what you can do to make your hosting as
attractive as possible to Perl projects.</p>
<p>
<a class="btn btn-default" href="/hosting/" role="button">View details »</a>
<a class="btn btn-default" href="/hosting/" role="button">View details
»</a>
</p>
</div>
<div class="col-md-4">
<h2 id="project-maintenance">Project Maintenance</h2>
<p>Commiserations! You are maintaining an older web site that is built in Perl. This section will help you to recognise exactly which technologies are being used. It also has advice on moving gradually towards a newer toolset.</p>
<p>Commiserations! You are maintaining an older web site that is built
in Perl. This section will help you to recognise exactly which
technologies are being used. It also has advice on moving gradually
towards a newer toolset.</p>
<p>
<a class="btn btn-default" href="/legacy/" role="button">View details »</a>
<a class="btn btn-default" href="/legacy/" role="button">View details
»</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 29e62f6

Please sign in to comment.