From b2f2619e7628a95d72d2b3eae72dcc91b23d3545 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 21 Aug 2009 20:24:48 +1200 Subject: [PATCH] Add more checkpoints to progress page. --- config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index 5c00a22..15b9225 100644 --- a/config.py +++ b/config.py @@ -240,13 +240,16 @@ PROGRESS_POINTS = ( ("add_css", "Add css"), ("add_section_titles", "Add section titles"), ("generate_pdf", "Generate the main pdf"), + ("reshape_pdf", "Add gutter, cut paper to size"), + #('make_body_pdf', "Generate the main pdf"), ("number_pdf", "Number pages and add gutters"), ("make_contents", "Calculate Table of Contents"), ("make_preamble_pdf", "Generate preamble pdf"), + ('make_end_matter_pdf', "Generate end matter pdf"), ("concatenated_pdfs", "concatenate the pdfs"), + #("publish_pdf", "Publish the pdf"), ("finished", "Finished!"), ) - if __name__ == '__main__': print ', '.join(x for x in globals().keys() if not x.startswith('_')) -- 2.11.4.GIT