Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Not using the PUI?  Not using OAI, or Docs?  If so, consider turning these services off in your configuration file. (e.g. AppConfig[:enable_docs] = false)

You are going to use the new PUI?  Here are some things to consider before you launch this service:

...

  • Check out all of the configuration options that are in the config.rb file.  To do that, search for "public" and "pui".  Here are few things you'll want to consider:
    • Do you want to suppress any of the seven links that are included in the primary navigation bar of the site?
      • Do you have more than one repository?  If not, consider removing the repositories option from your primary navigation row of links (e.g. AppConfig[:pui_hide][:repositories] = true)
      • Do you have any digital object records ready to go? If not, suppress that link.
      • Same for classification records, which are labelled "Record Groups" in the new public interface by default.
    • If you're not going to configure the Request action button to work with an email client, or replace it with another plugin, like the Aeon plugin, then you should turn off this action button before going live. (e.g. AppConfig[:pui_page_actions_request] = false)
    • Once you choose a new URL and configure that in the application, make sure that all of the links work in the application (e.g. the homepage links from any of the pages in the interface, aside from the home page) and that your new link is also included in the Citation action button.
    • Don't like the default inheritance settings?  Good news.  They're completely customizable, and you can even turn off inheritance altogether if you'd like (although I'd suggest keeping title inheritance at the very least, since archival objects don't need to have both a title and a date in the staff interface).  Here's an example of modified inheritance features:  https://gist.github.com/fordmadox/6f91ee378ae9d8a471bb8720fd6f2bd9 


  • Review the labels and language in the public interface.  If you need to make any updates, you'll want to get up close and personal with the new public YML files.  Here are simple instructions for how to change the "Record Group" label to something else, for instance.

...