几年前,使用 Paratext 6 或 7(注册表功能出现之前)发布了一卷新约,并感谢地提交给了 DBL。他们现在正在继续制作整本圣经,因此我请求(并收到了)DBL 源数据,以便我可以为整本圣经创建一个新的 Paratext 项目并导入数据。(Lois 还建议创建一个仅包含已通过顾问检查并准备好提交给 DBL 的书卷的子项目,该子项目目前仅包含新约。)
我的问题是,您建议采用什么程序来从 DBL 捆绑包中导入数据?它看起来像是 Paratext 项目文件夹的完整副本(甚至包括 .hg mercurial 文件夹!),但我假设我需要有选择地决定导入哪些内容以及如何导入。
我已经导入了文本文件,包括 MAT-REV、XXA-XXD、FRT、INT 和 GLO,过程似乎很顺利。我认为不需要项目历史或注释历史,但我觉得如果能导入 BiblicalTerms 和 BookNames 的 XML 文件会很有帮助。看起来我可能只需在关闭 Paratext 的情况下,用 DBL 中的 BookNames.xml 文件替换现有的 BookNames.xml 文件,即可获取该数据。这种程序可以接受吗?
然而,BiblicalTerms 似乎情况不同。在 DBL 中,我有 BiblicalTermsgqrDBL.xml,如果在新项目中添加一个渲染,它会创建一个名为 TermRenderings.xml 的文件。前者(DBL)看起来像这样:
<TermRendering>
<Id>Ἀαρών</Id>
<Status>AllFound</Status>
<Guess>false</Guess>
<Renderings>Aron*</Renderings>
<Notes />
<Denials />
<Tag />
</TermRendering>
而后者(新项目)看起来像这样:
<TermRendering Id="Ἀαρών" Guess="false">
<Renderings>Aron</Renderings>
<Glossary />
<Changes>
<Change UserName="jeffh " Date="2021-03-25T12:52:[Phone Removed]+01:00">
<Before />
<After>Aron</After>
</Change>
</Changes>
<Notes />
<Denials />
</TermRendering>
相似但不完全相同。而且看起来有些地方的 ID 不一致。因此,我相当担心直接用 DBL 中的文件替换 .xml 文件。看起来旧文件中指定了 1722 个渲染,手动恢复所有这些将是一项巨大的工作量。
那么,有没有办法从旧项目中恢复 BiblicalTerms 的渲染?
A NT was published some years back using Paratext 6 or 7 (pre-registry days), and thankfully submitted to the DBL. They are continuing on to produce an entire Bible now, so I have requested (and received) the DBL source data, so that I can create a new Paratext project for the Bible and import the data. (Lois also suggested making a daughter project that just contains books that are consultant-checked and ready for the DBL, which would just contain the NT or now.)
My question is, what procedure would you recommend for importing data from the DBL bundle. It appears to be an entire copy of the Paratext project folder (even including the .hg mercurial folder!), but I assume I need to be selective about what I pull in and how.
I have already imported the text files, MAT-REV, XXA-XXD, FRT, INT and GLO, and that seemed to go fine. I don’t think they will need project history or comment history, but I think it would be helpful if I could import the XML files for the BiblicalTerms and BookNames. It looks like I might be able to just replace the BookNames.xml file with the one from the DBL (with Paratext closed), to get that data. Is that an acceptable procedure?
It looks like the BiblicalTerms, however, are a different animal. In the DBL I have BiblicalTermsgqrDBL.xml, and if I add a rendering in the new project it creates a file TermRenderings.xml. The former (DBL) looks like this:
<TermRendering>
<Id>Ἀαρών</Id>
<Status>AllFound</Status>
<Guess>false</Guess>
<Renderings>Aron*</Renderings>
<Notes />
<Denials />
<Tag />
</TermRendering>
And the latter (new project) looks like this:
<TermRendering Id="Ἀαρών" Guess="false">
<Renderings>Aron</Renderings>
<Glossary />
<Changes>
<Change UserName="jeffh " Date="2021-03-25T12:52:[Phone Removed]+01:00">
<Before />
<After>Aron</After>
</Change>
</Changes>
<Notes />
<Denials />
</TermRendering>
Similar but not identical. And it looks like there are places where the ID is not consistent. So I would be pretty scared to just replace the .xml file with something out of the DBL. It looks like there are 1722 renderings specified in the old file, so it would be a significant amount of labor to recover all that manually.
So is there a way to recover the BiblicalTerms renderings from an old project?
机器翻译自 English