This file is indexed.

/usr/share/bibledit-gtk/site/gtk/installation/olpc-xo/install-bibledit-on-xo-from-source.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
 98
 99
100
101
102
103
104
105
106
107
108
109
110
<!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="../olpc-xo.html">Olpc-xo</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>
          <a href="bibledit-3-3-or-higher-on-xo-build-703.html">Bibledit 3.3 (or higher) on XO build 703</a>
        </li>
        <li>Install Bibledit on XO from source
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Install Bibledit on XO from source
      </h1>
      <p>
        Install Bibledit on a Fedora Core 7 system, see the instructions for how to do that.
      </p>
      <p>
        Ensure that Bibledit runs properly on this Fedora system.
      </p>
      <p>
        Collect all files and dependencies Bibledit needs. To do this, type
      </p>
      <pre>
bibledit-olpc-librarian bibledit-xo-x.x
</pre>
      <p>
        This will create a file called bibledit-xo-x.x.tar.gz. This file contains all files and dependencies you need to get Bibledit on the XO machine. At the time of writing this the size of the file was about 12 Mbyte.
      </p>
      <p>
        Otherwise this file can also be <a href="http://download.savannah.nongnu.org/releases/bibledit/binaries/" rel="nofollow">downloaded</a> from the site but this may not be the newest version.
      </p>
      <p>
        Start the XO machine, and connect it to the network.
      </p>
      <p>
        Start a Terminal by clicking the Terminal activity icon.
      </p>
      <p>
        Move the file bibledit-xo tarball to the XO machine's home directory.
      </p>
      <p>
        Open a terminal.
      </p>
      <p>
        In the terminal, login as user root. Type
      </p>
      <pre>
sudo su -
</pre>
      <p>
        No password should be asked.
      </p>
      <p>
        Move the bibledit-xo tarball, downloaded above, to the root directory:
      </p>
      <pre>
mv /home/olpc/bibledit-xo-x.x.tar.gz /
</pre>
      <p>
        Unpack this tarball:
      </p>
      <pre>
cd /
</pre>
      <pre>
tar zxf bibledit-xo-x.x.tar.gz
</pre>
      <p>
        Exit from user root.
      </p>
      <p>
        To run Bibledit, in the terminal type
      </p>
      <pre>
bibledit
</pre>
      <p>
        Next time, the only thing needed to start Bibledit, is to start the Terminal and type "bibledit" in it.
      </p>
    </div>
  </body>
</html>