TODO - acli/hebcal GitHub Wiki

Copy editing

Task: Do another proper copy editing pass
Deliverables:

  1. Style guide
  2. Updated documentation files and embedded strings in the various source files

In particular, I just found out that start.c is listing a lot of long options that actually work but are not mentioned anywhere else. Both README.md and hebcal.1.in need to be updated.

Command-line option handling

Task: Make it automatic to keep the options list in README.md, hebcal.1.in and start.c consistent
Deliverables:

  1. Possibly: a meta-description to keep track of a master description of all the command-line arguments
  2. Script or C program to read the meta-description and generate corresponding snippets for README.md, hebcal.1.in, and start.c and possibly directly update those files
  3. Documentation of what has been done