From: Steinar H. Gunderson Date: Mon, 18 Nov 2013 23:10:26 +0000 (+0100) Subject: Unbreak analysis.pl. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=b8f446ba1876d331cb43659eeb2d0737b174cb5c Unbreak analysis.pl. --- diff --git a/www/analysis.pl b/www/analysis.pl index b7e99b6..6169764 100755 --- a/www/analysis.pl +++ b/www/analysis.pl @@ -7,7 +7,7 @@ use AnyEvent; use strict; use warnings; -my $json_filename = "/srv/analysis.sesse.net/www/analysis.json"; +our $json_filename = "/srv/analysis.sesse.net/www/analysis.json"; my $cv = AnyEvent->condvar; my $updated = 0; diff --git a/www/app.psgi b/www/app.psgi index 2666248..172dced 100644 --- a/www/app.psgi +++ b/www/app.psgi @@ -19,7 +19,7 @@ if ($File::pushd::VERSION < 1.005) { print STDERR "Do not run in production!\n\n"; } -my $cgi = CGI::Compile->compile('/srv/analysis.sesse.net/analysis.pl'); +my $cgi = CGI::Compile->compile('/srv/analysis.sesse.net/www/analysis.pl'); my $handler = CGI::Emulate::PSGI->handler($cgi); sub { diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index 6cd931a..543a5b6 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -62,6 +62,8 @@ p { float: left; width: 400px; height: 400px; + margin-right: 1em; + margin-bottom: 1em; } #analysis { display: block;