WOK
else
@manifest[:html] <<<
WOK
end
if @o_str.dump_or_redirect?
elsif @f.output_dir_structure.by_language_code? \
or @f.output_dir_structure.by_filetype?
pth_local=@f.output_path.manifest.dir
pth_rel='.'
else
pth_local=@f.output_path.base.dir
pth_rel='..'
end
pth_rel_home=if @env.output_dir_structure.by? == :language
'../..'
elsif @env.output_dir_structure.by? == :filetype
'..'
elsif @env.output_dir_structure.by? == :filename
'..'
else '..'
end
output_organised_by="(output organised by #{@env.output_dir_structure.by?})"
harvest=(FileTest.file?("#{pth_local}/authors#{@fn_lng}.html") \
&& FileTest.file?("#{pth_local}/topics#{@fn_lng}.html")) \
? %{.: other document manifests: [authors] [topics] #{output_organised_by}
}
: %{#{output_organised_by}
}
manifest_title=%{#{@translate.manifest_description}
#{harvest}}
@manifest[:html] <<<
#{manifest_title}