This file is indexed.

/usr/share/bibledit-gtk/site/gtk/installation/asus-eee-pc/bibledit-3-3-on-eee-pc.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!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="../asus-eee-pc.html">Asus-eee-pc</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>Bibledit 3.3 on eee PC
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Bibledit 3.3 on eee PC
      </h1>
      <p>
        The instructions assume a working Eee PC.
      </p>
      <p>
        Open a terminal by pressing Ctrl-Alt-t.
      </p>
      <p>
        Add repositories to the list. To do that open an editor:
      </p>
      <pre>
sudo nano /etc/apt/sources.list
</pre>
      <p>
        Add this line to the list:
      </p>
      <pre>
deb ftp://ftp.us.debian.org/debian etch main contrib
</pre>
      <p>
        Save the file and quit the editor.
      </p>
      <p>
        Update aptitude, to do that, type
      </p>
      <pre>
sudo apt-get update
</pre>
      <p>
        Install software, to do that, type
      </p>
      <pre>
sudo apt-get install git-core<br />sudo apt-get install libenchant1c2a<br />sudo apt-get install gtkhtml3.8
</pre>
      <p>
        Download binary package <a href="http://download.savannah.nongnu.org/releases/bibledit/binaries/" rel="nofollow">bibledit-x.x-asus-eeepc-bin.tar.gz</a> (x.x is to be replaced with the actual version number). (Note: if this package is out of date, <a href="../../../gtk/installation/technicalities/create-binary-package-for-asus-eee-pc.html">create your own</a>.)
      </p>
      <p>
        Store the package in the home directory, that is directory /home/user.
      </p>
      <p>
        In the terminal, to verify the bibledit package is there, type
      </p>
      <pre>
ls
</pre>
      <p>
        Move the package to the root directory. To do that, type
      </p>
      <pre>
sudo mv bibledit*bin.tar.gz /
</pre>
      <p>
        Go to the root directory. Type
      </p>
      <pre>
cd /
</pre>
      <p>
        Install the binary package. To do that, type
      </p>
      <pre>
sudo tar zxf bibledit*bin.tar.gz
</pre>
      <pre>
cd /eeepc
</pre>
      <pre>
sudo ./eeepc-install-menu
</pre>
      <p>
        After rebooting the machine, the Bibledit icon is in the Work tab.
      </p>
      <p>
        If the icon does not appear on the Work tab after a reboot, you probably have a newer Eee PC, so it is not looking at the file modified by the previous step. You will need to copy the file that was modified by eeepc-install-menu to a different location, like this:
      </p>
      <p>
        Start a terminal window, with Ctrl-Alt-t and type these commands:
      </p>
      <pre>
f=AsusLauncher/simpleui.rc
</pre>
      <pre>
sudo cp -b .$f /var/lib/$f
</pre>
      <p>
        Restart the computer.
      </p>
      <p>
        <a href="../../../gtk/installation/technicalities/run-bibledit.html">Run bibledit</a>.
      </p>
      <p>
        <a href="../../../gtk/installation/technicalities/install-optional-components.html">Install the optional components</a>.
      </p>
      <p>
        If collaboration is used, then git needs to be updated to version 1.5 or higher.
      </p>
    </div>
  </body>
</html>