We need to decide how the viewer will know how to split up texts into pages for viewing. For Calpurnius, it's fairly straightforward: obviously, each poem is a reasonable viewing "chunk". But it will be much less obvious for prose, or even longer poetry, like epics.
Options:
We could decide on an arbitrary limit, say 100-line chunks for verse and maybe a word count for prose (i.e. split after the paragraph containing the 1000th word or something like that)—that is, have the chunking be algorithmically determined.
We could embed milestones, like Perseus does, that trigger a split in the text.
A related problem is navigation and building a table of contents.
We need to decide how the viewer will know how to split up texts into pages for viewing. For Calpurnius, it's fairly straightforward: obviously, each poem is a reasonable viewing "chunk". But it will be much less obvious for prose, or even longer poetry, like epics.
Options:
A related problem is navigation and building a table of contents.