Difference between revisions of "Talk:Best Practices for TEI in Libraries"
(rewrote so it's easier to find what's left) |
(→Copyediting: change all "must" to "should") |
||
Line 11: | Line 11: | ||
== Copyediting == | == Copyediting == | ||
+ | |||
+ | Change all instances of "must" to "should" (since the BP doesn't mandate anything). | ||
Copyedit element recommendations at each level to avoid awkward and misleading syntax. | Copyedit element recommendations at each level to avoid awkward and misleading syntax. |
Revision as of 01:02, 6 September 2011
The following are things to do to the BP before making an official "release". There is a separate list of Future changes to Best Practices for TEI in Libraries.
Contents
Handling of hyphenation
Syd will post to TEI-L asking how to distinguish "his-tory" and "run-on" when they break across lines. Both would take break="no", but how to allow for searching of "history" and "run-on"?
Bug fixes
- Fix schema bug where list element is not allowed except as a child of p.
- Syd put model.inter back into model.common at Levels 3 and 4. This fixed the problem. Syd wonders whether this change will have any side-effect; he will investigate further.
Copyediting
Change all instances of "must" to "should" (since the BP doesn't mandate anything).
Copyedit element recommendations at each level to avoid awkward and misleading syntax.
Remove ODD markup in level specifications that Syd added from P5 so as not to include examples that contradict rest of Guidelines.
Edit main-driver.odd to review metadata for the BP as a whole (in both the teiHeader and front elements): editors (stated more prominently than in the appendix), copyright, version number, etc. Check with Michelle on whether we should revise acknowledgement of DLF support.
Rendering better documentation from the ODDs
Tables should have borders on cells (or some clear path for indicating in ODD document that you want borders).
- Syd said this can be overriden by giving values for cssFile and/or cssSecondFile parameters to odd2html.xsl. Not sure how to "send" these through roma2.
- Sebastian wrote in an email to use, e.g., --docflags="cssFile=foo.css" but warned that this was from memory. (Kshawkin 16:08, 22 August 2011 (EDT))
Omit exemplars from output — preferably just those from the P5 source, not the customization ODD file.
Documentation of ODD processing
Syd will write down the command-line code needed in order to generate HTML files from the ODDs and add this to https://github.com/sydb/TEI-in-Libraries/blob/master/README .
- Done, except that Syd needs to fill in the footnotes.
Before release
Update the official HTML version and copy of main-driver.html linked from there.