Emailed DR with latest changes/additions required for site.
Site in progress.
In Progress: updating site with new course listings 2013-14.
In progress: updating site with new course listings for 2013-14.
Added rendering handling for sp, speaker, and p within sp. The stage tag isn't handled yet. Rolled out changes both to site and to redesign codebases.
The ISE was getting the error
java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
when running xwiki.
It turns out that the existence of quotes in JAVA_OPTS directives causes the option to be ignored. So, for future reference, use -Djava.awt.headless=true instead of -Djava.awt.headless="true" when launching tomcat on a headless server.
...on RL's instructions.
Since SNOW1 was a bit of a mess at the beginning, because of the encoders following obsolete examples, I've manually encoded the title page as an example.
Also found a problem with METR1 which was not really a bug, nor an encoding invalidity: a body element which goes straight to content (e.g. a head) with no intervening div is not invalid, but it triggered rendering problems because it was completely unexpected. As it happens, the encoding should not have been that way -- other divs appear later in the body -- but it wasn't technically wrong, so it would be good to figure out a way to prevent this through the schema or more likely through Schematron. We could change the content model of body so that it can only have divs, of course.
Section 2 is now down to 6 slides, with more detail and more extensive notes.
Following Sarah's post, I've done the following:
- Added a language filter so you can view names only in English or Nxaʔamxcín. This is a crude regex, but it works because English names always begin with caps, and Nxaʔamxcín names never do.
- Turned off the traffic light display in the names page.
- Added more processing to the path, to handle rendering of e.g. choice elements inside names.
- Excluded lexical suffix entries.
- Elaborated the captions and links a bit.
Here are a few requests for the Names page on the website:
DONE -exclude Lexical Suffix entries
DONE -fix the display of sic/corr, so that only “Wenatchi” displays, not “WenatcheeWenatchi” (See for example the entry for “Sam George”.)
DONE -put flora (plants) and fauna (animals) in the link text at the top of the page
DONE -separate out the sorting into Nx-Eng and Eng-Nx pages. Ideally, users should be able to view the complete list, or any of the six lists by name type, sorted either by Nxa'amxcin name or by English name. The present setup with Nx and Eng names mixed together in the Name column is somewhat confusing. Continue to sort the Nx-Eng lists based on name tags in prons. Sort the Eng-Nx lists based on name tags in defs.
-For the present, exclude name tags in orths when generating these lists.