...
- write your domain metadata mapping using a text editor. See https://wikis.mit.edu/confluence/download/attachments/25395402/metadata.xml as an example.
- https://domainname.thalia.mit.edu/resttest.jsp and scrool down to meta data mapping. Copy and paste the mapping xml into the mapping text box, then click on "save mapping" button
...
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:
...
<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.