-
Notifications
You must be signed in to change notification settings - Fork 92
Things to remember
annettegessner edited this page Jun 13, 2016
·
14 revisions
Hallo everybody and thank you so much for helping out with this repository!
Here is a little list of things to remember while working on a file, which will NOT show up when running the hook test since they don't affect CTS-compliance:
-
Check that
<langUsage>in the header only contains the MAIN language of the text. We are ignoring footnotes, so except for translations and maybe some commentaries, all files should have ONE main language, either<language ident="grc">Greek</language>or<language ident="lat">Latin</language>. -
Check or add a link to a scan of this text in the header between the closing tags
</monogr>and</biblStruct>, e.g.:
</monogr>
<ref target="https://books.google.de/books?id=rhwaAQAAIAAJ">Google Books</ref>
</biblStruct> - Should the textparts you want to use for segmentation go accross paragraphs
<p>(less than 10% or rather 5%), try using<seg>instead of<div>, to keep as much of the original layout as possible. - If you find problematic files, see if there is an issue which is labeled as "general problem" already attributed to those kind of files, e.g. "How to handle commentaries/translations/drama" in issues #201, #210 and #211.