sub downloadLinkWithoutSigs()

in ARCHIVE/OLD-from-apache-cms/lib/view.pm [356:361]


sub downloadLinkWithoutSigs {

	my ($artifact, $label) = @_;
    $label = $artifact unless ($label);
    return "[$label]([preferred]sling/$artifact)";
}