in ARCHIVE/OLD-from-apache-cms/lib/view.pm [338:347]
sub read_ref_page_data {
my $file = shift;
my $out = {};
read_text_file $file, $out;
$out->{path} = "$file";
$out->{path} =~ s/content(\/.*)\.mdtext/$1.html/;
return $out;
}