This file is indexed.

/usr/share/bibledit-gtk/site/gtk/reference/menu/file/project/project-properties/dictionaries.html is in bibledit-gtk-data 4.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link href="../../../../../../bibledit.css" rel="stylesheet" type="text/css" /><!-- 

Copyright (©) 2003-2011 Teus Benschop and Contributors to the Wiki.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License" in the file FDL.

-->
    <title></title>
  </head>
  <body>
    <div id="menu">
      <ul>
        <li>
          <a href="../../../../../../home.html">1 Bibledit</a>
        </li>
        <li>
          <a href="../project-properties.html">Project-properties</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>Dictionaries
          <ul>
            <li>
              <a href="dictionaries/edit.html">Edit</a>
            </li>
          </ul>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Dictionaries
      </h1>
      <p>
        This dialog is accessed through menu File / Project / Properties, then button Dictionaries.
      </p>
      <p>
        The dialog lists the dictionaries that are used for checking the spelling of the text of the project.
      </p>
      <h3>
        <a name="connecting" href="" id="connecting"></a>Connecting
      </h3>
      <p>
        Press button "Connect" to connect to a dictionary and add it to the list.
      </p>
      <p>
        There are various types of dictionaries that can be added.
      </p>
      <p>
        - "Project &lt;project name&gt; Shared Dictionary. This dictionary belongs to a project. It is called "shared", because if <a href="https://sites.google.com/site/bibledit/gtk/tutorials/collaboration">collaboration</a> is used, the dictionary is shared with other workstations.
      </p>
      <p>
        - Dictionaries that have two-letter names, such as "en", "he", "en_ZW", and so forth. These are dictionaries that are installed on your system. Bibledit does not know what these abbreviations mean. Some of them can be guessed. It depends entirely on which dictionaries you have installed on your system.
      </p>
      <p>
        - "Global Dictionary". This is one global dictionary provided by Bibledit.
      </p>
      <h3>
        <a name="disconnecting" href="" id="disconnecting"></a>Disconnecting
      </h3>
      <p>
        To disconnect a dictionary, select it, and press the Disconnect button.
      </p>
      <p>
        If a dictionary is "disconnected", it remains on disk. This dictionary is no longer used to check the text of the project.
      </p>
      <h3>
        <a name="editing" href="" id="editing"></a>Editing
      </h3>
      <p>
        Some <a href="https://sites.google.com/site/bibledit/gtk/reference/menu/file/project/project-properties/dictionaries/edit">dictionaries can be edited</a>, and others cannot. If a dictionary can be edited, then the "Edit" button is sensitive. If this button is clicked, all the words in the dictionary become visible. These can be edited, and if Ok is pressed, these are saved to disk.
      </p>
      <h3>
        <a name="order" href="" id="order"></a>Order
      </h3>
      <p>
        If spelling of text is to be checked, Bibledit consults all the dictionaries that are in the list. It starts from the top one, and works to the bottom, in order to find the word. If you wish to use another order, you can drag a dictionary to another position.
      </p>
      <h3>
        <a name="systemdictionaries" href="" id="systemdictionaries"></a>System dictionaries
      </h3>
      <p>
        Bibledit accesses the dictionaries through Enchant. Enchant supports a variety of spelling check programs. It supports Aspell, Hspell, Ispell, MySpell, and so forth. Any dictionaries installed on your system for these spelling checkers will become available to Bibledit through Enchant. For example, if Dutch spelling checking is desired using Aspell, then a package like with a name like "aspell-nl" should be installed. Once done, this language is available.
      </p>
    </div>
  </body>
</html>