# ------------------- # formatting variables # ------------------- num_items_before_more_link = 10 html_page_title = Isamu Noguchi Catalogue Raisonné page_footer_text = © 2010 Whirl-i-Gig header_title_img = /graphics/t_page_title.gif # # sets used in favorites # # featured - on home page and favorites page featured_set_name = featuredSplash user_favorites_set_name = userFavorites # Type of set to create for user-generated slideshows user_set_type = user # Type of set to display in the "features" section features_set_type = exhibition # ------------------- # Registered user features # ------------------- dont_allow_registration_and_login = 0 enable_bookmarks = 1 # ------------------- # Search options # ------------------- # If set to true, search results are partitioned by type # Requires that your views take this into account (default views *do not*; only New Museum does) search_results_partition_by_type = 0 # Perform secondary searches when search objects? # (Secondary searches are searches performed when searching for objects # [the "primary" search] on authorities) # do_secondary_searches = 0 # settings for specific secondary searches do_secondary_search_for_ca_entities = 0 do_secondary_search_for_ca_places = 0 do_secondary_search_for_ca_occurrences = 0 do_secondary_search_for_ca_collections = 0 # Number of items per page of results items_per_page_options_for_ca_objects_search = [16, 32, 90] # --- result views #result_views_for_ca_objects = {full = _(List), single = _(Single)} result_views_for_ca_objects = {full = _(List)} result_views_for_ca_entities = {full = _(List)} result_views_for_ca_places = {full = _(List)} result_views_for_ca_occurrences = {full = _(List)} result_views_for_ca_collections = {full = _(List)} # --- sort options result_sort_options_for_ca_objects = {ca_objects.idno_sort => _(CRNo), ca_object_labels.name => _(Title), ca_objects.technique => _(Medium), ca_objects.date.parsed_date => _(Year)} result_sort_options_for_ca_entities = {ca_entity_labels.displayname => _(Name), ca_entities.type_id => _(Type), ca_entities.idno_sort => _(Idno)} result_sort_options_for_ca_places = {ca_place_labels.name => _(Name), ca_places.type_id => _(Type), ca_places.idno_sort => _(Idno)} result_sort_options_for_ca_occurrences = {ca_occurrences.date.parsed_date => _(Date), ca_occurrence_labels.name => _(Title)} result_sort_options_for_ca_collections = {ca_collection_labels.name => _(Name), ca_collections.type_id => _(Type), ca_collections.idno_sort => _(Idno)} # --- facet groups browse_facet_group_for_ca_objects = frontpage # ------------------- # Search options # ------------------- # If set to true, search results are partitioned by type # Requires that your views take this into account (default views *do not*; only New Museum does) search_results_partition_by_type = 0 # ------------------- # Browsing options # ------------------- # Table names (eg. "ca_objects", "ca_places") to allow browsing on browse_targets = [ca_objects] # Number of items per page of results items_per_page_default_for_ca_objects_browse = 16 items_per_page_default_for_ca_occurrences_browse = 16 # ------------------- # Content caching # ------------------- # Set to 1 if you want to cache content, as configured in the content_caching.conf config file # Caching can greatly increase performance and high-traffic sites do_content_caching = 0 # directory to store content cache data in content_cache_dir = /tmp # ------------------- # Item viewablity (access enforcement) # ------------------- # if set, no access checks are performed dont_enforce_access_settings = 0 # list of values for 'access' field in objects, entities, places, etc. that allow public (unrestricted) viewing public_access_settings = [1] # list of values for 'access' field in objects, entities, places, etc. that allow privileged viewing # (ie. user in on a privileged network as defined below) privileged_access_settings = [1,2] # List of IP address to consider "privileged" (can see items where access = 1 or 2) # It is ok to use wildcards ("*") for portions of the address to create class C or B addresses # Eg. 192.168.1.5, 192.168.1.* and 192.168.*.* are all valid and increasingly broad privileged_networks = [192.168.6.*] # ------------------- # Quicksearch ("live" search in search box in header) # ------------------- # what sorts of results does Quicksearch return? quicksearch_return_ca_objects = 0 quicksearch_return_ca_entities = 0 quicksearch_return_ca_places = 0 quicksearch_return_ca_occurrences = 0 quicksearch_return_ca_collections = 0 # ------------------- # Detail views # ------------------- # Show details? # allow_detail_for_ca_objects = 1 allow_detail_for_ca_entities = 0 allow_detail_for_ca_places = 0 allow_detail_for_ca_occurrences = 1 allow_detail_for_ca_collections = 0 # --- attributes to display on detail pages ca_objects_detail_display_attributes = [] ca_objects_description_attribute = ca_entities_detail_display_attributes = [] ca_entities_description_attribute = ca_places_detail_display_attributes = [] ca_places_description_attribute = ca_occurrences_detail_display_attributes = [] ca_occurrences_description_attribute = ca_collections_detail_display_attributes = [] ca_collections_description_attribute = # --- attribute of coordinates to map on object detail page and search results - if not set, no map is displayed - must be table.attribute ca_objects_map_attribute = show_map_object_search_results = # Allow object browse from within detail views? # allow_browse_within_detail_for_ca_entities = 1 sort_browse_within_detail_for_ca_entities = ca_objects.idno_sort allow_browse_within_detail_for_ca_places = 1 sort_browse_within_detail_for_ca_places = ca_objects.idno_sort allow_browse_within_detail_for_ca_occurrences = 1 sort_browse_within_detail_for_ca_occurrences = ca_objects.idno_sort allow_browse_within_detail_for_ca_collections = 1 sort_browse_within_detail_for_ca_collections = ca_objects.idno_sort # Redirect to detail on first browse? # redirect_to_ca_objects_detail_if_is_first_facet = 0 redirect_to_ca_entities_detail_if_is_first_facet = 0 redirect_to_ca_places_detail_if_is_first_facet = 0 redirect_to_ca_occurrences_detail_if_is_first_facet = 0 redirect_to_ca_collections_detail_if_is_first_facet = 0 # List of versions of object representation media to pass to the ca_objects detail view ca_objects_representation_display_versions = [large, mediumlarge, medium, preview, h264_lo, mp3, flv, original] # Default version to use for display of images ca_objects_representation_default_image_display_version = medium # Default version to use for display of video ca_objects_representation_default_video_display_version = flv # Default version to use for display of audio ca_objects_representation_default_audio_display_version = mp3 # ------------------- # UI locales # ------------------- # # Define locales/languages here that you want the Pawtucket UI to support # Each locale *MUST* have a messages.po/mo translation file in app/locales ui_locales = [en_US] pawtucket_requires_login = 1 user_profile_preference_group = profile # ------------------------- # Client services # ------------------------- enable_client_services = 0 enable_client_services_sales = 0 enable_client_services_library = 0 # Set this to disabled the "lightbox" feature # "collections" is the original name for lightboxes disable_my_collections = 0