I now have a unified schema build process which extracts people and poem ids from the collection to create link lists, and incorporates them into the schema; Schematron also now requires @data-id for all name spans, and all existing name tags have been given ids. There are now 389 headings in the index, and 1763 subitems. Coming along nicely.
Wrote some XSLT for trimming out unnecessary index entries from the original index which would simply duplicate entries now generated automatically, and then integrated the mentions of poems with comments from the original index.
We now have an automatically-generated index, and the partially-converted manual index. I've written some XSLT to help with auto-tagging people and poems in the latter, but a lot of that has to be done manually. Having done it for the half-or-thereabouts of the index that AN has linked, I've now integrated the mentions of people such that index items with specific descriptors (manual entries) are listed first, followed by the exhaustive list of mentions of people. I'll do the same with poems and ultimately with other types of thing such as journals. Meanwhile, there's a list of people mentioned who are not yet in the personography; even for those who won't ultimately get bios, I think they need to be included so that we can use a canonical name for them and index them.
Pointless use of enormous PNGs has now been eliminated in favour of JPGs.
AN has worked through nearly half the index entries and added URLs for them, so I've taken those, saved the Excel file as FODS, then run this XQuery:
<table> { for $r in //*:table-row where normalize-space($r/*:table-cell[7]) != '' return <tr> <td>{normalize-space($r/*:table-cell[1])}</td> <td>{normalize-space($r/*:table-cell[2])}</td> <td>{normalize-space(replace(replace($r/*:table-cell[7], '\.html', ''), 'http://hcmc\.uvic\.ca/keats/', ''))}</td> </tr> } </table>
to get a simple table, which I've now cleaned up and re-tagged. This is saved in the topicIndex.xml file, where it can be edited in Author mode; it needs to be integrated into the index processing now.
Both are not yet confirmed to be fixed, but I think one is, and I hope the other will be eventually, when browsers start implementing onorientationchange properly.
An ongoing list ePly information.
Full documentation here, comprehensive: http://help.eply.com/general-settings/form-status
Rather than using the hcmc@uvic.ca account, create a new user with the role of ‘client administrator’ - for full powers. Other users will not get this level, usually.
Only client administrators and client power users can refund credit cards, all other roles cannot.
Creating a form creates a new event.
I've now completed my work on Issue #75, and I'm just waiting for DH to add all the relevant bibl/@corresp values to the debate days before rebuilding the site. Investigated some issue with the map on the Chrome browser on Android, and one issue with the map when device orientation is changed. I have some pointers for these bugs and will move forward with them when I get time.
There are audio files for five poems, so I've added those into the poem pages, and tweaked the schema to allow the audio element.
Will be starting on Thursday. Added a few Schematron rules and fixes based on them after KB reported a style violation.