Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor additions and clarifications

...

App – Using ArgumentParser replacement for OptionParser. Notice the license at the top of the file, which seems like standard practice. Also, removed logging NullHandler since we have conf file.

CLI – Use cmd module.

See SConstruct for developer use. Not needed by end user if we have an installer (see below). Runs sphinx, GUI, and CLI. Manages options and Python paths. Creates 'build' directory for log and conf files.

...

See discussion on Remote UI page, especially under UI Implementations heading. I think the Web UI is most valuable, but a GUI is valuable for a user that does not want the LBR to maintain the UI. Given that we have a local GUI and must support the Web UI, I don't think it the effort to support a remote GUI is incremental. At the same time, we don't want to get bogged down with a feature that won't be used much.

...