Updated version numbers

gh-pages
Hauke D 7 years ago
parent 58bdcd9b9b
commit f71685d586

@ -58,10 +58,8 @@ function makeCM (textarea,plain,ro) {
function runnerState (text) {
$('#runnerstate').text( text
/* not available until WebPerl v0.09-beta:
+ (lastExitStatus ? ' (last exit status was '+lastExitStatus+')'
: '') );
*/ );
}
function updateButtonState () {

@ -33,7 +33,7 @@ js('document')->getElementById('my_button')
</script>
```
- [**Download `webperl_prebuilt_v0.07-beta.zip`**](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip)
- [**Download `webperl_prebuilt_v0.09-beta.zip`**](https://github.com/haukex/webperl/releases/download/v0.09-beta/webperl_prebuilt_v0.09-beta.zip)
- [**Get the sources on GitHub**](https://github.com/haukex/webperl)
For web applications written with WebPerl, see:
@ -52,9 +52,9 @@ Quick Start
- In a shell:
$ wget https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip
$ unzip webperl_prebuilt_v0.07-beta.zip
$ cd webperl_prebuilt_v0.07-beta
$ wget https://github.com/haukex/webperl/releases/download/v0.09-beta/webperl_prebuilt_v0.09-beta.zip
$ unzip webperl_prebuilt_v0.09-beta.zip
$ cd webperl_prebuilt_v0.09-beta
$ plackup webperl.psgi
HTTP::Server::PSGI: Accepting connections at http://0:5000/

@ -36,7 +36,7 @@ If you plan on building WebPerl, for example if you'd like to add more CPAN
modules, then head on over to [Building WebPerl](building.html). Otherwise, if
you'd just like to get started quickly and work with the prebuilt WebPerl
(includes many of the Perl core modules plus a couple extras), then download
[`webperl_prebuilt_v0.07-beta.zip`](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip)
[`webperl_prebuilt_v0.09-beta.zip`](https://github.com/haukex/webperl/releases/download/v0.09-beta/webperl_prebuilt_v0.09-beta.zip)
and unpack it. This ZIP file includes the contents of the
[`web`](https://github.com/haukex/webperl/tree/master/web) directory of the
source code, as well as the build products `emperl.*` (currently three files).

Loading…
Cancel
Save