This file is indexed.

/usr/share/bibledit-gtk/site/gtk/tutorials/collaboration/introduction-to-collaboration.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
<!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="../collaboration.html">Collaboration</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>Introduction to Collaboration
        </li>
        <li>
          <a href="repository-initialization.html">Repository initialization</a>
        </li>
        <li>
          <a href="reposetup.html">Repository setup</a>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Introduction to Collaboration
      </h1>
      <p>
        With Bibledit several users can work on one Bible at the same time.
      </p>
      <p>
        The users collaborate through the network or a USB drive.
      </p>
      <p>
        Once everything has been set up, the user needs to Send/Receive the data, and the rest goes automatic. The user does not notice the mechanics of the collaboration, it all happens under the hood.
      </p>
      <p>
        There is a variety of methods for collaboration. The user who will set it all up needs to have sufficient knowledge of information technology.
      </p>
      <p>
        Bibledit stores all data locally. When collaboration is enabled, it also connects to a central repository. Through that repository the data gets shared between the users.
      </p>
      <p>
        Under the hood, Bibledit uses Git for collaboration. Git is a content manager. The user does not notice that Git is used. He does not operate it. Bibledit does it all for him. The only thing that the user notices is that the changes introduced by the other users appear on his screen too.
      </p>
      <p>
        There is a variety of repositories that can be used. Each of them has it own use, advantages and disadvantages. First of all there is the repository that resides on a file system. A <span style="font-weight:bold">USB flash drive</span> can be used in this case. This flash drive can be physically moved from one user to the other, and so on, updating each user, and getting updated by each user. Secondly there is the repository that resides on the network. For internal networks a simple <span style="font-weight:bold">open network repository</span> can be used. Whosoever knows where the repository resides can write to it. For public networks such as the internet a <span style="font-weight:bold">secure network repository</span> would be recommended. This type of repository is locked down. Only those who have the keys to such a repository can write to it.
      </p>
    </div>
  </body>
</html>