Finished the main site pages
Posted by mholmes on 13 Nov 2007 in Activity log
Completed the system for the main site pages. They're based on a single document, in TEI, which has a number of <div> elements in its body. The document is stored in the db, and in response to a request asking for a particular id, the correct <div> is turned into a page. In the process, I abstracted quite a lot of XSLT content from the article XSL base file into a general file (general.xsl), so that it's available to other processing pipelines.
One thing remains to be done: we need to set up a page of indexes which harvests all the key data (names, references, etc.) into lists that can be browsed, linking back into articles. I'm not exactly sure how to approach that yet.