def __init__(self, outdir): Generator.__init__(self, outdir) self.report_name_short = "Summary" self.report_name = "Mirror Status" self.output_file = "index.html"
def __init__(self, outdir): Generator.__init__(self, outdir) self.report_name_short = "Status" self.report_name = "Synchronization Status" self.output_file = "sync.html"
def __init__(self, outdir): Generator.__init__(self, outdir) self.report_name_short = "Size" self.report_name = "Mirror Size" self.output_file = "size.html"