WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

V3.2.0/screenshot documentation #125

Closed obrienben closed 6 months ago

obrienben commented 6 months ago

Read the Docs guide for the screenshot feature. Covers

leefrank9527 commented 6 months ago

@obrienben That looks good. There are just some tiny stuffs to be considered:

  1. There is a configuration item in webapp/resources/application.properties to enable/disable the screenshot feature from webapp side:
    # Screenshot settings
    enableScreenshots=true
  2. Some command lines embeded in the page (harvest-screenshot-configuration-guide.html) are presented on one line. That would be better if they can be separated to individual lines.
  3. I can't find a hyperlink in the contens index to link to the new added page (harvest-screenshot-configuration-guide.html)
  4. There is a section in "system-administrator-guide.html" to describe the screenshot, named "Using the screenshot". The section is not formated well, and the contents can be covered by "harvest-screenshot-configuration-guide.html". That would be good if you could get rid of the section.