Have to figure out in the code that takes files from the CanMys database and generates the site, how to detect files flagged and "index" files and in the code that generated the Dublin Core tags, ensure that the filename contains "index" rather than the record number of that file in the database (for french and english):
<meta name="DC.Identifier" content="http://www.canadianmysteries.ca/sites/norman/home/indexen.html" />
rather than current:
<meta name="DC.Identifier" content="http://www.canadianmysteries.ca/sites/norman/home/5936en.html" />
<meta name="DC.Identifier" content="http://www.canadianmysteries.ca/sites/norman/background/indexen.html" />
rather than current:
<meta name="DC.Identifier" content="http://www.canadianmysteries.ca/sites/norman/background/5928en.html" />
<meta name="DC.Identifier" content="http://www.canadianmysteries.ca/sites/norman/background/1930s/indexen.html" />
rather than current:
<meta name="DC.Identifier" content="http://www.canadianmysteries.ca/sites/norman/background/1930s/5925en.html" />