A very rough draft of the Codex is now available (partly)! More work to be done later. Currently you can go to the codex and see a list of all of the eventual pages of content, but only the character pages are capable of being visited, and also, nothing is in its desired format. I predict functionality to be complete by tonight.
Codex in the Workings
Eric Gratta on 16 November 2011 at 1:26 pm
We have developed an XSLT that retrieves the necessary data in XML form to compose the Codex's pages. Now I am in the process of writing the XSLT to produce the body of the Codex's main page, after which the specific CSS will have to be written.
<sentence/>
and
<dialogue/>
Jacob Deitloff on 15 November 2011 at 2:08 pm
In the markup thus far, sometimes we have situations where we have something like:
<sentence><dialogue>"Hello."</dialogue> said Satan.</sentence><sentence><dialogue>"How are you?"</dialogue>.</sentence>
According to English grammar, this can be one sentence, like so:
<sentence><dialogue>"Hello."</dialogue> said Satan. <dialogue>"How are you?"</dialogue>.</sentence>
In our document, we have both, and inconsistently. I feel like we need to choose one or the other, and then make sure everything is standard through our document. Your comments?
The posting system has been finished; tags can now be selected and navigated.
So, three new chapters have been marked up and uploaded to the site:
chapter 36,
chapter 37, and
chapter 28. I managed to start marking up that latter chapter a few weeks back, and then just up and decided to forget it; that's my fault, I'm sorry guys.