X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/73f72c79fcca91f4db4b3c3704f24bfb2544301a..f63a57e71a3aed6fe5e80ca979186e3bd6c7eb6b:/source.plp diff --git a/source.plp b/source.plp index f713a73..a813db4 100644 --- a/source.plp +++ b/source.plp @@ -1,22 +1,28 @@ <(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

";