Skip to content

Commit

Permalink
Merge pull request #847 from alpheios-project/i846-small-fixes-pages
Browse files Browse the repository at this point in the history
Small fixes on Context and Quick Start pages
  • Loading branch information
irina060981 authored Jul 4, 2022
2 parents 17d1632 + dffbe05 commit 3b0b562
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions public/whats-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2 class="">CONTEXT and AIMS</h2>
</div>
</div>
</div>
<p>where the words and phrases of some text and aligned with those of one or more translations.</p>
<p>where the words and phrases of some text are aligned with those of one or more translations.</p>
</div>
</div><!-- alpheios-alignment-editor__content-part-1 -->

Expand All @@ -98,6 +98,7 @@ <h3>Who are our intended users?</h3>
<p class="alpheios-alignment-editor__p-with-check-mark-sub" >religious,</p>
<p class="alpheios-alignment-editor__p-with-check-mark-sub" >literary,</p>
<p class="alpheios-alignment-editor__p-with-check-mark-sub" >philosophical</p>
<p class="alpheios-alignment-editor__p-with-check-mark-sub" >historical</p>

<p class="alpheios-alignment-editor__p-with-check-mark" >Anyone studying the process of translation- and its challenges:</p>
<p class="alpheios-alignment-editor__p-with-check-mark-sub" >the different challenges that different languages present when translating the same work</p>
Expand Down Expand Up @@ -139,11 +140,10 @@ <h3>New features:</h3>
<div class="alpheios-alignment-editor__content-part alpheios-alignment-editor__content-part-6">
<div class="alpheios-alignment-editor__page-container">
<ul>
<li>able to display alignments created with the popular <a href="http://www.ugarit.ialigner.com/index.php">Ugarit alignment editor</a></li>
<li>Ability to provide our display options with alignments created with the popular <a href="http://www.ugarit.ialigner.com/index.php">Ugarit alignment editor</a></li>
<li>ability to load alignments created with the popular <a href="http://www.ugarit.ialigner.com/index.php" target="_blank">Ugarit alignment editor</a> for further editing or export into the final Alpheios html format with all its display options.</li>
<li>automatic language detection</li>
<li>use of indexedDB to store large texts locally</li>
<li>ability to add brief descriptions to the texts and brief annotations to the words</li>
<li>ability to add brief descriptions to the texts and brief annotations to the words</li>
</ul>

</div>
Expand Down
4 changes: 3 additions & 1 deletion src/_pages/quick-text/vue/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<p>To add an annotation to a word, SHIFT-click on it.</p>
<p class="alpheios-alignment-editor__page-content__item-img"><img :src="newAnnotationPNG"></p>
<p>To look up a word with the Alpheios Reading tools you can CTL-click on it in Windows and CMD-click on it on a Mac.</p>
<p>To look up a word with the Alpheios Reading tools you can CTL-click on it in Windows and CMD-click on it on a Mac but only when you are online.</p>
<p>To edit text after it has been tokenized, enable the TOKEN EDITOR in the ALIGN TEXT options, and make your desired changes on the TOKEN EDITOR screen.
Your changes will be shown when you return to the ALIGN TEXT screen.</p>

Expand All @@ -102,6 +102,8 @@
<div class="alpheios-alignment-editor__page-content__item" v-show="shownLink === 'saving'">
<p>By default the application automatically saves a current copy of your work, which should protect it against sudden loss of power or other unpredictable interruptions,
as well as provide a reliably current version for resuming where you left off (shown in a list under the Resume Previous Alignment button).</p>
<p>But remember that if you let your disk fill completely you will lose all these automatically saved files along with the instance of indexedDB that created them.
Files you save yourself are of course immune to this hazard.</p>
<p>At any point in the alignment you can also save your work yourself, choosing JSON format if you are unfinished or think you may want to modify
the alignment in the future, or the final HTML format, which gives you multiple display options, but cannot easily be edited.</p>
<p class="alpheios-alignment-editor__page-content__item-img"><img :src="savingPNG"></p>
Expand Down

0 comments on commit 3b0b562

Please sign in to comment.