This file is indexed.

/usr/share/horde/turba/locale/en/help.xml is in php-horde-turba 4.2.2-3.

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
<?xml version='1.0'?>
<help>

<entry id="Overview">
    <title>Overview</title>
    <heading>Introduction</heading>
    <para>
    The Address Book provides a convenient method and place to store contact information for easy retrieval and use. Depending on how your administrator has set up the system it can provide a private address book as well as access to public network directory services. It also supports distribution lists so you can create your own "mailing lists."
    </para>
</entry>

<entry id="menu-add">
    <title>Menu: Add</title>
    <heading>Add</heading>
    <para>
    Add a user to an address book. You can only add users to the address books to which you have write access. If shared or public address books have been enabled they are often read-only and you will not be able to add contacts to them.
    </para>
</entry>

<entry id="menu-search">
    <title>Menu: Search</title>
    <heading>Search</heading>
    <para>
    Search an address book to locate information. This is intended as a quick search and only allows you to search on a few basic fields. Usually this is the name and email address fields, but could vary depending on how your administrator set up the address book.
    </para>
    <para>
    For a more complex search you can use the &quot;<ref module="turba" entry="menu-advanced-search">Advanced Search</ref>&quot; which permits searching on other fields.
    </para>
</entry>

<entry id="menu-advanced-search">
    <title>Menu: Advanced Search</title>
    <heading>Advanced Search</heading>
    <para>
    Search an address book to locate information. This search allows you to search on multiple fields. Which fields are available for searching depends on the address book being searched.
    </para>
</entry>

<entry id="menu-import">
    <title>Menu: Import/Export</title>
    <heading>Import/Export</heading>

    <para>
    This menu allows importing to and exporting from your personal address book. It supports both CSV (Comma Separated Variable), Outlook, and vCard formats, as well as some other popular formats.
    </para>

    <heading>Importing</heading>
    <para>
    To import an address book, you need to have the address book data to import on your local machine (on which the web browser is running). To do this, you will need to first export the address book information from your current email client.
    </para>

    <para>
    If you use Outlook Express:
    </para>
    <para>
    1) Click on File > Export > Address Book
    </para>
    <para>
    2) Select &quot;Text File&quot; (Comma Separated Values) in the &quot;Address Book Export Tool&quot;. Click on &quot;Export&quot;.
    </para>
    <para>
    3) In the &quot;Save exported files as&quot; field, type in a name for your address book. Click &quot;Next&quot;.
    </para>
    <para>
    4) Put a checkmark in the box to the left of each of the fields that you wish to export. Click &quot;Finish&quot;.
    </para>
    <para>
    5) You should receive a message that states 'Address book export process has completed'. Click 'OK'.
    </para>
    <para>
    6) Click 'Close' on the 'Address Book Export Tool' and close Outlook Express.
    </para>

    <tip>
    If the exported address book file is not located on your desktop, and you're using a Windows operating system, click on Start > Find or Search > Files or Folders and search your main hard drive for the file name that you used in step 3. Make a note of the file's location.
    </tip>

    <para>
    To import an address book, open the address book you want to import the information into. Click on the &quot;Import/Export&quot; Icon. Select the type of address information data file you want to import from the selection list. Click on the &quot;browse&quot; button to look for the address data file on your computer. Select the file, and click on the &quot;Import&quot; button. The information in the file will be imported into your address book.
    </para>
    <tip>
    Some complex entries, or entries with fields that do not match your address book fields, may not import correctly. You should verify the imported data after an import.
    </tip>
</entry>

<entry id="searching-search_results">
    <title>Searching: Search Results</title>
    <heading>Search Results</heading>
    <para>
    If a search is successful, the results will show up in the &quot;Search Results&quot; area.
    </para>
    <para>
    Clicking on an &quot;Email&quot; field entry will open a new Compose window to send mail to that address. Clicking on a &quot;Name&quot; field entry will display the address book record for that name, allowing you to then edit or delete the entry.
    </para>
    <para>
    Depending on how your system has been set up by the administrator search results can be cumulative. Each search will add any new results to your existing results. This is helpful when building lists. To remove the results of cumulative searches and start a new search, click on the &quot;Clear Search&quot; link.
    </para>

    <tip>
    When viewing a list of entries, you can sort the entries by each field shown by clicking on the appropriate column heading. To switch columns between ascending and descending sort order, click on the arrow icon in the column heading.
    </tip>
</entry>

</help>