Enable Copyright Determination

Look at the Plugin part from: http://infogami.org/quicklook The code for copyright is already in the correct spot in the dev environment checkout (http://openlibrary.org/dev/docs/setup) Steps to start using it:
  • To templates/type/edition/view:
    • add <!-- Start of Copyright Determination --> from http://pdregistry.ca/templates/type/edition/view.tmpl
  • To templates/ :
    • add http://pdregistry.ca/templates/copyright.tmpl
  • To run.py
    • where it says
      • infogami.config.plugin_path += ['plugins']
      • infogami.config.plugins += ['openlibrary', "upload", "i18n", 'api', 'scod']
    • include the copyright module in the list, whatever its name is, in the list of plugins