countries: change antarctica class to .an
[sheet.git] / common.inc.plp
index 4c0f1ff996ca84f857c99a9cfa3eb3ad596ec870..1e3f30a9dd38d97586b78b88b3c071b48d9d2a32 100644 (file)
@@ -34,7 +34,7 @@ sub stylesheet {
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.5", $_
        ) } @_;
 }
 
@@ -64,6 +64,7 @@ sub Html {
                (grep { /\bShiar_/ } values %INC),
                $meta->{data} ? @{ $meta->{data} } : (),
        );
+       $header{'Cache-Control'} = sprintf 'max-age: ', 24*60*60;
 
        # default fallbacks
        $meta->{stylesheet} ||= [qw'light dark circus mono red terse'];
@@ -111,7 +112,7 @@ EOT
        PLP_END {
                print <<"EOT";
 <p class="footer">
-       <a href="/" rel="home">sheet.shiar.nl</a>/$file.<a href="/source/$file.plp"
+       <a href="/" rel="start">sheet.shiar.nl</a>/$file.<a href="/source/$file.plp"
         rel="code" title="Written in Perl">plp</a>
        <a href="http://git.shiar.nl/sheet.git/history/HEAD:/$file.plp"
         rel="vcs-git" title="Git repository">$meta->{version}</a>