#use wml::debian::ctime #use wml::debian::links.tags #use wml::debian::common_tags #use wml::debian::release_info # show footermap if FOOTERMAP is true or MAINPAGE is not true #use wml::debian::footermap "" " ""> > See our contact page to get in touch. Web site source code is available. Last Modified Last Built Copyright SPI and others; See license terms Debian is a registered trademark of Software in the Public Interest, Inc. $file = $WML_SRC_DIRNAME."/".$WML_SRC_FILENAME; if ($file =~ m,/(\d{4})/,) { $first = $1; } else { $first = "1997"; } # the below code taken from ctime.wml:webwml_ctime if (defined $(GEN_TIME)) { $timevar = $WML_GEN_ISOTIME; } else { $timevar = $WML_SRC_ISOTIME; } $timevar =~ /^(\d+)-(..)-(\d+)/; if ($1 <= 31) { # for WML 1.x $second = $3; } else { # for WML 2.x $second = $1; } # warn "$first $second\n"; if ($first eq $second) { print $first; } else { print $first."-".$second; }
>

: <:= webwml_modified_time () :>   : <:= webwml_built_time () :> >
©