This file is indexed.

/usr/share/solfege/help/eo/lesson-file-locations-details.html is in solfege-doc 3.20.6-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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>File locations</title><link rel="stylesheet" href="../style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="GNU Solfege 3.20.6 Gvidlibro de Uzanto"><link rel="up" href="extending-solfege.html" title="Ĉapitro 4. Extending GNU Solfege"><link rel="prev" href="extending-solfege.html" title="Ĉapitro 4. Extending GNU Solfege"><link rel="next" href="lesson-files.html" title="Lesson files"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">File locations</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="extending-solfege.html">Antaŭen</a> </td><th width="60%" align="center">Ĉapitro 4. Extending GNU Solfege</th><td width="20%" align="right"> <a accesskey="n" href="lesson-files.html">Sekven</a></td></tr></table><hr></div><div class="sect1" title="File locations"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="lesson-file-locations-details"></a>File locations</h2></div></div></div><p>In <a class="xref" href="extending-solfege.html#extending-intro" title="Introduction">la sekcio nomata “Introduction”</a> we showed you just enough to place
your lesson file to get started. This sections give you all the details
how files and directories are set up.</p><p>Where to save your lesson files depends on the operating system you
run. On Windows XP:</p><pre class="programlisting">
C:\Users and Settings\Username\My Documents\GNU Solfege\exercises
</pre><p>Linux:</p><pre class="programlisting">
/home/Username/.solfege/exercises
</pre><p>
And often the directory names are translated too. So to simplify this page we will write <code class="literal">USERDATA</code> whenever we refer to the directory
containing <code class="literal">exercises/</code>.

To find the value of <code class="literal">USERDATA</code> on your computer you should
select <span class="guimenu">Help</span><span class="guimenuitem">File locations</span> and then «Solfege user data» in the dialog that opens.
</p><p>Lesson files and front page files are grouped together in
subdirectories below <code class="literal">USERDATA/exercises</code>. You can have
as many subdirectories as you like in <code class="literal">USERDATA/exercises</code>.
Each file that matches <code class="literal">USERDATA/exercises/*/*</code> will be
read by the program and used as a front page file if it has the correct
format. Other files will silently be ignored. This means that you can
have more than one front page file is a subdirectory, and extra files,
like README and COPYRIGHT files are ignored.</p><p>Lesson files should be saved in a directory named
<code class="literal">lesson-files</code> in the same directory as the front page
file is saved. So if you create some exercises with jazz progressions, you
might have this file structure on your computer:</p><pre class="programlisting">
USERDATA/exercises/jazzprog/page.txt
USERDATA/exercises/jazzprog/lesson-files/prog1
USERDATA/exercises/jazzprog/lesson-files/prog2
USERDATA/exercises/jazzprog/lesson-files/prog3
</pre><div class="sect2" title="User lesson files"><div class="titlepage"><div><div><h3 class="title"><a name="id394635"></a>User lesson files</h3></div></div></div><p>
There is one folder name below <code class="literal">USERDATA/exercises</code>
that is special. In addition to what described above, all lesson files
in <code class="literal">USERDATA/exercises/user/lesson-files</code> will be
shown when you select <span class="guimenuitem">User Exercises</span> on the
<span class="guimenu">File</span> menu. This was done to make it simple to just
write a lesson file, drop it in a directory and use it.</p><div class="note" title="Rimarko" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Rimarko</h3><p>In versions prior to 3.20.3, all lesson files matching
<code class="literal">USERDATA/exercises/*/lesson-files/*</code> would be listed.
</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="extending-solfege.html">Antaŭen</a> </td><td width="20%" align="center"><a accesskey="u" href="extending-solfege.html">Supren</a></td><td width="40%" align="right"> <a accesskey="n" href="lesson-files.html">Sekven</a></td></tr><tr><td width="40%" align="left" valign="top">Ĉapitro 4. Extending GNU Solfege </td><td width="20%" align="center"><a accesskey="h" href="index.html">Hejmen</a></td><td width="40%" align="right" valign="top"> Lesson files</td></tr></table></div></body></html>