#use wml::debian::ctime #use wml::debian::links.tags #use wml::debian::common_tags #use wml::debian::release_info >

# TRANSLATORS: Please make clear in the translation of the following # item that mail sent to the debian-www list *must* be in English. Also, # you can add some information of your own translation mailing list # (i.e. debian-l10n-XXXXXX@lists.debian.org) for reporting things in # your language. To report a problem with the web site, please e-mail our publicly archived mailing list debian-www@lists.debian.org in English. For other contact information, see the Debian contact page. 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 () :> >
©