File: xiphos-21-modules-configuration.page

package info (click to toggle)
xiphos 4.2.1%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,184 kB
  • sloc: ansic: 28,127; cpp: 13,020; python: 1,042; xml: 163; sh: 86; makefile: 29
file content (108 lines) | stat: -rw-r--r-- 4,570 bytes parent folder | download | duplicates (3)
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
<page id="xiphos-21-modules-configuration" type="topic"
      xmlns="http://projectmallard.org/1.0/"
	 xmlns:its="http://www.w3.org/2005/11/its">

  <info>
    <desc>Configure the modules sources.</desc>

    <link type="guide" xref="index#module-manager"/>

    <revision pkgversion="4.1.0" date="2018-04-24" status="draft"/>
    <revision pkgversion="4.1.0" date="2018-05-28" status="candidate"/>

    <title type='link' role="trail"></title>
    <title type='text'>Xiphos</title>

    <credit type="author" its:translate="no">
      <name>Andy Piper</name>
    </credit>
    <credit type="author" its:translate="no">
      <name>Pierre Benz</name>
    </credit>
    <credit type="author" its:translate="no">
      <name>Dr Peter von Kaehne</name>
    </credit>
    <credit type="author" its:translate="no">
      <name>Karl Kleinpaste</name>
    </credit>
    <credit type="author" its:translate="no">
      <name>Matthew Talbert</name>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

  </info>

  <!-- Sword Configure-->

  <title>Sword Modules Configuration</title>

  <section id="sword-sources">
    <title>Module Sources Settings</title>
    <media style="image" mime="image/png" src="figures/sword_sources.png" />

    <p>There are other repositories available besides CrossWire's own, though
    the modules available from other repositories do not represent content
    officially sanctioned by Crosswire. On the web, see this page for list of
    those repositories known:
    <link href="http://www.crosswire.org/wiki/Module_Repositories">
    http://www.crosswire.org/wiki/Module_Repositories</link></p>

    <p>The list of standard repositories is maintained at CrossWire.
    <app>Xiphos</app> normally auto-synchronizes with that list one time, when
    the user first puts the Module Manager to use. The list may change, as new
    repositories come into existence; occasional re-synchronization with the
    list is suggested, which is accomplished by clicking <gui>Load Standard
    </gui>.</p>
  </section>

  <section id="installation">
    <title>Sword Module Installations</title>
    <media style="image" mime="image/png" src="figures/sword_config.png" />

    <p>After you have selected your Install Source, click the <gui>Refresh</gui>
    button to cause <app>Xiphos</app> to find the module summary available from
    that source before moving on.</p>

    <p>Take note of the "Install Destination". In most cases, you will have a
    choice of a personal area or a system area. The details vary according to
    your operating system.</p>

    <section id="destination-linux">
      <title>Linux</title>
      <p>Unless you run as root (via su or sudo) you will only be able to
      install in your personal area, under ~/.sword. If you run as root, or
      change permissions on the shared directory, you will also be able to
      install modules for all users, typically in /usr/share/sword. There have
      been some requests for <app>Xiphos</app> to provide a means by which an
      ordinary (non-root) user could start the program, gain temporary write
      access to the system area while installing modules, and then revoke that
      access after installation is complete.
      Attempting to devise a scheme to do this has proven quite difficult,
      given the different superuser management schemes employed by various Linux
      distributions. Therefore, at this time there are no ongoing plans to try
      to solve this problem, and users are advised to enable write access to the
      system area outside <app>Xiphos</app>.</p>
    </section>

    <section id="destination-xp">
      <title>Windows XP</title>
      <p>You may install modules to a shared folder so the modules are available
      to all users. If you have previously used "The Sword Project for Windows",
      this folder will be "C:\Program Files\Crosswire\The Sword Project\Sword".
      Otherwise it will be
      "C:\Documents and Settings\All Users\Application Data\Sword". You may also
      install modules to a location that can only be seen by you. This location
      is "C:\Documents and Settings\YOUR NAME\Application Data\Sword".</p>
    </section>

    <section id="destination-vista">
      <title>Windows Vista 7, 8 and 10</title>
      <p>The other versions of Windows works much the same as XP, except for the locations. The private
      location is "C:\Users\YOUR NAME\AppData\Roaming\Sword". The shared
      location is "C:\ProgramData\Sword".</p>
    </section>

  </section>

</page>