X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/98cfbf69d9806fe9cc9e352859da42f60a56a338..23a77ad01b96149db5e07121c09481dd1c5d9b4a:/source.plp diff --git a/source.plp b/source.plp index f713a73..de3ad54 100644 --- a/source.plp +++ b/source.plp @@ -1,22 +1,29 @@ <(common.inc.plp)><: our $VERSION = 'v1.0'; + my $source = $ENV{PATH_INFO}; + $source =~ s{^/}{}; + :> - + -sheet page source code +<:= $source :> source code +"> + <:= stylesheet(qw'light dark mono red') :> + <: -my $source = $ENV{PATH_INFO}; -$source =~ s{^/}{}; - if (not $source) { print "

Source files

";