Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

...

<element>
<dc_field>dc_source</dc_field>
<label>Storage</label>
<type>select</type>
<option-list>
<option>slide</option>
<option>CD</option>
</option-list>
<show>true</show>
</element>

Customization of the public library display name:

The public library is named "public" by default. If you want to give it an different name, use the <public_library_name> tag. For example:

<public_library_name>Chemistry Department Image Collection</public_library_name>

Customization of the help URL:

By default, thalia help goes to http://thalia.mit.edu/help. If you want user help to go to a different URL, use the <help_url>tag. For example:

<help_url>http://web.mit.edu/psb/photographs</help_url>

Customization of the upload behavior:

By default, if you start an uplod, the upload screen retains all the metadata entered by the previous upload. If you want that screen to be cleared every time, use the <clear_upload_form> tag. For example

<clear_upload_form>true</clear_upload_form>

Customization of the item hover tip:

By default, the item hover tip is the item title. If you want another field displayed, use the <thumb_mouseover_field> tag. For example
<thumb_mouseover_field>dc_description</thumb_mouseover_field>.

Please note, the value should be one of the 15 dublin core metadata field name.

Turn on the shopping cart feature:

This is specific to PSB. If you want to turn on the shopping cart feature, use the <shopping_cart_on> tag. For example

<shopping_cart_on>true</shopping_cart_on>

Customization of the domain security policy:

By default the domain is open to public. People can use http to access thalia as a guest. However some domains only want to be open to the MIT community.

Use <opentopublic>false</opentopublic> to indicate that only people with MIT certificate can access thalia.