X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/98cfbf69d9806fe9cc9e352859da42f60a56a338..c9e24e105a536e99e4c2221e9e3dffe15eb78132:/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

";