|
| 1 | +'use client'; |
| 2 | + |
| 3 | +import Link from 'next/link'; |
| 4 | + |
| 5 | +import MainPageContent from '../../../Components/page/MainPageContent/MainPageContent'; |
| 6 | +import Page from '../../../Components/page/page'; |
| 7 | +import Footer from '../../../Layouts/Footer/Footer'; |
| 8 | +import Header from '../../../Layouts/Header/Header'; |
| 9 | +import Main from '../../../Layouts/main/main'; |
| 10 | + |
| 11 | +function Status() { |
| 12 | + return ( |
| 13 | + <> |
| 14 | + <Header /> |
| 15 | + <Main> |
| 16 | + <Page> |
| 17 | + <MainPageContent> |
| 18 | + <h1>Current status of the OET</h1> |
| 19 | + <h2>Overview</h2> |
| 20 | + <p> |
| 21 | + The OET is given a version number (similar to |
| 22 | + software packages) and it’s currently at{' '} |
| 23 | + <b>v0.47</b>. (The full version number can always be |
| 24 | + found in the first paragraph on{' '} |
| 25 | + <Link href='https://Freely-Given.org/OBD/OET/details.htm'> |
| 26 | + this page |
| 27 | + </Link> |
| 28 | + .) |
| 29 | + </p> |
| 30 | + <ul> |
| 31 | + <li> |
| 32 | + Recommended for reading, Bible study, and for |
| 33 | + preaching from (but please submit |
| 34 | + corrections/suggestions) |
| 35 | + </li> |
| 36 | + <li>USA-spelling version is not yet available</li> |
| 37 | + <li>PDFs not yet available for sample printouts</li> |
| 38 | + <li> |
| 39 | + Not yet recommended for inclusion on Bible sites |
| 40 | + (due to the three books which haven’t been |
| 41 | + drafted yet) |
| 42 | + </li> |
| 43 | + <li>Not yet recommended for memorisation</li> |
| 44 | + <li>Not yet recommended for mass printing</li> |
| 45 | + <li> |
| 46 | + Not yet recommended for use as a resource for |
| 47 | + translating into other modern languages |
| 48 | + (although many of the{' '} |
| 49 | + <Link href='/Design/ReadersVersion'> |
| 50 | + design features |
| 51 | + </Link>{' '} |
| 52 | + mentioned on this website should probably be |
| 53 | + considered) |
| 54 | + </li> |
| 55 | + </ul> |
| 56 | + <p> |
| 57 | + We have a list of terms which have to be made more |
| 58 | + consistent across all the books and chapters, and |
| 59 | + plan to do that before we reach v0.5. We also need |
| 60 | + many more people to start reading it{' '} |
| 61 | + <Link href='https://Freely-Given.org/OBD/OET/bySec/'> |
| 62 | + here |
| 63 | + </Link>{' '} |
| 64 | + and to report errors and suggestions to us (or |
| 65 | + submit a PR on{' '} |
| 66 | + <Link href='https://GitHub.com/Freely-Given-org/OpenEnglishTranslation--OET'> |
| 67 | + GitHub |
| 68 | + </Link> |
| 69 | + ). |
| 70 | + </p> |
| 71 | + <h2 id='OT'> |
| 72 | + Hebrew Scriptures <small>(Old Testament)</small> |
| 73 | + </h2> |
| 74 | + <h3>Literal Version</h3> |
| 75 | + <p> |
| 76 | + The <em>OET-LV</em> OT is still missing a few word |
| 77 | + and morpheme glosses, and we aren’t totally |
| 78 | + satisfied with a few others, but in general it’s |
| 79 | + reliable to use. |
| 80 | + </p> |
| 81 | + <h3>Readers’ Version</h3> |
| 82 | + <p> |
| 83 | + The <em>OET-RV</em> OT is not complete yet (missing |
| 84 | + Leviticus, Isaiah, and Jeremiah), and the spelling |
| 85 | + of names are not yet fully consistent. However, |
| 86 | + although you might find the occasional typo, the |
| 87 | + text is quite reliable to use. |
| 88 | + </p> |
| 89 | + <h2 id='NT'> |
| 90 | + Messianic Update <small>(New Testament)</small> |
| 91 | + </h2> |
| 92 | + <h3>Literal Version</h3> |
| 93 | + <p> |
| 94 | + The <em>OET-LV</em> NT is gratefully adapted from an |
| 95 | + early version of the forthcoming Verifiable Literal |
| 96 | + Translation created by the{' '} |
| 97 | + <Link href='https://GreekCNTR.org'> |
| 98 | + Center for NT Restoration |
| 99 | + </Link>{' '} |
| 100 | + (which we also volunteered for, for a time). A few |
| 101 | + books haven’t been properly reordered yet (we try to |
| 102 | + make the sentences closer to English{' '} |
| 103 | + <span title='Subject/Verb/ObjectSVO'>SVO</span>{' '} |
| 104 | + order), and the SR-GNT/VLT still breaks the Greek |
| 105 | + text into an excessive number of (shortish) |
| 106 | + sentences, but the <em>OET-LV</em> NT is perfectly |
| 107 | + reliable to use. |
| 108 | + </p> |
| 109 | + <h3>Readers’ Version</h3> |
| 110 | + <p> |
| 111 | + The <em>OET-RV</em> NT is complete and reliable to |
| 112 | + use, although it might still contain a few typos, |
| 113 | + several inconsistencies, and it doesn’t yet have all |
| 114 | + the formatting markup that has been applied to OT |
| 115 | + books. (We plan to apply that formatting before we |
| 116 | + reach v0.5.) |
| 117 | + </p> |
| 118 | + <h2 id='plans'>Future plans</h2> |
| 119 | + <p> |
| 120 | + Once the OET reaches v0.5 (expected around August, |
| 121 | + 2026), we plan to start actively promoting it in |
| 122 | + order to get more eyes onto the text. |
| 123 | + </p> |
| 124 | + <p> |
| 125 | + Also at that time, we plan to start work on making |
| 126 | + PDFs and other exports available for download (or |
| 127 | + for printing a few test copies). |
| 128 | + </p> |
| 129 | + </MainPageContent> |
| 130 | + </Page> |
| 131 | + </Main> |
| 132 | + <Footer /> |
| 133 | + </> |
| 134 | + ); |
| 135 | +} |
| 136 | + |
| 137 | +export default Status; |
0 commit comments