Update site, add other download versions
This commit is contained in:
parent
aa5c5bac83
commit
48e9b5be27
5 changed files with 4 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: First Post
|
||||
---
|
||||
|
||||
# Welcome To Your Blog
|
||||
|
||||
This is your first post. To edit this post, open up <%= $app->url( $self->path ) %>
|
||||
in your text editor.
|
||||
|
||||
[Check the documentation for how to write Statocles
|
||||
content](http://preaction.me/statocles/pod/Statocles/Help/Content)
|
|
@ -8,8 +8,10 @@ Earlier today I completed this goal and there's now an available version of ever
|
|||
|
||||
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, [https://perlbot.pl/bstatic/newoldperls.tar.zst](https://perlbot.pl/bstatic/newoldperls.tar.zst).
|
||||
ancient perl. You can find the file here, [https://perlbot.pl/bstatic/newoldperls.tar.xz](https://perlbot.pl/bstatic/newoldperls.tar.xz).
|
||||
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.
|
||||
|
||||
Also available as a download in [.tar.gz](https://perlbot.pl/bstatic/newoldperls.tar.xz) and [.tar.zst](https://perlbot.pl/bstatic/newoldperls.tar.xz)
|
||||
|
||||
ps. .tar.zst is compressed with zstandard/zstd, it made this file smaller than the other alternatives and I wanted to try it out.
|
||||
|
|
2
site.yml
2
site.yml
|
@ -32,7 +32,7 @@ site:
|
|||
args:
|
||||
|
||||
# title: This is the title of the site, shown in the <title> tag
|
||||
title: 'My Statocles Site'
|
||||
title: 'Perlbot.pl pastebin'
|
||||
|
||||
# base_url: This is the base URL the site will be deployed to. It
|
||||
# should be a full URL, and may contain a path, like:
|
||||
|
|
BIN
static/newoldperls.tar.gz
Normal file
BIN
static/newoldperls.tar.gz
Normal file
Binary file not shown.
BIN
static/newoldperls.tar.xz
Normal file
BIN
static/newoldperls.tar.xz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue