Site update
This commit is contained in:
parent
3e8be63c33
commit
cfd1908b24
7 changed files with 186 additions and 6 deletions
|
@ -60,9 +60,9 @@ and perform an action on it.</p>
|
|||
</a>
|
||||
</li>
|
||||
<li class="next">
|
||||
<button disabled>
|
||||
<a class="button button-primary" href="/blog/2017/10/02/new-old-perls/index.html" rel="next">
|
||||
Newer →
|
||||
</button>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
101
blog/2017/10/02/new-old-perls/index.html
Normal file
101
blog/2017/10/02/new-old-perls/index.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link href="/theme/css/normalize.css" rel="stylesheet">
|
||||
<link href="/theme/css/skeleton.css" rel="stylesheet">
|
||||
<link href="/theme/css/statocles-default.css" rel="stylesheet">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<title>New old perls - My Statocles Site</title>
|
||||
<meta content="Statocles 0.086" name="generator">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<a class="brand" href="/">My Statocles Site</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<div class="main container">
|
||||
<div class="row">
|
||||
<div class="nine columns">
|
||||
<main>
|
||||
<header>
|
||||
<h1>New old perls</h1>
|
||||
|
||||
<aside>
|
||||
<time datetime="2017-10-02">
|
||||
Posted on 2017-10-02
|
||||
</time>
|
||||
</aside>
|
||||
|
||||
<p class="tags">Tags:
|
||||
</p>
|
||||
|
||||
|
||||
</header>
|
||||
<section id="section-1">
|
||||
<p>So as part of my own insanity I've managed to port/compile some old perl versions on linux and get the running in the eval sandbox.
|
||||
Earlier today I completed this goal and there's now an available version of every major stable perl release: 1, 2, 3, 4, 5.000, 5.001, 5.002, 5.003, 5.004, 5.005, 5.6, 5.8, 5.10, 5.12, 5.14, 5.16, 5.18, 5.20, 5.22, 5.24, and 5.26.</p>
|
||||
|
||||
<p>Now that I've completed this goal, I've decided to bundle up all the seriously old perls into an
|
||||
easy to download file for anyone else who has decided to go a little insane and try out some
|
||||
ancient perl. You can find the file here, <a href="https://perlbot.pl/bstatic/newoldperls.tar.zst">https://perlbot.pl/bstatic/newoldperls.tar.zst</a>.
|
||||
They're all expecting to live in /langs/ on a modernish linux system. That's actually a /langs
|
||||
directory on the root filesystem. This was done to make getting them to work in the sandbox for the pastebin much easier.</p>
|
||||
|
||||
<p>ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out.</p>
|
||||
|
||||
</section>
|
||||
|
||||
<ul class="pager">
|
||||
<li class="prev">
|
||||
<a class="button button-primary" href="/blog/2017/09/28/new-blog/index.html" rel="prev">
|
||||
← Older
|
||||
</a>
|
||||
</li>
|
||||
<li class="next">
|
||||
<button disabled>
|
||||
Newer →
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<div class="three columns sidebar">
|
||||
|
||||
<nav id="tags">
|
||||
<h1>Tags</h1>
|
||||
<ul class="list-inline">
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<div class="container tagline">
|
||||
<a href="http://preaction.me/statocles">Made with Statocles</a><br>
|
||||
<a href="http://www.perl.org">Powered by Perl</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -2,11 +2,32 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>https://perlbot.pl/blog/</id>
|
||||
<title>My Statocles Site</title>
|
||||
<updated>2017-09-28T00:00:00Z</updated>
|
||||
<updated>2017-10-02T00:00:00Z</updated>
|
||||
<link href="https://perlbot.pl/blog/index.atom" rel="self" />
|
||||
<link href="https://perlbot.pl/blog/" rel="alternate" />
|
||||
<generator version="0.086">Statocles</generator>
|
||||
|
||||
<entry>
|
||||
<id>https://perlbot.pl/blog/2017/10/02/new-old-perls/</id>
|
||||
<title>New old perls</title>
|
||||
<link href="https://perlbot.pl/blog/2017/10/02/new-old-perls/" rel="alternate" />
|
||||
<content type="html"><![CDATA[
|
||||
<p>So as part of my own insanity I've managed to port/compile some old perl versions on linux and get the running in the eval sandbox.
|
||||
Earlier today I completed this goal and there's now an available version of every major stable perl release: 1, 2, 3, 4, 5.000, 5.001, 5.002, 5.003, 5.004, 5.005, 5.6, 5.8, 5.10, 5.12, 5.14, 5.16, 5.18, 5.20, 5.22, 5.24, and 5.26.</p>
|
||||
|
||||
<p>Now that I've completed this goal, I've decided to bundle up all the seriously old perls into an
|
||||
easy to download file for anyone else who has decided to go a little insane and try out some
|
||||
ancient perl. You can find the file here, <a href="https://perlbot.pl/bstatic/newoldperls.tar.zst">https://perlbot.pl/bstatic/newoldperls.tar.zst</a>.
|
||||
They're all expecting to live in /langs/ on a modernish linux system. That's actually a /langs
|
||||
directory on the root filesystem. This was done to make getting them to work in the sandbox for the pastebin much easier.</p>
|
||||
|
||||
<p>ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out.</p>
|
||||
|
||||
|
||||
|
||||
]]></content>
|
||||
<updated>2017-10-02T00:00:00Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://perlbot.pl/blog/2017/09/28/new-blog/</id>
|
||||
<title>new blog</title>
|
||||
|
|
|
@ -34,6 +34,35 @@
|
|||
<main>
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h1><a href="/blog/2017/10/02/new-old-perls/">New old perls</a></h1>
|
||||
|
||||
<aside>
|
||||
<time datetime="2017-10-02">
|
||||
Posted on 2017-10-02
|
||||
</time>
|
||||
</aside>
|
||||
|
||||
<p class="tags">Tags:
|
||||
</p>
|
||||
|
||||
</header>
|
||||
|
||||
<p>So as part of my own insanity I've managed to port/compile some old perl versions on linux and get the running in the eval sandbox.
|
||||
Earlier today I completed this goal and there's now an available version of every major stable perl release: 1, 2, 3, 4, 5.000, 5.001, 5.002, 5.003, 5.004, 5.005, 5.6, 5.8, 5.10, 5.12, 5.14, 5.16, 5.18, 5.20, 5.22, 5.24, and 5.26.</p>
|
||||
|
||||
<p>Now that I've completed this goal, I've decided to bundle up all the seriously old perls into an
|
||||
easy to download file for anyone else who has decided to go a little insane and try out some
|
||||
ancient perl. You can find the file here, <a href="https://perlbot.pl/bstatic/newoldperls.tar.zst">https://perlbot.pl/bstatic/newoldperls.tar.zst</a>.
|
||||
They're all expecting to live in /langs/ on a modernish linux system. That's actually a /langs
|
||||
directory on the root filesystem. This was done to make getting them to work in the sandbox for the pastebin much easier.</p>
|
||||
|
||||
<p>ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1><a href="/blog/2017/09/28/new-blog/">new blog</a></h1>
|
||||
|
|
|
@ -6,6 +6,29 @@
|
|||
<atom:link href="https://perlbot.pl/blog/index.rss" rel="self" type="application/rss+xml" />
|
||||
<description>Blog feed of My Statocles Site</description>
|
||||
<generator>Statocles 0.086</generator>
|
||||
<item>
|
||||
<title>New old perls</title>
|
||||
<link>https://perlbot.pl/blog/2017/10/02/new-old-perls/</link>
|
||||
<guid>https://perlbot.pl/blog/2017/10/02/new-old-perls/</guid>
|
||||
<description><![CDATA[
|
||||
<p>So as part of my own insanity I've managed to port/compile some old perl versions on linux and get the running in the eval sandbox.
|
||||
Earlier today I completed this goal and there's now an available version of every major stable perl release: 1, 2, 3, 4, 5.000, 5.001, 5.002, 5.003, 5.004, 5.005, 5.6, 5.8, 5.10, 5.12, 5.14, 5.16, 5.18, 5.20, 5.22, 5.24, and 5.26.</p>
|
||||
|
||||
<p>Now that I've completed this goal, I've decided to bundle up all the seriously old perls into an
|
||||
easy to download file for anyone else who has decided to go a little insane and try out some
|
||||
ancient perl. You can find the file here, <a href="https://perlbot.pl/bstatic/newoldperls.tar.zst">https://perlbot.pl/bstatic/newoldperls.tar.zst</a>.
|
||||
They're all expecting to live in /langs/ on a modernish linux system. That's actually a /langs
|
||||
directory on the root filesystem. This was done to make getting them to work in the sandbox for the pastebin much easier.</p>
|
||||
|
||||
<p>ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out.</p>
|
||||
|
||||
|
||||
|
||||
]]></description>
|
||||
<pubDate>
|
||||
Mon, 02 Oct 2017 00:00:00 +0000
|
||||
</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>new blog</title>
|
||||
<link>https://perlbot.pl/blog/2017/09/28/new-blog/</link>
|
||||
|
|
BIN
bstatic/newoldperls.tar.zst
Normal file
BIN
bstatic/newoldperls.tar.zst
Normal file
Binary file not shown.
12
sitemap.xml
12
sitemap.xml
|
@ -4,13 +4,13 @@
|
|||
<loc>https://perlbot.pl/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
<lastmod>2017-10-02</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/blog/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
<lastmod>2017-10-02</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/blog/2017/09/25/first-post/</loc>
|
||||
|
@ -24,11 +24,17 @@
|
|||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/blog/2017/10/02/new-old-perls/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
<lastmod>2017-10-02</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/page/seccomp/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
<lastmod>2017-10-02</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue