Go to file
Benjamin Wright fe526117b6 Update README.md 2024-03-19 12:53:55 +00:00
ULT initial upload of packages 2024-03-18 16:22:31 -05:00
UST readme updated 2024-03-18 16:45:33 -05:00
BP in Paratext.png added screenshot explaining resources 2024-03-19 12:44:09 +00:00
LICENSE.md Initial commit 2024-03-18 21:17:10 +00:00
README.md Update README.md 2024-03-19 12:53:55 +00:00

README.md

unfoldingWord Book Packages for Paratext

ULT with TNs as notes and TWs (TWs are a little dated as of Mar 2024) integrated. UST. All setup for Paratext use. Last updated 3/18/2024

How to use this:

Download the repo as a zip. Unzip and place the ULT and UST directories into your My Paratext 9 Projects directory. Restart Paratext. Open ULT and UST from Projects. Translation notes show as Paratext notes, you can view them individually or open the notes list to see all (as in the screenshot below). TWs can be seen by opening the Biblical Terms Renderings, double-clicking the words in the English column will open a window--in the Description box is the content of the TW article.

BP in Paratext

In order to allow users to comment on notes and resolve completed ones, admins may want to add the following to the ProjectUserAccess.xml files:

  <User UserName="YOUR_USER'S_NAME_AS_IN_OTHER_PARATEXT_PROJECTS" FirstUser="false" UnregisteredUser="true">
    <Role>Consultant</Role>
    <AllBooks>true</AllBooks>
    <Books />
    <Permissions>
      <Permission Type="TermsList" Granted="false" />
      <Permission Type="Renderings" Granted="false" />
      <Permission Type="Spellings" Granted="false" />
      <Permission Type="Passages" Granted="false" />
      <Permission Type="Progress" Granted="false" />
    </Permissions>
    <AutomaticBooks />
    <AutomaticPermissions />
  </User>

Set "UnregisteredUser" to true or false depending on your user's Paratext status.


How to make/update this: